Class SNMPv2MIB.SysUpTimeImpl
java.lang.Object
org.snmp4j.agent.mo.MOScalar<org.snmp4j.smi.TimeTicks>
org.snmp4j.agent.mo.snmp.SNMPv2MIB.SysUpTimeImpl
- All Implemented Interfaces:
Serializable, ManagedObject<SubRequest<?>>, ManagedObjectValueAccess<SubRequest<?>>, ChangeableManagedObject<SubRequest<?>>, GenericManagedObject, SysUpTime, MOScope, RandomAccessManagedObject<SubRequest<?>>, RegisteredManagedObject<SubRequest<?>>, SerializableManagedObject<SubRequest<?>>
- Enclosing class:
SNMPv2MIB
public static class SNMPv2MIB.SysUpTimeImpl
extends MOScalar<org.snmp4j.smi.TimeTicks>
implements SysUpTime, Serializable
- Version:
- 2.0
- Author:
- Frank Fock
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class MOScalar
addMOChangeListener, addMOValueValidationListener, changeValue, checkRequestScope, cleanup, commit, covers, exportInstance, find, fireAfterMOChange, fireAfterPrepareMOChange, fireBeforeMOChange, fireBeforePrepareMOChange, fireValidate, get, getAccess, getID, getLowerBound, getOid, getScope, getSingleInstanceScope, getSyntax, getUpperBound, getValue, importInstance, instanceCount, instanceIterator, isConfigurable, isCovered, isLowerIncluded, isOverlapping, isUpperIncluded, isValueOK, isVolatile, load, next, prepare, removeMOChangeListener, removeMOValueValidationListener, save, setValue, setValue, setVolatile, toString, toStringDetails, undoMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ManagedObject
find, nextMethods inherited from interface RandomAccessManagedObject
getInstanceSubID, isVolatile
-
Constructor Details
-
SysUpTimeImpl
public SysUpTimeImpl()
-
-
Method Details
-
getValue
public org.snmp4j.smi.TimeTicks getValue()Description copied from class:MOScalarReturns the actual value of this scalar managed object. For a basic instrumentation, overwrite this method to provide always the actual value and/or to update the internalvaluemember and then callsuper.MOScalar.getValue()in the derived class. -
get
-