Package ubic.gemma.core.util.concurrent
Interface DelegatingScheduledExecutorService
-
- All Superinterfaces:
DelegatingExecutor
,DelegatingExecutorService
,Executor
,ExecutorService
,ScheduledExecutorService
- All Known Implementing Classes:
DelegatingThreadContextScheduledExecutorService
public interface DelegatingScheduledExecutorService extends DelegatingExecutorService, ScheduledExecutorService
- Author:
- poirigui
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScheduledExecutorService
getDelegate()
The executor this is delegating for.-
Methods inherited from interface java.util.concurrent.ExecutorService
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submit
-
Methods inherited from interface java.util.concurrent.ScheduledExecutorService
schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay
-
-
-
-
Method Detail
-
getDelegate
ScheduledExecutorService getDelegate()
Description copied from interface:DelegatingExecutor
The executor this is delegating for.- Specified by:
getDelegate
in interfaceDelegatingExecutor
- Specified by:
getDelegate
in interfaceDelegatingExecutorService
-
-