All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.snmp.common.SnmpVarBind

java.lang.Object
   |
   +----com.sun.jaw.snmp.common.SnmpVarBind

public class SnmpVarBind
extends Object
implements Serializable, SnmpDataTypeEnums
The SnmpVarBind class represents a variable contained in a VarBindList.


Variable Index

 o endOfMibView
 o noSuchInstance
 o noSuchObject
 o oid
 o value

Constructor Index

 o SnmpVarBind()
 o SnmpVarBind(SnmpOid, SnmpValue)

Method Index

 o appendInOid(SnmpOid)
 o insertInOid(int)
 o toString()
Returns a string representation of the object.

Variables

 o oid
 public SnmpOid oid
 o value
 public SnmpValue value
 o noSuchObject
 public static final SnmpNull noSuchObject
 o noSuchInstance
 public static final SnmpNull noSuchInstance
 o endOfMibView
 public static final SnmpNull endOfMibView

Constructors

 o SnmpVarBind
 public SnmpVarBind()
 o SnmpVarBind
 public SnmpVarBind(SnmpOid o,
                    SnmpValue v)

Methods

 o toString
 public String toString()
Returns a string representation of the object.

Overrides:
toString in class Object
 o insertInOid
 public void insertInOid(int val)
 o appendInOid
 public void appendInOid(SnmpOid oid)

All Packages  Class Hierarchy  This Package  Previous  Next  Index