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.


Constructor Index

 o SnmpMibTable(SnmpMib)

Method Index

 o addSnmpTableEntryListener(SnmpTableEntryListener)
Add an event listener on the table.
 o check(SnmpValue, long[], int)
generic handling of the check operation
 o get(long[], int)
generic handling of the get operation
 o getNext(long[], int)
generic handling of the get next operation
 o removeSnmpTableEntryListener(SnmpTableEntryListener)
Remove an event listener on the table.
 o set(SnmpValue, long[], int)
generic handling of the set operation

Constructors

 o SnmpMibTable
 public SnmpMibTable(SnmpMib theMib)

Methods

 o addSnmpTableEntryListener
 public void addSnmpTableEntryListener(SnmpTableEntryListener listener)
Add an event listener on the table.

 o removeSnmpTableEntryListener
 public void removeSnmpTableEntryListener(SnmpTableEntryListener listener)
Remove an event listener on the table.

 o 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
 o 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
 o 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
 o 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