|
|||||||||
| Home >> All >> de >> hunsicker >> util >> [ concurrent overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package de.hunsicker.util.concurrent
Contains miscellaneous utility and helper classes.
See:
Description
| Interface Summary | |
| Callable | Interface for runnable actions that bear results and/or throw Exceptions. |
| ThreadFactory | Interface describing any class that can generate new Thread objects. |
| Class Summary | |
| FutureResult | A class maintaining a single reference variable serving as the result of an operation. |
| ThreadFactoryUser | Base class for Executors and related classes that rely on thread factories. |
| ThreadFactoryUser.DefaultThreadFactory | |
| TimedCallable | TimedCallable runs a Callable function for a given length of time. |
| Exception Summary | |
| TimeoutException | Thrown by synchronization classes that report timeouts via exceptions. |
Package de.hunsicker.util.concurrent Description
Contains miscellaneous utility and helper classes.
|
|||||||||
| Home >> All >> de >> hunsicker >> util >> [ concurrent overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||