|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TaskScheduler
Base interface for scheduling tasks.
| Method Summary | |
|---|---|
java.util.concurrent.ScheduledFuture<?> |
schedule(java.lang.Runnable task,
Trigger trigger)
Schedules a task for multiple executions according to a Trigger. |
| Methods inherited from interface org.springframework.context.Lifecycle |
|---|
isRunning, start, stop |
| Method Detail |
|---|
java.util.concurrent.ScheduledFuture<?> schedule(java.lang.Runnable task,
Trigger trigger)
task - Task to be run multiple timestrigger - Trigger that determines at which times the task should be run
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||