goldengate.ftp.exec.snmp
Class FtpCounter32
java.lang.Object
org.snmp4j.smi.AbstractVariable
org.snmp4j.smi.UnsignedInteger32
org.snmp4j.smi.Counter32
goldengate.snmp.interf.GgCounter32
goldengate.ftp.exec.snmp.FtpCounter32
- 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 FtpCounter32
- extends goldengate.snmp.interf.GgCounter32
Ftp Exec Counter32 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.GgCounter32 |
clone, getValue, isDynamic |
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 |
FtpCounter32
public FtpCounter32(int type,
int entry)
FtpCounter32
public FtpCounter32(int type,
int entry,
long value)
setInternalValue
protected void setInternalValue()
- Specified by:
setInternalValue
in class goldengate.snmp.interf.GgCounter32
setInternalValue
protected void setInternalValue(long value)
- Specified by:
setInternalValue
in class goldengate.snmp.interf.GgCounter32
Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.