|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--snmp.SNMPObject | +--snmp.SNMPSequence | +--snmp.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
Fields inherited from class snmp.SNMPSequence |
sequence, type |
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 newlines. |
Methods inherited from class snmp.SNMPSequence |
addSNMPObject, extractFromBEREncoding, getBEREncoding, getSNMPObjectAt, getValue, setValue, size |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, 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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |