Package org.opends.server.snmp
Class DsApplIfOpsEntryMeta
- java.lang.Object
 - 
- com.sun.management.snmp.agent.SnmpMibNode
 - 
- com.sun.management.snmp.agent.SnmpMibEntry
 - 
- org.opends.server.snmp.DsApplIfOpsEntryMeta
 
 
 
 
- 
- All Implemented Interfaces:
 com.sun.management.snmp.agent.SnmpStandardMetaServer,Serializable
public class DsApplIfOpsEntryMeta extends com.sun.management.snmp.agent.SnmpMibEntry implements Serializable, com.sun.management.snmp.agent.SnmpStandardMetaServer
The class is used for representing SNMP metadata for the "DsApplIfOpsEntry" group. The group is defined with the following oid: 1.3.6.1.2.1.66.2.1.- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected DsApplIfOpsEntryMBeannodeprotected com.sun.management.snmp.agent.SnmpStandardObjectServerobjectserver 
- 
Constructor Summary
Constructors Constructor Description DsApplIfOpsEntryMeta(com.sun.management.snmp.agent.SnmpMib myMib, com.sun.management.snmp.agent.SnmpStandardObjectServer objserv)Constructor for the metadata associated to "DsApplIfOpsEntry". 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheck(com.sun.management.snmp.agent.SnmpMibSubRequest req, int depth)voidcheck(com.sun.management.snmp.SnmpValue x, long var, Object data)Check the value of a scalar variablecom.sun.management.snmp.SnmpValueget(long var, Object data)Get the value of a scalar variablevoidget(com.sun.management.snmp.agent.SnmpMibSubRequest req, int depth)StringgetAttributeName(long id)Return the name of the attribute corresponding to the SNMP variable identified by "id".booleanisReadable(long arc)Returns true if "arc" identifies a readable scalar object.booleanisVariable(long arc)Returns true if "arc" identifies a scalar object.voidset(com.sun.management.snmp.agent.SnmpMibSubRequest req, int depth)com.sun.management.snmp.SnmpValueset(com.sun.management.snmp.SnmpValue x, long var, Object data)Set the value of a scalar variableprotected voidsetInstance(DsApplIfOpsEntryMBean var)Allow to bind the metadata description to a specific object.booleanskipVariable(long var, Object data, int pduVersion) 
 - 
 
- 
- 
Field Detail
- 
node
protected DsApplIfOpsEntryMBean node
 
- 
objectserver
protected com.sun.management.snmp.agent.SnmpStandardObjectServer objectserver
 
 - 
 
- 
Method Detail
- 
get
public com.sun.management.snmp.SnmpValue get(long var, Object data) throws com.sun.management.snmp.SnmpStatusExceptionGet the value of a scalar variable- Specified by:
 getin interfacecom.sun.management.snmp.agent.SnmpStandardMetaServer- Throws:
 com.sun.management.snmp.SnmpStatusException
 
- 
set
public com.sun.management.snmp.SnmpValue set(com.sun.management.snmp.SnmpValue x, long var, Object data) throws com.sun.management.snmp.SnmpStatusExceptionSet the value of a scalar variable- Specified by:
 setin interfacecom.sun.management.snmp.agent.SnmpStandardMetaServer- Throws:
 com.sun.management.snmp.SnmpStatusException
 
- 
check
public void check(com.sun.management.snmp.SnmpValue x, long var, Object data) throws com.sun.management.snmp.SnmpStatusExceptionCheck the value of a scalar variable- Specified by:
 checkin interfacecom.sun.management.snmp.agent.SnmpStandardMetaServer- Throws:
 com.sun.management.snmp.SnmpStatusException
 
- 
setInstance
protected void setInstance(DsApplIfOpsEntryMBean var)
Allow to bind the metadata description to a specific object. 
- 
get
public void get(com.sun.management.snmp.agent.SnmpMibSubRequest req, int depth) throws com.sun.management.snmp.SnmpStatusException- Specified by:
 getin classcom.sun.management.snmp.agent.SnmpMibEntry- Throws:
 com.sun.management.snmp.SnmpStatusException
 
- 
set
public void set(com.sun.management.snmp.agent.SnmpMibSubRequest req, int depth) throws com.sun.management.snmp.SnmpStatusException- Specified by:
 setin classcom.sun.management.snmp.agent.SnmpMibEntry- Throws:
 com.sun.management.snmp.SnmpStatusException
 
- 
check
public void check(com.sun.management.snmp.agent.SnmpMibSubRequest req, int depth) throws com.sun.management.snmp.SnmpStatusException- Specified by:
 checkin classcom.sun.management.snmp.agent.SnmpMibEntry- Throws:
 com.sun.management.snmp.SnmpStatusException
 
- 
isVariable
public boolean isVariable(long arc)
Returns true if "arc" identifies a scalar object.- Specified by:
 isVariablein classcom.sun.management.snmp.agent.SnmpMibEntry
 
- 
isReadable
public boolean isReadable(long arc)
Returns true if "arc" identifies a readable scalar object.- Specified by:
 isReadablein classcom.sun.management.snmp.agent.SnmpMibEntry
 
- 
skipVariable
public boolean skipVariable(long var, Object data, int pduVersion)- Overrides:
 skipVariablein classcom.sun.management.snmp.agent.SnmpMibNode
 
- 
getAttributeName
public String getAttributeName(long id) throws com.sun.management.snmp.SnmpStatusException
Return the name of the attribute corresponding to the SNMP variable identified by "id".- Throws:
 com.sun.management.snmp.SnmpStatusException
 
 - 
 
 -