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[] SnmpSecurityException.list
          The current request varbind list.
 SnmpVarBind[] SnmpPdu.varBindList
          List of variables.
 

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

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
 void SnmpMibRequest.addVarBind(SnmpVarBind varbind)
          Adds a varbind to this request sublist.
 int SnmpMibRequest.getVarIndex(SnmpVarBind varbind)
          Returns the varbind index that should be embedded in an SnmpStatusException for this particular varbind.
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.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.
 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.
 

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

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


Open Source build 02
opendmk-1.0-b02 2007.10.01_19:17:46_MEST

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