Uses of Class
com.sun.management.snmp.SnmpVarBind

Packages that use SnmpVarBind
com.sun.management.snmp Provides the core classes for implementing common SNMP data types and services
com.sun.management.snmp.agent Provides the classes for implementing an SNMP agent
com.sun.management.snmp.usm.usmmib Provides the classes which implement the SNMP-USER-BASED-SM-MIB
 

Uses of SnmpVarBind in com.sun.management.snmp
 

Fields in com.sun.management.snmp declared as SnmpVarBind
 SnmpVarBind[] SnmpPdu.varBindList
          List of variables.
 SnmpVarBind[] SnmpSecurityException.list
          The current request varbind list.
 

Methods in com.sun.management.snmp that return SnmpVarBind
 SnmpVarBind[] SnmpMsg.decodeVarBindList(BerDecoder bdec)
          For Java DMK private use only.
 SnmpVarBind SnmpVarBindList.getVarBindAt(int pos)
          Gets an SnmpVarBind object.
 

Methods in com.sun.management.snmp with parameters of type SnmpVarBind
 boolean SnmpVarBind.isOidEqual(SnmpVarBind var)
          Checks whether the OID for this variable completely matches the OID part of the specified SnmpVarBind object.
 void SnmpVarBind.copyValueAndOid(SnmpVarBind var)
          Clones and copies the OID and value part from another SnmpVarBind object.
 void SnmpVarBind.copyValue(SnmpVarBind var)
          Clones and copies only the value part from another SnmpVarBind object.
 void SnmpMsg.encodeVarBindList(BerEncoder benc, SnmpVarBind[] varBindList)
          For Java DMK private use only.
 void SnmpVarBindList.replaceVarBind(SnmpVarBind var, int pos)
          Replaces an element at a specified location with the new element.
 void SnmpVarBindList.addVarBind(SnmpVarBind var)
          Appends the given SnmpVarBind object to the existing SnmpVarBindList.
 boolean SnmpVarBindList.removeVarBind(SnmpVarBind var)
          Removes the given SnmpVarBind object from the existing SnmpVarBindList.
 int SnmpVarBindList.indexOfOid(SnmpVarBind var, int min, int max)
          Gives the index of an OID in the SnmpVarBindList.
 int SnmpVarBindList.indexOfOid(SnmpVarBind var)
          Gives the index of an OID in the SnmpVarBindList.
 

Uses of SnmpVarBind in com.sun.management.snmp.agent
 

Methods in com.sun.management.snmp.agent that return SnmpVarBind
 SnmpVarBind SnmpMibSubRequest.getRowStatusVarBind()
          Return the varbind that holds the RowStatus variable.
 

Methods in com.sun.management.snmp.agent with parameters of type SnmpVarBind
protected  int SnmpMibTable.mapRowStatus(SnmpOid rowOid, SnmpVarBind vbstatus, Object userData)
          Map the value of the vbstatus varbind to the corresponding RowStatus code defined in EnumRowStatus.
 void SnmpMibSubRequest.registerGetException(SnmpVarBind varbind, SnmpStatusException exception)
          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)
          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)
          This method should be called when a status exception needs to be raised when checking a given varbind for an SNMP SET request.
 int SnmpMibRequest.getVarIndex(SnmpVarBind varbind)
          Returns the varbind index that should be embedded in an SnmpStatusException for this particular varbind.
 void SnmpMibRequest.addVarBind(SnmpVarBind varbind)
          Adds a varbind to this request sublist.
 

Uses of SnmpVarBind in com.sun.management.snmp.usm.usmmib
 

Methods in com.sun.management.snmp.usm.usmmib with parameters of type SnmpVarBind
protected  int UsmUserEntryMeta.mapRowStatus(SnmpVarBind var, Object userData)
           
 int UsmUserTableMeta.mapRowStatus(SnmpOid rowOid, SnmpVarBind vbstatus, Object userData)
           
 


FCS Release
jdmk-5_1-b34.1 2005.02.10_16:46:09_MET

Copyright 1998-2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.