|
|||||||||
| 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.SnmpEndOfMibView
The SnmpEndOfMibView object is typically returned by an SNMPv2 agent when there is no lexagraphically next object identifier in its tables. The object is an SNMPv2 error condition. This condition can be returned to a manager on a variable by variable basis.
SnmpVarBind,
Serialized Form| Field Summary | |
static byte |
ASNTYPE
The ASN.1 value that defines this variable. |
| Constructor Summary | |
SnmpEndOfMibView()
The default class construtor. |
|
SnmpEndOfMibView(SnmpEndOfMibView 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 |
public static final byte ASNTYPE
| Constructor Detail |
public SnmpEndOfMibView()
public SnmpEndOfMibView(SnmpEndOfMibView second)
second - The object to copy into self.| Method Detail |
public byte typeId()
typeId in interface SnmpSyntaxtypeId in class SnmpV2Errorpublic SnmpSyntax duplicate()
duplicate in interface SnmpSyntaxduplicate in class SnmpV2Errorpublic java.lang.Object clone()
clone in class SnmpV2Errorpublic java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||