|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.util.Timer
|
+--planetj.util.CMTimer
| Constructor Summary | |
CMTimer()
CMTimer constructor comment. |
|
CMTimer(boolean pIsDaemon)
CMTimer constructor comment. |
|
CMTimer(String pId)
CMTimer constructor comment. |
|
CMTimer(String pId,
boolean pIsDaemon)
CMTimer constructor comment. |
|
| Method Summary | |
String |
getId()
Gets the id for this timer that can be used for identifying the timer. |
void |
setId(String pId)
Sets the id for this timer that can be used for identifying the timer. |
| Methods inherited from class java.util.Timer |
cancel, schedule, schedule, schedule, schedule, scheduleAtFixedRate, scheduleAtFixedRate |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CMTimer()
public CMTimer(String pId)
pId - id for this timer.
public CMTimer(String pId,
boolean pIsDaemon)
pId - id for this timer.pIsDaemon - booleanpublic CMTimer(boolean pIsDaemon)
pIsDaemon - boolean| Method Detail |
public String getId()
public void setId(String pId)
pId - id for this timer.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||