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

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

Subclasses of SnmpValue in com.sun.management.snmp
 class SnmpCounter
          Represents an SNMP counter.
 class SnmpCounter64
          Represents an SNMP 64bits counter.
 class SnmpGauge
          Represents an SNMP gauge.
 class SnmpInt
          Represents an SNMP integer.
 class SnmpIpAddress
          Represents an SNMP IpAddress.
 class SnmpNull
          Represents an SNMP null value.
 class SnmpOid
          Represents an SNMP Object Identifier (OID).
 class SnmpOpaque
          Is used to represent an SNMP value.
 class SnmpString
          Represents an SNMP string.
 class SnmpStringFixed
          Represents an SNMP String defined with a fixed length.
 class SnmpTimeticks
          Contains an SnmpTimeTick value which has units of 1/100th of a second.
 class SnmpUnsignedInt
          Is the base for all SNMP syntaxes based on unsigned integers.
 

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

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

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

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

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

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

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

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

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


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.