All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class examples.snmp.agent.Interfaces

java.lang.Object
   |
   +----examples.snmp.agent.Interfaces

public class Interfaces
extends Object
implements Serializable
The class is used for implementing the "Interfaces" group. The group is defined with the following oid: 1.3.6.1.2.1.2.


Constructor Index

 o Interfaces(SnmpMib)
Constructor for the "Interfaces" group.

Method Index

 o accessIfTable()
Access the "IfTable" variable.
 o getIfNumber()
Getter for the "IfNumber" variable.
 o getIfTable()
Access the "IfTable" variable as a bean indexed property.

Constructors

 o Interfaces
 public Interfaces(SnmpMib myMib)
Constructor for the "Interfaces" group.

Methods

 o accessIfTable
 public TableIfTable accessIfTable() throws SnmpStatusException
Access the "IfTable" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o getIfTable
 public IfEntry[] getIfTable() throws SnmpStatusException
Access the "IfTable" variable as a bean indexed property.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o getIfNumber
 public Integer getIfNumber() throws SnmpStatusException
Getter for the "IfNumber" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.

All Packages  Class Hierarchy  This Package  Previous  Next  Index