|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amx.duet.tools.net.snmp.api.SNMPObject
com.amx.duet.tools.net.snmp.api.SNMPSequence
com.amx.duet.tools.net.snmp.api.SNMPVarBindList
The SNMPVarBindList class is a specialization of SNMPSequence that contains a list of SNMPVariablePair objects.
-- variable bindings
VarBind ::=
SEQUENCE {
name
ObjectName,
value
ObjectSyntax
}
VarBindList ::=
SEQUENCE OF
VarBind
END
Constructor Summary | |
SNMPVarBindList()
Create a new empty variable binding list. |
Method Summary | |
java.lang.String |
toString()
Return the variable pairs in the list, separated by spaces. |
Methods inherited from class com.amx.duet.tools.net.snmp.api.SNMPSequence |
addSNMPObject, getSNMPObjectAt, getValue, insertSNMPObjectAt, setValue, size |
Methods inherited from class com.amx.duet.tools.net.snmp.api.SNMPObject |
equals, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SNMPVarBindList()
Method Detail |
public java.lang.String toString()
toString
in class SNMPSequence
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |