@ParametersAreNonnullByDefault
Package ubic.gemma.core.util.concurrent
- Author:
- poirigui
-
Interface Summary Interface Description DelegatingAsyncTaskExecutor DelegatingExecutor DelegatingExecutorService An interface forExecutorService
that delegate to anotherExecutorService
.DelegatingScheduledExecutorService DelegatingSchedulingTaskExecutor DelegatingTaskExecutor -
Class Summary Class Description AbstractDelegatingExecutor AbstractDelegatingExecutorService A delegating executor service inspired byDelegatingSecurityContextExecutorService
.Executors Wrapper aroundExecutors
to ensure that logging works as expected.GenericStreamConsumer See http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.htmlParsingStreamConsumer<T> See http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.htmlSimpleThreadFactory A simple thread factory based on a preferably unique thread name prefix.ThreadUtils Utilities for creatingThread
objects.