Package tigase.management
Class TigaseLoadMeta
java.lang.Object
com.sun.management.snmp.agent.SnmpMibNode
com.sun.management.snmp.agent.SnmpMibOid
com.sun.management.snmp.agent.SnmpMibGroup
tigase.management.TigaseLoadMeta
- All Implemented Interfaces:
com.sun.management.snmp.agent.SnmpStandardMetaServer,Serializable
public class TigaseLoadMeta
extends com.sun.management.snmp.agent.SnmpMibGroup
implements Serializable, com.sun.management.snmp.agent.SnmpStandardMetaServer
The class is used for representing SNMP metadata for the "TigaseLoad" group. The group is defined with the following
oid: 1.3.6.1.4.1.16120609.2.145.3.163.1.1.3.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TigaseLoadMBeanprotected com.sun.management.snmp.agent.SnmpStandardObjectServerFields inherited from class com.sun.management.snmp.agent.SnmpMibGroup
subgroupsFields inherited from class com.sun.management.snmp.agent.SnmpMibNode
noSuchInstanceException, noSuchNameException, noSuchObjectException, varList -
Constructor Summary
ConstructorsConstructorDescriptionTigaseLoadMeta(com.sun.management.snmp.agent.SnmpMib myMib, com.sun.management.snmp.agent.SnmpStandardObjectServer objserv) Constructor for the metadata associated to "TigaseLoad". -
Method Summary
Modifier and TypeMethodDescriptionvoidcheck(com.sun.management.snmp.agent.SnmpMibSubRequest req, int depth) voidCheck the value of a scalar variablecom.sun.management.snmp.SnmpValueGet the value of a scalar variablevoidget(com.sun.management.snmp.agent.SnmpMibSubRequest req, int depth) getAttributeName(long id) Return the name of the attribute corresponding to the SNMP variable identified by "id".com.sun.management.snmp.agent.SnmpMibTablegetTable(long arc) Returns the table object identified by "arc".booleanisReadable(long arc) Returns true if "arc" identifies a readable scalar object.booleanisTable(long arc) Returns true if "arc" identifies a table object.booleanisVariable(long arc) Returns true if "arc" identifies a scalar object.voidregisterTableNodes(com.sun.management.snmp.agent.SnmpMib mib, MBeanServer server) Register the group's SnmpMibTable objects with the meta-data.voidset(com.sun.management.snmp.agent.SnmpMibSubRequest req, int depth) com.sun.management.snmp.SnmpValueSet the value of a scalar variableprotected voidAllow to bind the metadata description to a specific object.booleanskipVariable(long var, Object data, int pduVersion) Methods inherited from class com.sun.management.snmp.agent.SnmpMibGroup
getRootOid, isNestedArc, registerObject, validateVarIdMethods inherited from class com.sun.management.snmp.agent.SnmpMibOid
registerNodeMethods inherited from class com.sun.management.snmp.agent.SnmpMibNode
getNextIdentifier, getNextVarId, getNextVarId, sort
-
Field Details
-
node
-
objectserver
protected com.sun.management.snmp.agent.SnmpStandardObjectServer objectserver
-
-
Constructor Details
-
TigaseLoadMeta
public TigaseLoadMeta(com.sun.management.snmp.agent.SnmpMib myMib, com.sun.management.snmp.agent.SnmpStandardObjectServer objserv) Constructor for the metadata associated to "TigaseLoad".
-
-
Method Details
-
get
public com.sun.management.snmp.SnmpValue get(long var, Object data) throws com.sun.management.snmp.SnmpStatusException Get 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.SnmpStatusException Set 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.SnmpStatusException Check the value of a scalar variable- Specified by:
checkin interfacecom.sun.management.snmp.agent.SnmpStandardMetaServer- Throws:
com.sun.management.snmp.SnmpStatusException
-
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.SnmpMibGroup- 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.SnmpMibGroup- 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.SnmpMibGroup- 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.SnmpMibGroup
-
isReadable
public boolean isReadable(long arc) Returns true if "arc" identifies a readable scalar object.- Specified by:
isReadablein classcom.sun.management.snmp.agent.SnmpMibGroup
-
skipVariable
- Overrides:
skipVariablein classcom.sun.management.snmp.agent.SnmpMibNode
-
getAttributeName
Return the name of the attribute corresponding to the SNMP variable identified by "id".- Throws:
com.sun.management.snmp.SnmpStatusException
-
isTable
public boolean isTable(long arc) Returns true if "arc" identifies a table object.- Specified by:
isTablein classcom.sun.management.snmp.agent.SnmpMibGroup
-
getTable
public com.sun.management.snmp.agent.SnmpMibTable getTable(long arc) Returns the table object identified by "arc".- Specified by:
getTablein classcom.sun.management.snmp.agent.SnmpMibGroup
-
registerTableNodes
Register the group's SnmpMibTable objects with the meta-data. -
setInstance
Allow to bind the metadata description to a specific object.
-