public class DsIntEntryMeta extends SnmpMibEntry implements Serializable
Modifier and Type | Field and Description |
---|---|
protected DsIntEntryMBean |
node |
protected SnmpStandardObjectServer |
objectserver |
Constructor and Description |
---|
DsIntEntryMeta(SnmpMib myMib,
SnmpStandardObjectServer objserv)
Constructor for the metadata associated to "DsIntEntry".
|
Modifier and Type | Method and Description |
---|---|
void |
check(SnmpMibSubRequest req,
int depth) |
void |
check(SnmpValue x,
long var,
Object data)
Check the value of a scalar variable
|
SnmpValue |
get(long var,
Object data)
Get the value of a scalar variable
|
void |
get(SnmpMibSubRequest req,
int depth) |
String |
getAttributeName(long id)
Return the name of the attribute corresponding to the SNMP variable identified by "id".
|
boolean |
isReadable(long arc)
Returns true if "arc" identifies a readable scalar object.
|
boolean |
isVariable(long arc)
Returns true if "arc" identifies a scalar object.
|
void |
set(SnmpMibSubRequest req,
int depth) |
SnmpValue |
set(SnmpValue x,
long var,
Object data)
Set the value of a scalar variable
|
protected void |
setInstance(DsIntEntryMBean var)
Allow to bind the metadata description to a specific object.
|
boolean |
skipVariable(long var,
Object data,
int pduVersion) |
protected DsIntEntryMBean node
protected SnmpStandardObjectServer objectserver
public DsIntEntryMeta(SnmpMib myMib, SnmpStandardObjectServer objserv)
public SnmpValue get(long var, Object data) throws SnmpStatusException
SnmpStatusException
public SnmpValue set(SnmpValue x, long var, Object data) throws SnmpStatusException
SnmpStatusException
public void check(SnmpValue x, long var, Object data) throws SnmpStatusException
SnmpStatusException
protected void setInstance(DsIntEntryMBean var)
public void get(SnmpMibSubRequest req, int depth) throws SnmpStatusException
SnmpStatusException
public void set(SnmpMibSubRequest req, int depth) throws SnmpStatusException
SnmpStatusException
public void check(SnmpMibSubRequest req, int depth) throws SnmpStatusException
SnmpStatusException
public boolean isVariable(long arc)
public boolean isReadable(long arc)
public boolean skipVariable(long var, Object data, int pduVersion)
public String getAttributeName(long id) throws SnmpStatusException
SnmpStatusException
Copyright 2010-2020 ForgeRock AS.