| java.lang.Object | ||
| ↳ | com.sun.jmx.snmp.SnmpValue | |
| ↳ | com.sun.jmx.snmp.SnmpNull | |
Represents an SNMP null value.
This API is a Sun Microsystems internal API and is subject to change without notice.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.sun.jmx.snmp.SnmpDataTypeEnums
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new
SnmpNull. | |||||||||||
Constructs a new
SnmpNull. | |||||||||||
Constructs a new
SnmpNull from the specified tag value. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Clones the
SnmpNull object, making a copy of its data. | |||||||||||
Performs a clone action.
| |||||||||||
Returns the tag value of this
SnmpNull. | |||||||||||
Returns a textual description of the type object.
| |||||||||||
Checks if this
SnmpNull object corresponds to an endOfMibView value. | |||||||||||
Checks if this
SnmpNull object corresponds to a noSuchInstance value. | |||||||||||
Checks if this
SnmpNull object corresponds to a noSuchObject value. | |||||||||||
Converts the
NULL value to its SnmpOid form. | |||||||||||
Converts the
NULL value to its ASN.1 String form. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.sun.jmx.snmp.SnmpValue
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructs a new SnmpNull.
Constructs a new SnmpNull from the specified tag value.
| t | The initialization value. |
|---|
Clones the SnmpNull object, making a copy of its data.
Performs a clone action. This provides a workaround for the
SnmpValue interface.
Returns the tag value of this SnmpNull.
Returns a textual description of the type object.
Checks if this SnmpNull object corresponds to an endOfMibView value.
true if the tag equals errEndOfMibViewTag,
false otherwise.
Checks if this SnmpNull object corresponds to a noSuchInstance value.
true if the tag equals errNoSuchInstanceTag,
false otherwise.
Checks if this SnmpNull object corresponds to a noSuchObject value.
true if the tag equals errNoSuchObjectTag,
false otherwise.
Converts the NULL value to its SnmpOid form.
Normally, a NULL value cannot be used as an index value,
this method triggers an exception.
Converts the NULL value to its ASN.1 String form.
When the tag is not the universal one, it is preprended
to the String form.
String representation of the value.