|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openware.loadsim.simulation.ConstantTimer
Implements a Constant based timer.
Constructor Summary | |
ConstantTimer(org.w3c.dom.Node node)
|
Method Summary | |
java.lang.String |
getId()
Get the ID of the timer. |
long |
nextDelay()
Get the next delay for this timer. |
java.lang.String |
toString()
Return a String representation of the ConstantTimer . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ConstantTimer(org.w3c.dom.Node node) throws ConfigException
Method Detail |
public long nextDelay()
nextDelay
in interface ITimer
Thread.sleep()
method.public java.lang.String getId()
getId
in interface ITimer
public java.lang.String toString()
String
representation of the ConstantTimer
.toString
in class java.lang.Object
String
representation of the ConstantTimer
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |