|
OSMQ v2.0.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectosmq.util.DurationClock
The clock must be started by calling reset();
Constructor Summary | |
DurationClock()
|
Method Summary | |
long |
getDurationSeconds()
Returns duration in seconds |
boolean |
isShowDays()
|
java.lang.String |
refreshDurationString()
Returns duration as a String in hh:mm:ss format |
java.lang.String |
refreshDurationString(long secs)
|
void |
reset()
|
void |
setShowDays(boolean showdays)
|
java.lang.String |
toString()
Returns value of last refreshDurationString() |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DurationClock()
Method Detail |
public void reset()
public void setShowDays(boolean showdays)
public boolean isShowDays()
public long getDurationSeconds()
public java.lang.String refreshDurationString()
public java.lang.String toString()
public java.lang.String refreshDurationString(long secs)
|
(c) 2000 - 2003 MQue Systems All Rights Reserved |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |