Uses of Interface
ubic.gemma.core.util.concurrent.DelegatingExecutor
Packages that use DelegatingExecutor
Package
Description
Utilities for executing batch jobs via the CLI.
-
Uses of DelegatingExecutor in ubic.gemma.cli.batch
Classes in ubic.gemma.cli.batch that implement DelegatingExecutorModifier and TypeClassDescriptionclassA 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 DelegatingExecutorModifier and TypeClassDescriptionclassclassclass -
Uses of DelegatingExecutor in ubic.gemma.core.security.concurrent
Classes in ubic.gemma.core.security.concurrent that implement DelegatingExecutor -
Uses of DelegatingExecutor in ubic.gemma.core.util.concurrent
Subinterfaces of DelegatingExecutor in ubic.gemma.core.util.concurrentModifier and TypeInterfaceDescriptioninterfaceAn interface forExecutorServicethat delegate to anotherExecutorService.interfaceClasses in ubic.gemma.core.util.concurrent that implement DelegatingExecutorModifier and TypeClassDescriptionclassclassA delegating executor service inspired byDelegatingSecurityContextExecutorService.