Package ubic.gemma.core.util.concurrent
Interface DelegatingExecutorService
- All Superinterfaces:
DelegatingExecutor,Executor,ExecutorService
- All Known Subinterfaces:
DelegatingScheduledExecutorService
- All Known Implementing Classes:
AbstractDelegatingExecutorService,BatchTaskExecutorService,DelegatingSecurityContextExecutorService,DelegatingThreadContextExecutorService,DelegatingThreadContextScheduledExecutorService
An interface for
ExecutorService that delegate to another ExecutorService.- 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
-
Method Details
-
getDelegate
ExecutorService getDelegate()Description copied from interface:DelegatingExecutorThe executor this is delegating for.- Specified by:
getDelegatein interfaceDelegatingExecutor
-