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:
DelegatingThreadContextSchedulingTaskExecutor
public interface DelegatingSchedulingTaskExecutor extends org.springframework.scheduling.SchedulingTaskExecutor, DelegatingAsyncTaskExecutor
- Author:
- poirigui
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.scheduling.SchedulingTaskExecutor
getDelegate()
The task executor this is delegating for.-
Methods inherited from interface org.springframework.core.task.AsyncTaskExecutor
execute, submit, submit
-
-
-
-
Method Detail
-
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
-
-