|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opennms.protocols.snmp.SnmpV2Error
org.opennms.protocols.snmp.SnmpNoSuchObject
The SnmpNoSuchObject object is typically returned by an SNMPv2 agent when there is no matching object identifier for the agent. The object is an SNMPv2 error condition. This condition can be returned to a manager on a variable by variable basis.
SnmpVarBind
,
Serialized FormField Summary | |
static byte |
ASNTYPE
The ASN.1 value that defines this variable. |
(package private) static long |
serialVersionUID
Defines the serialization format version. |
Constructor Summary | |
SnmpNoSuchObject()
The default class construtor. |
|
SnmpNoSuchObject(SnmpNoSuchObject second)
The class copy constructor. |
Method Summary | |
java.lang.Object |
clone()
Returns a duplicate object of self. |
SnmpSyntax |
duplicate()
Returns a duplicate object of self. |
java.lang.String |
toString()
Returns the string representation of the object. |
byte |
typeId()
Returns the ASN.1 type for this particular object. |
Methods inherited from class org.opennms.protocols.snmp.SnmpV2Error |
decodeASN, encodeASN |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
static final long serialVersionUID
public static final byte ASNTYPE
Constructor Detail |
public SnmpNoSuchObject()
public SnmpNoSuchObject(SnmpNoSuchObject second)
Method Detail |
public byte typeId()
typeId
in interface SnmpSyntax
typeId
in class SnmpV2Error
public SnmpSyntax duplicate()
duplicate
in interface SnmpSyntax
duplicate
in class SnmpV2Error
public java.lang.Object clone()
clone
in class SnmpV2Error
public java.lang.String toString()
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |