|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SnmpVarBind | |
com.sun.jdmk.snmp.agent | Provides the classes for creating an SNMP agent. |
com.sun.jdmk.snmp.usm.usmmib | Provides the classes which implement the SNMP-USER-BASED-SM-MIB. |
javax.management.snmp | Provides the core classes which implement common SNMP data types and services. |
Uses of SnmpVarBind in com.sun.jdmk.snmp.agent |
Methods in com.sun.jdmk.snmp.agent that return SnmpVarBind | |
SnmpVarBind |
SnmpMibSubRequest.getRowStatusVarBind()
Deprecated. Return the varbind that holds the RowStatus variable. |
Methods in com.sun.jdmk.snmp.agent with parameters of type SnmpVarBind | |
protected int |
SnmpMibTable.mapRowStatus(SnmpOid rowOid,
SnmpVarBind vbstatus,
Object userData)
Deprecated. Map the value of the vbstatus varbind to the
corresponding RowStatus code defined in
EnumRowStatus . |
int |
SnmpMibRequest.getVarIndex(SnmpVarBind varbind)
Deprecated. Returns the varbind index that should be embedded in an SnmpStatusException for this particular varbind. |
void |
SnmpMibRequest.addVarBind(SnmpVarBind varbind)
Deprecated. Adds a varbind to this request sublist. |
void |
SnmpMibSubRequest.registerGetException(SnmpVarBind varbind,
SnmpStatusException exception)
Deprecated. This method should be called when a status exception needs to be raised for a given varbind of an SNMP GET request. |
void |
SnmpMibSubRequest.registerSetException(SnmpVarBind varbind,
SnmpStatusException exception)
Deprecated. This method should be called when a status exception needs to be raised for a given varbind of an SNMP SET request. |
void |
SnmpMibSubRequest.registerCheckException(SnmpVarBind varbind,
SnmpStatusException exception)
Deprecated. This method should be called when a status exception needs to be raised when checking a given varbind for an SNMP SET request. |
Uses of SnmpVarBind in com.sun.jdmk.snmp.usm.usmmib |
Methods in com.sun.jdmk.snmp.usm.usmmib with parameters of type SnmpVarBind | |
protected int |
UsmUserEntryMeta.mapRowStatus(SnmpVarBind var,
Object userData)
Deprecated. |
int |
UsmUserTableMeta.mapRowStatus(SnmpOid rowOid,
SnmpVarBind vbstatus,
Object userData)
Deprecated. |
Uses of SnmpVarBind in javax.management.snmp |
Fields in javax.management.snmp declared as SnmpVarBind | |
SnmpVarBind[] |
SnmpPdu.varBindList
Deprecated. List of variables. |
SnmpVarBind[] |
SnmpSecurityException.list
Deprecated. The current request varbind list. |
Methods in javax.management.snmp that return SnmpVarBind | |
SnmpVarBind[] |
SnmpMsg.decodeVarBindList(BerDecoder bdec)
Deprecated. For Java DMK private use only. |
SnmpVarBind |
SnmpVarBindList.getVarBindAt(int pos)
Deprecated. Gets an SnmpVarBind object. |
Methods in javax.management.snmp with parameters of type SnmpVarBind | |
boolean |
SnmpVarBind.isOidEqual(SnmpVarBind var)
Deprecated. Checks whether the OID for this variable completely matches the OID part of the specified SnmpVarBind object. |
void |
SnmpVarBind.copyValueAndOid(SnmpVarBind var)
Deprecated. Clones and copies the OID and value part from another SnmpVarBind object. |
void |
SnmpVarBind.copyValue(SnmpVarBind var)
Deprecated. Clones and copies only the value part from another SnmpVarBind object. |
void |
SnmpMsg.encodeVarBindList(BerEncoder benc,
SnmpVarBind[] varBindList)
Deprecated. For Java DMK private use only. |
void |
SnmpVarBindList.replaceVarBind(SnmpVarBind var,
int pos)
Deprecated. Replaces an element at a specified location with the new element. |
void |
SnmpVarBindList.addVarBind(SnmpVarBind var)
Deprecated. Appends the given SnmpVarBind object to the existing SnmpVarBindList . |
boolean |
SnmpVarBindList.removeVarBind(SnmpVarBind var)
Deprecated. Removes the given SnmpVarBind object from the existing SnmpVarBindList . |
int |
SnmpVarBindList.indexOfOid(SnmpVarBind var,
int min,
int max)
Deprecated. Gives the index of an OID in the SnmpVarBindList . |
int |
SnmpVarBindList.indexOfOid(SnmpVarBind var)
Deprecated. Gives the index of an OID in the SnmpVarBindList . |
|
FCS Release jdmk-5_1-b34.2 2005.11.29_16:24:00_MET |
||||||||||
PREV NEXT | FRAMES NO FRAMES |