|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TimerSession
| Method Summary | |
|---|---|
void |
cancel(Timer timer)
Cancels a timer. |
java.util.List<Timer> |
findTimersByExecution(Execution execution)
retrieve all the outstanding timers associated for the given execution |
void |
schedule(Timer timer)
Schedule the execution of a timer. |
| Method Detail |
|---|
void schedule(Timer timer)
timerImpl - the timer to be executed.
java.lang.IllegalArgumentException - if the timer is null or if its activity is null or if its duedate
is null or if its duedate is negative or if its duedate is past
or if its duedate is equals to Long.MAX_VALUEvoid cancel(Timer timer)
timerImpl - the timer to be cancelled.java.util.List<Timer> findTimersByExecution(Execution execution)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||