Uses of Class
javax.management.snmp.SnmpValue

Packages that use SnmpValue
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 SnmpValue in com.sun.jdmk.snmp.agent
 

Methods in com.sun.jdmk.snmp.agent that return SnmpValue
 SnmpValue SnmpGenericObjectServer.get(SnmpGenericMetaServer meta, ObjectName name, long id, Object data)
          Deprecated. Get the value of an SNMP variable.
 SnmpValue SnmpGenericObjectServer.set(SnmpGenericMetaServer meta, ObjectName name, SnmpValue x, long id, Object data)
          Deprecated. Set the value of an SNMP variable.
 SnmpValue SnmpGenericMetaServer.buildSnmpValue(long id, Object value)
          Deprecated. Construct an SnmpValue from an Attribute value as returned by Attribute::getValue().
 SnmpValue SnmpStandardMetaServer.get(long arc, Object userData)
          Deprecated. Returns the value of the scalar object identified by the given OID arc.
 SnmpValue SnmpStandardMetaServer.set(SnmpValue x, long arc, Object userData)
          Deprecated. Sets the value of the scalar object identified by the given OID arc.
protected  SnmpValue SnmpMibTable.setRowStatus(SnmpOid rowOid, int newStatus, Object userData)
          Deprecated. Set the control variable to the specified newStatus value.
 

Methods in com.sun.jdmk.snmp.agent with parameters of type SnmpValue
 SnmpValue SnmpGenericObjectServer.set(SnmpGenericMetaServer meta, ObjectName name, SnmpValue x, long id, Object data)
          Deprecated. Set the value of an SNMP variable.
 void SnmpGenericObjectServer.check(SnmpGenericMetaServer meta, ObjectName name, SnmpValue x, long id, Object data)
          Deprecated. Checks whether a SET operation can be performed on a given SNMP variable.
 Object SnmpGenericMetaServer.buildAttributeValue(long id, SnmpValue value)
          Deprecated. Construct an attribute value (as returned by Attribute::getValue()) from an SnmpValue.
 void SnmpGenericMetaServer.checkSetAccess(SnmpValue x, long id, Object data)
          Deprecated. Check the access rights for a SET operation.
 SnmpValue SnmpStandardMetaServer.set(SnmpValue x, long arc, Object userData)
          Deprecated. Sets the value of the scalar object identified by the given OID arc.
 void SnmpStandardMetaServer.check(SnmpValue x, long arc, Object userData)
          Deprecated. Checks that the new desired value of the scalar object identified by the given OID arc is valid.
 

Uses of SnmpValue in com.sun.jdmk.snmp.usm.usmmib
 

Methods in com.sun.jdmk.snmp.usm.usmmib that return SnmpValue
 SnmpValue UsmUserEntryMeta.get(long var, Object data)
          Deprecated. Get the value of a scalar variable
 SnmpValue UsmUserEntryMeta.set(SnmpValue x, long var, Object data)
          Deprecated. Set the value of a scalar variable
 SnmpValue UsmUserEntryMeta.setRowStatus(int status, Object userData)
          Deprecated.  
 SnmpValue UsmUserTableMeta.setRowStatus(SnmpOid rowOid, int status, Object userData)
          Deprecated.  
 SnmpValue UsmStatsMeta.get(long var, Object data)
          Deprecated. Get the value of a scalar variable
 SnmpValue UsmStatsMeta.set(SnmpValue x, long var, Object data)
          Deprecated. Set the value of a scalar variable
 SnmpValue UsmUserMeta.get(long var, Object data)
          Deprecated. Get the value of a scalar variable
 SnmpValue UsmUserMeta.set(SnmpValue x, long var, Object data)
          Deprecated. Set the value of a scalar variable
 

