|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.scheduling.AbstractMessagingTaskScheduler
public abstract class AbstractMessagingTaskScheduler
Base class for MessagingTaskScheduler implementations.
| Constructor Summary | |
|---|---|
AbstractMessagingTaskScheduler()
|
|
| Method Summary | |
|---|---|
void |
execute(java.lang.Runnable task)
Submit a task to be run once. |
boolean |
prefersShortLivedTasks()
|
abstract java.util.concurrent.ScheduledFuture<?> |
schedule(java.lang.Runnable task)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.springframework.context.Lifecycle |
|---|
isRunning, start, stop |
| Constructor Detail |
|---|
public AbstractMessagingTaskScheduler()
| Method Detail |
|---|
public boolean prefersShortLivedTasks()
prefersShortLivedTasks in interface org.springframework.scheduling.SchedulingTaskExecutorpublic void execute(java.lang.Runnable task)
execute in interface org.springframework.core.task.TaskExecutorpublic abstract java.util.concurrent.ScheduledFuture<?> schedule(java.lang.Runnable task)
schedule in interface MessagingTaskScheduler
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||