All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class examples.snmp.agent.InterfacesMeta

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

public class InterfacesMeta
extends SnmpMibNode
implements Serializable
The class is used for representing SNMP metadata for the "Interfaces" group. The group is defined with the following oid: 1.3.6.1.2.1.2.


Constructor Index

 o InterfacesMeta(SnmpMib)
Constructor for the metadata associated to "Interfaces".

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 InterfacesMeta
 public InterfacesMeta(SnmpMib myMib)
Constructor for the metadata associated to "Interfaces".

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