com.rift.coad.daemon.timer |
|
Java Source File Name | Type | Comment |
Timer.java | Interface | The timer interface, supplies a means to add events for a specific target
defined by JNDI. |
TimerEvent.java | Class | This object stores the values of an event from the database. |
TimerEventHandler.java | Interface | The TimerEventHandler is implemented by daemons that are to be accessed by
the Timer. |
TimerException.java | Class | Timer exception. |
TimerImpl.java | Class | The Timer implementation implements the Timer interface. |