Package | Description |
---|---|
com.caucho.config.timer | |
com.caucho.ejb.timer |
Modifier and Type | Method and Description |
---|---|
static TimerTask |
Scheduler.getTimerTaskById(long taskId)
Gets the scheduled task for a given task ID.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
Scheduler.addTimerTask(TimerTask task)
Adds a scheduled task.
|
void |
EjbTimerContainer.removeTimer(TimerTask timerTask) |
static void |
Scheduler.removeTimerTask(TimerTask scheduledTask)
Removes a scheduled task.
|
void |
EjbTimer.setScheduledTask(TimerTask scheduledTask)
Sets the underlying scheduled task.
|
Constructor and Description |
---|
EjbTimer(TimerTask task)
Creates timer.
|
Modifier and Type | Method and Description |
---|---|
void |
EjbTimerService.removeTimer(TimerTask timerTask) |