Class CommonTimer
java.lang.Object
pt.unl.fct.di.novasys.babel.generic.ProtoTimer
pt.unl.fct.di.novasys.babel.protocols.storage.timers.common.CommonTimer
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
PersistencyTimer
public abstract class CommonTimer
extends pt.unl.fct.di.novasys.babel.generic.ProtoTimer
An abstract class common to all timers in the storage layer. It simply stores
the timerID.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class pt.unl.fct.di.novasys.babel.generic.ProtoTimer
clone, getId
-
Constructor Details
-
CommonTimer
public CommonTimer(short timerID) Constructs a CommonTimer with the timerID.- Parameters:
timerID- the timer identification.
-