All Packages Class Hierarchy This Package Previous Next Index
Class examples.snmp.agent.SnmpMeta
java.lang.Object
|
+----com.sun.jaw.snmp.agent.internal.SnmpMibNode
|
+----examples.snmp.agent.SnmpMeta
- public class SnmpMeta
- extends SnmpMibNode
- implements Serializable
The class is used for representing SNMP metadata for the "Snmp" group.
The group is defined with the following oid: 1.3.6.1.2.1.11.
-
SnmpMeta(SnmpMib)
- Constructor for the metadata associated to "Snmp".
-
check(SnmpValue, long[], int)
- Implement the check method from the abstract SnmpMibNode class.
-
get(long[], int)
- Implement the get method from the abstract SnmpMibNode class.
-
getNext(long[], int)
- Implement the get next method from the abstract SnmpMibNode class.
-
set(SnmpValue, long[], int)
- Implement the set method from the abstract SnmpMibNode class.
SnmpMeta
public SnmpMeta(SnmpMib myMib)
- Constructor for the metadata associated to "Snmp".
get
public SnmpValue get(long oid[],
int pos) throws SnmpStatusException
- Implement the get method from the abstract SnmpMibNode class.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
- Overrides:
- get in class SnmpMibNode
getNext
public SnmpVarBind getNext(long oid[],
int pos) throws SnmpStatusException
- Implement the get next method from the abstract SnmpMibNode class.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
- Overrides:
- getNext in class SnmpMibNode
set
public SnmpValue set(SnmpValue x,
long oid[],
int pos) throws SnmpStatusException
- Implement the set method from the abstract SnmpMibNode class.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
- Overrides:
- set in class SnmpMibNode
check
public void check(SnmpValue x,
long oid[],
int pos) throws SnmpStatusException
- Implement the check method from the abstract SnmpMibNode class.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
- Overrides:
- check in class SnmpMibNode
All Packages Class Hierarchy This Package Previous Next Index