snmp
Class SNMPVarBindList

java.lang.Object
  extended bysnmp.SNMPObject
      extended bysnmp.SNMPSequence
          extended bysnmp.SNMPVarBindList

public class SNMPVarBindList
extends SNMPSequence

The SNMPVarBindList class is a specialization of SNMPSequence that contains a list of SNMPVariablePair objects.

See Also:
-- variable bindings VarBind ::= SEQUENCE { name ObjectName, value ObjectSyntax } VarBindList ::= SEQUENCE OF VarBind END

Field Summary
 
Fields inherited from class snmp.SNMPSequence
sequence, tag
 
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 snmp.SNMPSequence
addSNMPObject, extractFromBEREncoding, getBEREncoding, getSNMPObjectAt, getValue, insertSNMPObjectAt, setValue, size
 
Methods inherited from class snmp.SNMPObject
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SNMPVarBindList

public SNMPVarBindList()
Create a new empty variable binding list.

Method Detail

toString

public java.lang.String toString()
Return the variable pairs in the list, separated by spaces.

Overrides:
toString in class SNMPSequence