Package de.hunsicker.util.concurrent

Provides standardized, efficient versions of utility classes commonly encountered in concurrent Java programming.

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

Provides standardized, efficient versions of utility classes commonly encountered in concurrent Java programming.



Copyright © 1997-2005 Jalopy. All Rights Reserved.