|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimerTask | |
|---|---|
| com.caucho.config.timer | |
| Uses of TimerTask in com.caucho.config.timer |
|---|
| Methods in com.caucho.config.timer that return TimerTask | |
|---|---|
static TimerTask |
Scheduler.getTimerTaskById(long taskId)
Gets the scheduled task for a given task ID. |
| Methods in com.caucho.config.timer that return types with arguments of type TimerTask | |
|---|---|
static java.util.Collection<TimerTask> |
Scheduler.getTimerTasksByTargetBean(java.lang.Class targetBean)
Gets the scheduled tasks for a given target bean. |
java.util.ArrayList<TimerTask> |
ScheduleIntrospector.introspect(TimeoutCaller caller,
AnnotatedType<?> type)
Introspects the method for scheduling attributes. |
| Methods in com.caucho.config.timer with parameters of type TimerTask | |
|---|---|
static void |
Scheduler.addTimerTask(TimerTask task)
Adds a scheduled task. |
static void |
Scheduler.removeTimerTask(TimerTask scheduledTask)
Removes a scheduled task. |
void |
EjbTimer.setScheduledTask(TimerTask scheduledTask)
Sets the underlying scheduled task. |
| Constructors in com.caucho.config.timer with parameters of type TimerTask | |
|---|---|
EjbTimer(TimerTask task)
Creates timer. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||