Package ubic.gemma.core.util.concurrent
Interface DelegatingExecutor
-
- All Superinterfaces:
Executor
- All Known Subinterfaces:
DelegatingExecutorService
,DelegatingScheduledExecutorService
- All Known Implementing Classes:
AbstractDelegatingExecutor
,AbstractDelegatingExecutorService
,BatchTaskExecutorService
,DelegatingThreadContextExecutor
,DelegatingThreadContextExecutorService
,DelegatingThreadContextScheduledExecutorService
public interface DelegatingExecutor extends Executor
- Author:
- poirigui
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Executor
getDelegate()
The executor this is delegating for.
-
-
-
Method Detail
-
getDelegate
Executor getDelegate()
The executor this is delegating for.
-
-