com.tivoli.twg.snmputils
Class NoSuchObjectVbl

java.lang.Object
  extended bycom.tivoli.twg.snmputils.VariableBinding
      extended bycom.tivoli.twg.snmputils.EmptyVbl
          extended bycom.tivoli.twg.snmputils.NoSuchObjectVbl

public class NoSuchObjectVbl
extends EmptyVbl

No such object variable binding. No values are contained in this Vbl.


Field Summary
 
Fields inherited from class com.tivoli.twg.snmputils.VariableBinding
oid
 
Constructor Summary
NoSuchObjectVbl(java.lang.String oid)
          Constructor using primitive type for value
 
Method Summary
static int getType()
          Describes the type of variable binding I represent.
 
Methods inherited from class com.tivoli.twg.snmputils.EmptyVbl
addToPdu, getMIBType, getValueAsObject, size
 
Methods inherited from class com.tivoli.twg.snmputils.VariableBinding
getOid, setOid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoSuchObjectVbl

public NoSuchObjectVbl(java.lang.String oid)
Constructor using primitive type for value

Parameters:
oid - string for the OID of this variable binding
Method Detail

getType

public static int getType()
Describes the type of variable binding I represent.

Returns:
SNMP_SYNTAX_NOSUCHOBJECT
See Also:
SNMPPDU