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
Modifier and TypeMethodDescriptionThe 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 Details
-
getDelegate
ScheduledExecutorService getDelegate()Description copied from interface:DelegatingExecutor
The executor this is delegating for.- Specified by:
getDelegate
in interfaceDelegatingExecutor
- Specified by:
getDelegate
in interfaceDelegatingExecutorService
-