|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.snmputils.VariableBinding
com.tivoli.twg.snmputils.NsapVbl
NSAP address variable binding.
Field Summary |
---|
Fields inherited from class com.tivoli.twg.snmputils.VariableBinding |
---|
oid |
Constructor Summary | |
---|---|
NsapVbl(java.lang.String oid,
java.lang.String value)
Deprecated. Constructor using object type for value |
Method Summary | |
---|---|
void |
addToPdu(SNMPPDU pdu)
Deprecated. Adds the variable binding to the specified PDU |
static int |
getMIBType()
Deprecated. Describes the type of MIB I represent. |
static int |
getType()
Deprecated. Describes the type of variable binding I represent. |
java.lang.String |
getValue()
Deprecated. Returns the value for this variable binding as a primitive |
java.lang.Object |
getValueAsObject()
Deprecated. Returns the value for this variable binding as an Object |
int |
size()
Deprecated. Returns the size of the variable binding |
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 |
public NsapVbl(java.lang.String oid, java.lang.String value)
oid
- string for the OID of this variable bindingMethod Detail |
public static int getType()
SNMPPDU
public static int getMIBType()
TWGMIBItem2
public java.lang.String getValue()
public java.lang.Object getValueAsObject()
getValueAsObject
in class VariableBinding
public void addToPdu(SNMPPDU pdu)
addToPdu
in class VariableBinding
pdu
- SNMPPDU to add variable binding topublic int size()
size
in class VariableBinding
VariableBinding
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |