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, submitMethods inherited from interface java.util.concurrent.ScheduledExecutorService
schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay
-
Method Details
-
getDelegate
ScheduledExecutorService getDelegate()Description copied from interface:DelegatingExecutorThe executor this is delegating for.- Specified by:
getDelegatein interfaceDelegatingExecutor- Specified by:
getDelegatein interfaceDelegatingExecutorService
-