|
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.SnmpUInt32
org.opennms.protocols.snmp.SnmpV2PartyClock
Defines an SNMPv2 Party Clock. The Party Clock is currently Obsolete, but included for backwards compatability
Field Summary | |
static byte |
ASNTYPE
Deprecated. The ASN.1 type for this object |
(package private) static long |
serialVersionUID
Deprecated. Used to define the serialization formation |
Fields inherited from class org.opennms.protocols.snmp.SnmpUInt32 |
|
Constructor Summary | |
SnmpV2PartyClock()
Deprecated. The class constructor. |
|
SnmpV2PartyClock(long value)
Deprecated. Creates a SNMPv2 Party Clock with the specific value. |
|
SnmpV2PartyClock(java.lang.Long value)
Deprecated. Creates a SNMPv2 Party Clock with the specific value. |
|
SnmpV2PartyClock(SnmpUInt32 uint32)
Deprecated. Constructs a SNMPv2 Party Clock with the specified value. |
|
SnmpV2PartyClock(SnmpV2PartyClock second)
Deprecated. Class copy constructor. |
Method Summary | |
java.lang.Object |
clone()
Deprecated. Creates and returns a duplicate object of self. |
SnmpSyntax |
duplicate()
Deprecated. Creates and returns a duplicate object of self. |
java.lang.String |
toString()
Deprecated. Returns the string representation of the object. |
byte |
typeId()
Deprecated. Used to retreive the ASN.1 value for this object. |
Methods inherited from class org.opennms.protocols.snmp.SnmpUInt32 |
decodeASN, encodeASN, getValue, setValue, setValue |
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 SnmpV2PartyClock()
public SnmpV2PartyClock(long value)
value
- The unsigned value for the party clockpublic SnmpV2PartyClock(java.lang.Long value)
value
- The unsigned value for the party clockpublic SnmpV2PartyClock(SnmpV2PartyClock second)
second
- The party clock to duplicatepublic SnmpV2PartyClock(SnmpUInt32 uint32)
uint32
- The super class value to initialize self with.Method Detail |
public byte typeId()
typeId
in interface SnmpSyntax
typeId
in class SnmpUInt32
public SnmpSyntax duplicate()
duplicate
in interface SnmpSyntax
duplicate
in class SnmpUInt32
public java.lang.Object clone()
clone
in class SnmpUInt32
public java.lang.String toString()
toString
in class SnmpUInt32
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |