java.lang.Object | |
↳ | com.sun.jmx.snmp.SnmpValue |
![]() |
![]() |
Is an abstract representation of an SNMP Value. All classes provided for dealing with SNMP types should derive from this class.
This API is a Sun Microsystems internal API and is subject to change without notice.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Same as clone, but you cannot perform cloning using this object because
clone is protected.
| |||||||||||
Returns a textual description of the object.
| |||||||||||
This method returns
false by default and is redefined
in the SnmpNull class. | |||||||||||
This method returns
false by default and is redefined
in the SnmpNull class. | |||||||||||
This method returns
false by default and is redefined
in the SnmpNull class. | |||||||||||
Returns a
String form containing ASN.1 tagging information. | |||||||||||
Returns the value encoded as an OID.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Same as clone, but you cannot perform cloning using this object because
clone is protected. This method should call clone()
.
SnmpValue
clone.
Returns a textual description of the object.
This method returns false
by default and is redefined
in the SnmpNull
class.
This method returns false
by default and is redefined
in the SnmpNull
class.
This method returns false
by default and is redefined
in the SnmpNull
class.
Returns a String
form containing ASN.1 tagging information.
String
form.
Returns the value encoded as an OID. The method is particularly useful when dealing with indexed table made of several SNMP variables.