openr66.protocol.snmp
Class R66Counter32

java.lang.Object
  extended by org.snmp4j.smi.AbstractVariable
      extended by org.snmp4j.smi.UnsignedInteger32
          extended by org.snmp4j.smi.Counter32
              extended by goldengate.snmp.interf.GgCounter32
                  extended by openr66.protocol.snmp.R66Counter32
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 R66Counter32
extends goldengate.snmp.interf.GgCounter32

R66 Counter32 SNMP implementation

Author:
Frederic Bregier
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.snmp4j.smi.UnsignedInteger32
value
 
Fields inherited from class org.snmp4j.smi.AbstractVariable
SMISYNTAXES_PROPERTIES
 
Constructor Summary
R66Counter32(int type, int entry)
           
R66Counter32(int type, int entry, long value)
           
 
Method Summary
protected  void setInternalValue()
           
protected  void setInternalValue(long value)
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

R66Counter32

public R66Counter32(int type,
                    int entry)

R66Counter32

public R66Counter32(int type,
                    int entry,
                    long value)
Method Detail

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.