| Class | Description |
|---|---|
| ExecutorServiceProxy |
Proxies an executor service to create
PropagatingCallable and PropagatingRunnable wrappers that propagate the current work context
to the thread the submitted callable or runnable is executed on. |
| ExecutorServiceWireAttacher | |
| PropagatingCallable<T> |
Propagates a work context to the current thread executing the delegate callable.
|
| PropagatingRunnable |
Propagates a work context to the current thread executing the delegate runnable.
|
Copyright © 2007-2013 Metaform Systems.