Interface | Description |
---|---|
IFuture<E> |
Interface for futures.
|
IIntermediateFuture<E> |
Future that support intermediate results.
|
IIntermediateResultListener<E> |
Result listener with additional notifications in case of intermediate results.
|
IRemoteResultListener<E> |
Remoteable version of the result listener interface.
|
IResultListener<E> |
Callback interface for methods that should operate decoupled from caller thread.
|
ISubscriptionIntermediateFuture<E> |
The subscription intermediate future does not save the results but
instead uses a fire and forget semantics.
|
ISuspendable |
Interface for suspendable entities.
|
ITerminableFuture<E> |
Interface for a future that can be terminated
from caller side.
|
ITerminableIntermediateFuture<E> |
Interface for an intermediate future that can be terminated
from caller side.
|
ITerminationCommand |
A command to customize termination of a terminable future.
|
Class | Description |
---|---|
CallMultiplexer |
The CallMultiplexer unifies multiple executions of "similar" commands to a single execution.
|
CollectionResultListener<E> |
Collection result listener collects a number of results and return a collection.
|
CounterResultListener<E> |
Counter result listener for counting a specified number of resultAvailable calls.
|
DefaultResultListener<E> |
The default listener for just printing out result information.
|
DelegationResultListener<E> |
Result listener that delegates calls to a future.
|
ExceptionDelegationResultListener<E,T> |
Result listener that delegates calls to a future.
|
ExceptionResultListener<E> |
The exception listener is used for intercepting exceptions while ignoring results.
|
Future<E> |
Future that includes mechanisms for callback notification.
|
FutureFinishChecker |
Allows monitoring a number of tasks (futures) and get a
notification when set to finished (no more new tasks)
and all tasks have been processed (futures notified).
|
FutureHelper |
Helper class to access future notification stack
|
IntermediateDefaultResultListener<E> |
The default listener for just printing out result information.
|
IntermediateDelegationResultListener<E> |
Intermediate version of the delegation result listener.
|
IntermediateExceptionDelegationResultListener<E,T> | |
IntermediateFuture<E> |
Default implementation of an intermediate future.
|
IntermediateFutureIterator<E> |
Helper class for iterating over the results of an intermediate future.
|
RemoteDelegationResultListener<E> |
Result listener that delegates calls to a future
and can be called from remote.
|
SubscriptionIntermediateDelegationFuture<E> | |
SubscriptionIntermediateFuture<E> |
Implementation of the subscription intermediate future.
|
TerminableDelegationFuture<E> |
A terminable delegation future can be used when a termination future
should be delegated.
|
TerminableDelegationResultListener<E> |
Result listener for terminable futures.
|
TerminableFuture<E> |
Future that can be terminated from caller side.
|
TerminableIntermediateDelegationFuture<E> |
A terminable intermediate delegation future can be used when a termination intermediate future
should be delegated.
|
TerminableIntermediateDelegationResultListener<E> |
Result listener for terminable intermediate futures.
|
TerminableIntermediateFuture<E> |
Intermediate future that can be terminated from caller side.
|
TerminationCommand |
Base implementation of termination command to be used for sub-classing.
|
ThreadSuspendable |
Suspendable for threads.
|
Exception | Description |
---|---|
DuplicateResultException |
Exception indicating that the result of a future was set twice.
|
FutureTerminatedException |
Copyright © 2012. All Rights Reserved.