goldengate.snmp.interf
Class GgCounter32
java.lang.Object
org.snmp4j.smi.AbstractVariable
org.snmp4j.smi.UnsignedInteger32
org.snmp4j.smi.Counter32
goldengate.snmp.interf.GgCounter32
- 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 abstract class GgCounter32
- extends org.snmp4j.smi.Counter32
Generic Counter32 with update possibility for GoldenGate
- 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 org.snmp4j.smi.Counter32 |
decodeBER, encodeBER, equals, fromSubIndex, getSyntax, increment, toSubIndex |
Methods inherited from class org.snmp4j.smi.UnsignedInteger32 |
compareTo, getBERLength, hashCode, setValue, setValue, toInt, toLong, toString |
Methods inherited from class org.snmp4j.smi.AbstractVariable |
createFromBER, createFromSyntax, equal, getBERPayloadLength, getSyntaxFromString, getSyntaxString, getSyntaxString, isException |
GgCounter32
public GgCounter32()
GgCounter32
public GgCounter32(long value)
setInternalValue
protected abstract void setInternalValue()
- Function to set the data before it is accessed by SNMP4J. This function
MUST call setValue(long)
setInternalValue
protected abstract void setInternalValue(long value)
- Function to set the data before it is accessed by SNMP4J. This function
MUST call setValue(long)
getValue
public long getValue()
- Overrides:
getValue
in class org.snmp4j.smi.UnsignedInteger32
clone
public Object clone()
- Specified by:
clone
in interface org.snmp4j.smi.Variable
- Overrides:
clone
in class org.snmp4j.smi.Counter32
isDynamic
public boolean isDynamic()
- Specified by:
isDynamic
in interface org.snmp4j.smi.Variable
- Overrides:
isDynamic
in class org.snmp4j.smi.AbstractVariable
Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.