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.


Constructor Index

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

Method Index

 o checkIfAdminStatus(EnumIfAdminStatus)
Checker for the "IfAdminStatus" variable.
 o getIfAdminStatus()
Getter for the "IfAdminStatus" variable.
 o getIfDescr()
Getter for the "IfDescr" variable.
 o getIfIndex()
Getter for the "IfIndex" variable.
 o getIfInDiscards()
Getter for the "IfInDiscards" variable.
 o getIfInErrors()
Getter for the "IfInErrors" variable.
 o getIfInNUcastPkts()
Getter for the "IfInNUcastPkts" variable.
 o getIfInOctets()
Getter for the "IfInOctets" variable.
 o getIfInUcastPkts()
Getter for the "IfInUcastPkts" variable.
 o getIfInUnknownProtos()
Getter for the "IfInUnknownProtos" variable.
 o getIfLastChange()
Getter for the "IfLastChange" variable.
 o getIfMtu()
Getter for the "IfMtu" variable.
 o getIfOperStatus()
Getter for the "IfOperStatus" variable.
 o getIfOutDiscards()
Getter for the "IfOutDiscards" variable.
 o getIfOutErrors()
Getter for the "IfOutErrors" variable.
 o getIfOutNUcastPkts()
Getter for the "IfOutNUcastPkts" variable.
 o getIfOutOctets()
Getter for the "IfOutOctets" variable.
 o getIfOutQLen()
Getter for the "IfOutQLen" variable.
 o getIfOutUcastPkts()
Getter for the "IfOutUcastPkts" variable.
 o getIfPhysAddress()
Getter for the "IfPhysAddress" variable.
 o getIfSpecific()
Getter for the "IfSpecific" variable.
 o getIfSpeed()
Getter for the "IfSpeed" variable.
 o getIfType()
Getter for the "IfType" variable.
 o setIfAdminStatus(EnumIfAdminStatus)
Setter for the "IfAdminStatus" variable.

Constructors

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

Methods

 o getIfSpecific
 public String getIfSpecific() throws SnmpStatusException
Getter for the "IfSpecific" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o getIfOutQLen
 public Long getIfOutQLen() throws SnmpStatusException
Getter for the "IfOutQLen" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o getIfOutErrors
 public Long getIfOutErrors() throws SnmpStatusException
Getter for the "IfOutErrors" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o getIfLastChange
 public Long getIfLastChange() throws SnmpStatusException
Getter for the "IfLastChange" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o getIfOperStatus
 public EnumIfOperStatus getIfOperStatus() throws SnmpStatusException
Getter for the "IfOperStatus" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o getIfAdminStatus
 public EnumIfAdminStatus getIfAdminStatus() throws SnmpStatusException
Getter for the "IfAdminStatus" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o setIfAdminStatus
 public void setIfAdminStatus(EnumIfAdminStatus x) throws SnmpStatusException
Setter for the "IfAdminStatus" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o checkIfAdminStatus
 public void checkIfAdminStatus(EnumIfAdminStatus x) throws SnmpStatusException
Checker for the "IfAdminStatus" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o getIfPhysAddress
 public Byte[] getIfPhysAddress() throws SnmpStatusException
Getter for the "IfPhysAddress" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o getIfSpeed
 public Long getIfSpeed() throws SnmpStatusException
Getter for the "IfSpeed" variable.

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

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o getIfOutDiscards
 public Long getIfOutDiscards() throws SnmpStatusException
Getter for the "IfOutDiscards" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o getIfOutNUcastPkts
 public Long getIfOutNUcastPkts() throws SnmpStatusException
Getter for the "IfOutNUcastPkts" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o getIfType
 public EnumIfType getIfType() throws SnmpStatusException
Getter for the "IfType" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o getIfDescr
 public String getIfDescr() throws SnmpStatusException
Getter for the "IfDescr" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o getIfOutUcastPkts
 public Long getIfOutUcastPkts() throws SnmpStatusException
Getter for the "IfOutUcastPkts" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o getIfOutOctets
 public Long getIfOutOctets() throws SnmpStatusException
Getter for the "IfOutOctets" variable.

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

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o getIfInUnknownProtos
 public Long getIfInUnknownProtos() throws SnmpStatusException
Getter for the "IfInUnknownProtos" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o getIfInErrors
 public Long getIfInErrors() throws SnmpStatusException
Getter for the "IfInErrors" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o getIfInDiscards
 public Long getIfInDiscards() throws SnmpStatusException
Getter for the "IfInDiscards" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o getIfInNUcastPkts
 public Long getIfInNUcastPkts() throws SnmpStatusException
Getter for the "IfInNUcastPkts" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o getIfInUcastPkts
 public Long getIfInUcastPkts() throws SnmpStatusException
Getter for the "IfInUcastPkts" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o 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