All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class examples.snmp.agent.IfEntryMeta

java.lang.Object
   |
   +----com.sun.jaw.snmp.agent.internal.SnmpMibNode
           |
           +----examples.snmp.agent.IfEntryMeta

public class IfEntryMeta
extends SnmpMibNode
implements Serializable
The class is used for representing SNMP metadata for the "IfEntry" group. The group is defined with the following oid: 1.3.6.1.2.1.2.2.1.


Constructor Index

 o IfEntryMeta(SnmpMib)
Constructor for the metadata associated to "IfEntry".

Method Index

 o check(SnmpValue, long[], int)
Implement the check method from the abstract SnmpMibNode class.
 o get(long[], int)
Implement the get method from the abstract SnmpMibNode class.
 o getNext(long[], int)
Implement the get next method from the abstract SnmpMibNode class.
 o set(SnmpValue, long[], int)
Implement the set method from the abstract SnmpMibNode class.

Constructors

 o IfEntryMeta
 public IfEntryMeta(SnmpMib myMib)
Constructor for the metadata associated to "IfEntry".

Methods

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