Package ubic.gemma.core.util.concurrent
Interface DelegatingExecutor
- All Superinterfaces:
Executor
- All Known Subinterfaces:
DelegatingExecutorService,DelegatingScheduledExecutorService
- All Known Implementing Classes:
AbstractDelegatingExecutor,AbstractDelegatingExecutorService,BatchTaskExecutorService,DelegatingSecurityContextExecutorService,DelegatingThreadContextExecutor,DelegatingThreadContextExecutorService,DelegatingThreadContextScheduledExecutorService
- Author:
- poirigui
-
Method Summary
-
Method Details
-
getDelegate
Executor getDelegate()The executor this is delegating for.
-