openr66.protocol.snmp
Class R66TimeTicks
java.lang.Object
org.snmp4j.smi.AbstractVariable
org.snmp4j.smi.UnsignedInteger32
org.snmp4j.smi.TimeTicks
goldengate.snmp.interf.GgTimeTicks
openr66.protocol.snmp.R66TimeTicks
- All Implemented Interfaces:
- Serializable, Cloneable, Comparable<org.snmp4j.smi.Variable>, org.snmp4j.asn1.BERSerializable, org.snmp4j.smi.AssignableFromLong, org.snmp4j.smi.AssignableFromString, org.snmp4j.smi.Variable
public class R66TimeTicks
- extends goldengate.snmp.interf.GgTimeTicks
R66 TimeTicks SNMP implementation
- Author:
- Frederic Bregier
- See Also:
- Serialized Form
Fields inherited from class org.snmp4j.smi.UnsignedInteger32 |
value |
Fields inherited from class org.snmp4j.smi.AbstractVariable |
SMISYNTAXES_PROPERTIES |
Methods inherited from class goldengate.snmp.interf.GgTimeTicks |
clone, getValue, isDynamic |
Methods inherited from class org.snmp4j.smi.TimeTicks |
decodeBER, encodeBER, fromMilliseconds, getSyntax, toMilliseconds, toString, toString |
Methods inherited from class org.snmp4j.smi.UnsignedInteger32 |
compareTo, equals, fromSubIndex, getBERLength, hashCode, setValue, setValue, toInt, toLong, toSubIndex |
Methods inherited from class org.snmp4j.smi.AbstractVariable |
createFromBER, createFromSyntax, equal, getBERPayloadLength, getSyntaxFromString, getSyntaxString, getSyntaxString, isException |
R66TimeTicks
public R66TimeTicks(int type,
int entry)
R66TimeTicks
public R66TimeTicks(int type,
int entry,
long value)
setInternalValue
protected void setInternalValue()
- Specified by:
setInternalValue
in class goldengate.snmp.interf.GgTimeTicks
setInternalValue
protected void setInternalValue(long value)
- Specified by:
setInternalValue
in class goldengate.snmp.interf.GgTimeTicks
Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.