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.SchedulingTaskExecutorThe task executor this is delegating for.Methods inherited from interface org.springframework.core.task.AsyncTaskExecutor
execute, submit, submitMethods inherited from interface org.springframework.scheduling.SchedulingTaskExecutor
prefersShortLivedTasksMethods inherited from interface org.springframework.core.task.TaskExecutor
execute
-
Method Details
-
getDelegate
org.springframework.scheduling.SchedulingTaskExecutor getDelegate()Description copied from interface:DelegatingAsyncTaskExecutorThe task executor this is delegating for.- Specified by:
getDelegatein interfaceDelegatingAsyncTaskExecutor- Specified by:
getDelegatein interfaceDelegatingTaskExecutor
-