org.netsnmp.ASN
Class NO_SUCH_OBJECT
java.lang.Object
|
+--org.netsnmp.ASN.ASNValue
|
+--org.netsnmp.ASN.NO_SUCH_OBJECT
- All Implemented Interfaces:
- Comparable, Serializable
- public class NO_SUCH_OBJECT
- extends ASNValue
Class used to substitute for an object when the object is not
found in an agent.
- Author:
- Andrew E. Page aepage@users.sourceforge.net
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NO_SUCH_OBJECT
public static final NO_SUCH_OBJECT NO_SUCH_OBJECT
type
public static final ASN_TYPE type
asn_type
public int asn_type()
- Specified by:
asn_type
in class ASNValue
type
public ASN_TYPE type()
- Specified by:
type
in class ASNValue
toJavaObject
public Object toJavaObject()
- Description copied from class:
ASNValue
- Converts the value to a Java Object
- Specified by:
toJavaObject
in class ASNValue