Package ubic.gemma.core.util.concurrent
Interface DelegatingSchedulingTaskExecutor
- All Superinterfaces:
org.springframework.core.task.AsyncTaskExecutor
,DelegatingAsyncTaskExecutor
,DelegatingTaskExecutor
,Executor
,org.springframework.scheduling.SchedulingTaskExecutor
,org.springframework.core.task.TaskExecutor
- All Known Implementing Classes:
DelegatingSecurityContextSchedulingTaskExecutor
,DelegatingThreadContextSchedulingTaskExecutor
public interface DelegatingSchedulingTaskExecutor
extends org.springframework.scheduling.SchedulingTaskExecutor, DelegatingAsyncTaskExecutor
- Author:
- poirigui
-
Field Summary
Fields inherited from interface org.springframework.core.task.AsyncTaskExecutor
TIMEOUT_IMMEDIATE, TIMEOUT_INDEFINITE
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.scheduling.SchedulingTaskExecutor
The task executor this is delegating for.Methods inherited from interface org.springframework.core.task.AsyncTaskExecutor
execute, submit, submit
Methods inherited from interface org.springframework.scheduling.SchedulingTaskExecutor
prefersShortLivedTasks
Methods inherited from interface org.springframework.core.task.TaskExecutor
execute
-
Method Details
-
getDelegate
org.springframework.scheduling.SchedulingTaskExecutor getDelegate()Description copied from interface:DelegatingAsyncTaskExecutor
The task executor this is delegating for.- Specified by:
getDelegate
in interfaceDelegatingAsyncTaskExecutor
- Specified by:
getDelegate
in interfaceDelegatingTaskExecutor
-