Methods in com.sun.jdmk.snmp.usm.usmmib with parameters of type SnmpValue
 SnmpValue UsmUserEntryMeta.set(SnmpValue x, long var, Object data)
          Deprecated. Set the value of a scalar variable
 void UsmUserEntryMeta.check(SnmpValue x, long var, Object data)
          Deprecated. Check the value of a scalar variable
 SnmpValue UsmStatsMeta.set(SnmpValue x, long var, Object data)
          Deprecated. Set the value of a scalar variable
 void UsmStatsMeta.check(SnmpValue x, long var, Object data)
          Deprecated. Check the value of a scalar variable
 SnmpValue UsmUserMeta.set(SnmpValue x, long var, Object data)
          Deprecated. Set the value of a scalar variable
 void UsmUserMeta.check(SnmpValue x, long var, Object data)
          Deprecated. Check the value of a scalar variable
 

Uses of SnmpValue in javax.management.snmp
 

Subclasses of SnmpValue in javax.management.snmp
 class SnmpCounter
          Deprecated. Use package com.sun.management.snmp in preference to classes in this package. This class may be removed in a future version of Java DMK.
 class SnmpCounter64
          Deprecated. Use package com.sun.management.snmp in preference to classes in this package. This class may be removed in a future version of Java DMK.
 class SnmpGauge
          Deprecated. Use package com.sun.management.snmp in preference to classes in this package. This class may be removed in a future version of Java DMK.
 class SnmpInt
          Deprecated. Use package com.sun.management.snmp in preference to classes in this package. This class may be removed in a future version of Java DMK.
 class SnmpIpAddress
          Deprecated. Use package com.sun.management.snmp in preference to classes in this package. This class may be removed in a future version of Java DMK.
 class SnmpNull
          Deprecated. Use package com.sun.management.snmp in preference to classes in this package. This class may be removed in a future version of Java DMK.
 class SnmpOid
          Deprecated. Use package com.sun.management.snmp in preference to classes in this package. This class may be removed in a future version of Java DMK.
 class SnmpOpaque
          Deprecated. Use package com.sun.management.snmp in preference to classes in this package. This class may be removed in a future version of Java DMK.
 class SnmpString
          Deprecated. Use package com.sun.management.snmp in preference to classes in this package. This class may be removed in a future version of Java DMK.
 class SnmpStringFixed
          Deprecated. Use package com.sun.management.snmp in preference to classes in this package. This class may be removed in a future version of Java DMK.
 class SnmpTimeticks
          Deprecated. Use package com.sun.management.snmp in preference to classes in this package. This class may be removed in a future version of Java DMK.
 class SnmpUnsignedInt
          Deprecated. Use package com.sun.management.snmp in preference to classes in this package. This class may be removed in a future version of Java DMK.
 

Fields in javax.management.snmp declared as SnmpValue
 SnmpValue SnmpVarBind.value
          Deprecated. As of Java Dynamic Management Kit 5.0, use instead getSnmpValue and setSnmpValue
 

Methods in javax.management.snmp that return SnmpValue
 SnmpValue SnmpString.duplicate()
          Deprecated. Performs a clone action.
 SnmpValue SnmpInt.duplicate()
          Deprecated. Performs a clone action.
 SnmpValue SnmpCounter64.duplicate()
          Deprecated. Performs a clone action.
 SnmpValue SnmpNull.duplicate()
          Deprecated. Performs a clone action.
 SnmpValue SnmpVarBind.getSnmpValue()
          Deprecated. Returns the value part associated with this SnmpVarBind.
abstract  SnmpValue SnmpValue.duplicate()
          Deprecated. Same as clone, but you cannot perform cloning using this object because clone is protected.
 SnmpValue SnmpOid.duplicate()
          Deprecated. Performs a clone action.
 

Methods in javax.management.snmp with parameters of type SnmpValue
 void SnmpVarBind.setSnmpValue(SnmpValue val)
          Deprecated. Sets the SnmpValue part associated with this SnmpVarBind with the specified value.
 

Constructors in javax.management.snmp with parameters of type SnmpValue
SnmpVarBind(SnmpOid oid, SnmpValue val)
          Deprecated. Constructs a new SnmpVarBind object from the specified SnmpOid and SnmpValue.
 


FCS Release
jdmk-5_1-b34.2 2005.11.29_16:24:00_MET

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