planetj.util
Class CMTimer

java.lang.Object
  |
  +--java.util.Timer
        |
        +--planetj.util.CMTimer

public class CMTimer
extends Timer


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

CMTimer

public CMTimer()
CMTimer constructor comment.


CMTimer

public CMTimer(String pId)
CMTimer constructor comment.

Parameters:
pId - id for this timer.

CMTimer

public CMTimer(String pId,
               boolean pIsDaemon)
CMTimer constructor comment.

Parameters:
pId - id for this timer.
pIsDaemon - boolean

CMTimer

public CMTimer(boolean pIsDaemon)
CMTimer constructor comment.

Parameters:
pIsDaemon - boolean
Method Detail

getId

public String getId()
Gets the id for this timer that can be used for identifying the timer.


setId

public void setId(String pId)
Sets the id for this timer that can be used for identifying the timer.

Parameters:
pId - id for this timer.