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.
-
Interfaces(SnmpMib)
- Constructor for the "Interfaces" group.
-
accessIfTable()
- Access the "IfTable" variable.
-
getIfNumber()
- Getter for the "IfNumber" variable.
-
getIfTable()
- Access the "IfTable" variable as a bean indexed property.
Interfaces
public Interfaces(SnmpMib myMib)
- Constructor for the "Interfaces" group.
accessIfTable
public TableIfTable accessIfTable() throws SnmpStatusException
- Access the "IfTable" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
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.
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