Uses of Interface
ubic.gemma.core.util.concurrent.DelegatingExecutor
-
Packages that use DelegatingExecutor Package Description ubic.gemma.cli.batch Utilities for executing batch jobs via the CLI.ubic.gemma.core.logging.log4j ubic.gemma.core.util.concurrent -
-
Uses of DelegatingExecutor in ubic.gemma.cli.batch
Classes in ubic.gemma.cli.batch that implement DelegatingExecutor Modifier and Type Class Description class
BatchTaskExecutorService
A task executor that automatically reports errors in batch tasks. -
Uses of DelegatingExecutor in ubic.gemma.core.logging.log4j
Classes in ubic.gemma.core.logging.log4j that implement DelegatingExecutor Modifier and Type Class Description class
DelegatingThreadContextExecutor
class
DelegatingThreadContextExecutorService
class
DelegatingThreadContextScheduledExecutorService
-
Uses of DelegatingExecutor in ubic.gemma.core.util.concurrent
Subinterfaces of DelegatingExecutor in ubic.gemma.core.util.concurrent Modifier and Type Interface Description interface
DelegatingExecutorService
An interface forExecutorService
that delegate to anotherExecutorService
.interface
DelegatingScheduledExecutorService
Classes in ubic.gemma.core.util.concurrent that implement DelegatingExecutor Modifier and Type Class Description class
AbstractDelegatingExecutor
class
AbstractDelegatingExecutorService
A delegating executor service inspired byDelegatingSecurityContextExecutorService
.
-