|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableBinding | |
---|---|
org.snmp4j | Provides classes and interfaces for creating, sending, and receiving SNMP messages. |
org.snmp4j.mp | Provides classes and interfaces for the SNMP message processing. |
org.snmp4j.util | Contains table retrieval utilities and multi-threading support classes as well as miscellaneous utility classes. |
Uses of VariableBinding in org.snmp4j |
---|
Methods in org.snmp4j that return VariableBinding | |
---|---|
VariableBinding |
PDU.get(int index)
Gets the variable binding at the specified position. |
VariableBinding |
PDU.set(int index,
VariableBinding vb)
Sets the variable binding at the specified position. |
VariableBinding[] |
PDU.toArray()
Returns an array with the variable bindings of this PDU. |
Methods in org.snmp4j with parameters of type VariableBinding | |
---|---|
void |
PDU.add(VariableBinding vb)
Adds a variable binding to this PDU. |
void |
PDU.addAll(VariableBinding[] vbs)
Adds an array of variable bindings to this PDU (see PDU.add(VariableBinding vb) ). |
void |
PDU.addAllOIDs(VariableBinding[] vbs)
Adds new VariableBindings each with the OID of the
corresponding variable binding of the supplied array to this PDU (see
PDU.addOID(VariableBinding vb) ). |
void |
PDU.addOID(VariableBinding vb)
Adds a new variable binding to this PDU by using the OID of the supplied VariableBinding . |
VariableBinding |
PDU.set(int index,
VariableBinding vb)
Sets the variable binding at the specified position. |
Uses of VariableBinding in org.snmp4j.mp |
---|
Methods in org.snmp4j.mp that return VariableBinding | |
---|---|
VariableBinding |
StatusInformation.getErrorIndication()
|
Methods in org.snmp4j.mp with parameters of type VariableBinding | |
---|---|
int |
MPv3.sendReport(MessageDispatcher messageDispatcher,
ScopedPDU pdu,
int securityLevel,
int securityModel,
OctetString securityName,
int maxSizeResponseScopedPDU,
StateReference stateReference,
VariableBinding payload)
Sends a report message. |
void |
StatusInformation.setErrorIndication(VariableBinding errorIndication)
|
Constructors in org.snmp4j.mp with parameters of type VariableBinding | |
---|---|
StatusInformation(VariableBinding errorIndication,
byte[] contextName,
byte[] contextEngineID,
Integer32 securityLevel)
|
Uses of VariableBinding in org.snmp4j.util |
---|
Fields in org.snmp4j.util declared as VariableBinding | |
---|---|
protected VariableBinding[] |
RetrievalEvent.vbs
|
Methods in org.snmp4j.util that return VariableBinding | |
---|---|
VariableBinding[] |
TableEvent.getColumns()
Gets the columnar objects of the row. |
VariableBinding[] |
TreeEvent.getVariableBindings()
Gets the variable bindings retrieved in depth first order from the (sub-)tree. |
VariableBinding |
SimpleVariableTextFormat.parseVariableBinding(java.lang.String text)
|
VariableBinding |
VariableTextFormat.parseVariableBinding(java.lang.String text)
Parses a textual representation of a variable binding. |
Methods in org.snmp4j.util with parameters of type VariableBinding | |
---|---|
ResponseEvent |
TableUtils.createRow(Target target,
OID rowStatusColumnOID,
OID rowIndex,
VariableBinding[] values)
Creates a SNMP table row for a table that supports the RowStatus mechanism for row creation. |
Constructors in org.snmp4j.util with parameters of type VariableBinding | |
---|---|
RetrievalEvent(java.lang.Object source,
java.lang.Object userObject,
VariableBinding[] variableBindings)
Creates a retrieval event with row data. |
|
TableEvent(java.lang.Object source,
java.lang.Object userObject,
OID index,
VariableBinding[] cols)
Creates a table event with row data. |
|
TreeEvent(java.lang.Object source,
java.lang.Object userObject,
VariableBinding[] vbs)
|
|
Copyright 2005-2010 Frank Fock (SNMP4J.org) | |||||||||
PREV NEXT | FRAMES NO FRAMES |