|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.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 |
m_value, MASK |
Constructor Summary | |
SnmpV2PartyClock()
Deprecated. The class constructor. |
|
SnmpV2PartyClock(long value)
Deprecated. Creates a SNMPv2 Party Clock with the specific value. |
|
SnmpV2PartyClock(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 | |
Object |
clone()
Deprecated. Creates and returns a duplicate object of self. |
SnmpSyntax |
duplicate()
Deprecated. Creates and returns a duplicate object of self. |
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 |
|
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(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 class SnmpUInt32
public SnmpSyntax duplicate()
duplicate
in class SnmpUInt32
public Object clone()
clone
in class SnmpUInt32
public String toString()
toString
in class SnmpUInt32
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |