Package net.sf.xbus.base.core.timeoutcall

Various classes to support multithreaded 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 net.sf.xbus.base.core.timeoutcall Description

Various classes to support multithreaded programming. They have been originally written by Doug Lea and released into the public domain.