All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.jaw.snmp.agent.SnmpMibTable
java.lang.Object
|
+----com.sun.jaw.snmp.agent.internal.SnmpMibNode
|
+----com.sun.jaw.snmp.agent.SnmpMibTable
- public abstract class SnmpMibTable
- extends SnmpMibNode
- implements Serializable
The SnmpMibTable is an abtraction for a SNMP table.
-
SnmpMibTable(SnmpMib)
-
-
addSnmpTableEntryListener(SnmpTableEntryListener)
- Add an event listener on the table.
-
check(SnmpValue, long[], int)
- generic handling of the check operation
-
get(long[], int)
- generic handling of the get operation
-
getNext(long[], int)
- generic handling of the get next operation
-
removeSnmpTableEntryListener(SnmpTableEntryListener)
- Remove an event listener on the table.
-
set(SnmpValue, long[], int)
- generic handling of the set operation
SnmpMibTable
public SnmpMibTable(SnmpMib theMib)
addSnmpTableEntryListener
public void addSnmpTableEntryListener(SnmpTableEntryListener listener)
- Add an event listener on the table.
removeSnmpTableEntryListener
public void removeSnmpTableEntryListener(SnmpTableEntryListener listener)
- Remove an event listener on the table.
get
public SnmpValue get(long oid[],
int pos) throws SnmpStatusException
- generic handling of the get operation
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
- Overrides:
- get in class SnmpMibNode
set
public SnmpValue set(SnmpValue x,
long oid[],
int pos) throws SnmpStatusException
- generic handling of the set operation
- 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
- generic handling of the check operation
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
- Overrides:
- check in class SnmpMibNode
getNext
public SnmpVarBind getNext(long oid[],
int pos) throws SnmpStatusException
- generic handling of the get next operation
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
- Overrides:
- getNext in class SnmpMibNode
All Packages Class Hierarchy This Package Previous Next Index