All Packages Class Hierarchy This Package Previous Next Index
Class examples.snmp.agent.IfEntry
java.lang.Object
|
+----examples.snmp.agent.IfEntry
- public class IfEntry
- extends Object
- implements Serializable
The class is used for implementing the "IfEntry" group.
The group is defined with the following oid: 1.3.6.1.2.1.2.2.1.
-
IfEntry(SnmpMib)
- Constructor for the "IfEntry" group.
-
checkIfAdminStatus(EnumIfAdminStatus)
- Checker for the "IfAdminStatus" variable.
-
getIfAdminStatus()
- Getter for the "IfAdminStatus" variable.
-
getIfDescr()
- Getter for the "IfDescr" variable.
-
getIfIndex()
- Getter for the "IfIndex" variable.
-
getIfInDiscards()
- Getter for the "IfInDiscards" variable.
-
getIfInErrors()
- Getter for the "IfInErrors" variable.
-
getIfInNUcastPkts()
- Getter for the "IfInNUcastPkts" variable.
-
getIfInOctets()
- Getter for the "IfInOctets" variable.
-
getIfInUcastPkts()
- Getter for the "IfInUcastPkts" variable.
-
getIfInUnknownProtos()
- Getter for the "IfInUnknownProtos" variable.
-
getIfLastChange()
- Getter for the "IfLastChange" variable.
-
getIfMtu()
- Getter for the "IfMtu" variable.
-
getIfOperStatus()
- Getter for the "IfOperStatus" variable.
-
getIfOutDiscards()
- Getter for the "IfOutDiscards" variable.
-
getIfOutErrors()
- Getter for the "IfOutErrors" variable.
-
getIfOutNUcastPkts()
- Getter for the "IfOutNUcastPkts" variable.
-
getIfOutOctets()
- Getter for the "IfOutOctets" variable.
-
getIfOutQLen()
- Getter for the "IfOutQLen" variable.
-
getIfOutUcastPkts()
- Getter for the "IfOutUcastPkts" variable.
-
getIfPhysAddress()
- Getter for the "IfPhysAddress" variable.
-
getIfSpecific()
- Getter for the "IfSpecific" variable.
-
getIfSpeed()
- Getter for the "IfSpeed" variable.
-
getIfType()
- Getter for the "IfType" variable.
-
setIfAdminStatus(EnumIfAdminStatus)
- Setter for the "IfAdminStatus" variable.
IfEntry
public IfEntry(SnmpMib myMib)
- Constructor for the "IfEntry" group.
getIfSpecific
public String getIfSpecific() throws SnmpStatusException
- Getter for the "IfSpecific" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
getIfOutQLen
public Long getIfOutQLen() throws SnmpStatusException
- Getter for the "IfOutQLen" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
getIfOutErrors
public Long getIfOutErrors() throws SnmpStatusException
- Getter for the "IfOutErrors" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
getIfLastChange
public Long getIfLastChange() throws SnmpStatusException
- Getter for the "IfLastChange" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
getIfOperStatus
public EnumIfOperStatus getIfOperStatus() throws SnmpStatusException
- Getter for the "IfOperStatus" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
getIfAdminStatus
public EnumIfAdminStatus getIfAdminStatus() throws SnmpStatusException
- Getter for the "IfAdminStatus" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
setIfAdminStatus
public void setIfAdminStatus(EnumIfAdminStatus x) throws SnmpStatusException
- Setter for the "IfAdminStatus" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
checkIfAdminStatus
public void checkIfAdminStatus(EnumIfAdminStatus x) throws SnmpStatusException
- Checker for the "IfAdminStatus" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
getIfPhysAddress
public Byte[] getIfPhysAddress() throws SnmpStatusException
- Getter for the "IfPhysAddress" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
getIfSpeed
public Long getIfSpeed() throws SnmpStatusException
- Getter for the "IfSpeed" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
getIfMtu
public Integer getIfMtu() throws SnmpStatusException
- Getter for the "IfMtu" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
getIfOutDiscards
public Long getIfOutDiscards() throws SnmpStatusException
- Getter for the "IfOutDiscards" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
getIfOutNUcastPkts
public Long getIfOutNUcastPkts() throws SnmpStatusException
- Getter for the "IfOutNUcastPkts" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
getIfType
public EnumIfType getIfType() throws SnmpStatusException
- Getter for the "IfType" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
getIfDescr
public String getIfDescr() throws SnmpStatusException
- Getter for the "IfDescr" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
getIfOutUcastPkts
public Long getIfOutUcastPkts() throws SnmpStatusException
- Getter for the "IfOutUcastPkts" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
getIfOutOctets
public Long getIfOutOctets() throws SnmpStatusException
- Getter for the "IfOutOctets" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
getIfIndex
public Integer getIfIndex() throws SnmpStatusException
- Getter for the "IfIndex" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
getIfInUnknownProtos
public Long getIfInUnknownProtos() throws SnmpStatusException
- Getter for the "IfInUnknownProtos" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
getIfInErrors
public Long getIfInErrors() throws SnmpStatusException
- Getter for the "IfInErrors" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
getIfInDiscards
public Long getIfInDiscards() throws SnmpStatusException
- Getter for the "IfInDiscards" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
getIfInNUcastPkts
public Long getIfInNUcastPkts() throws SnmpStatusException
- Getter for the "IfInNUcastPkts" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
getIfInUcastPkts
public Long getIfInUcastPkts() throws SnmpStatusException
- Getter for the "IfInUcastPkts" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
getIfInOctets
public Long getIfInOctets() throws SnmpStatusException
- Getter for the "IfInOctets" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
All Packages Class Hierarchy This Package Previous Next Index