| Interface | Description |
|---|---|
| FutureListener<T> |
A listener that is called back when a future is done.
|
| NotifyingFuture<T> |
A sub-interface of a Future, that allows for listeners to be attached so that observers can be notified of when the
future completes.
|
| NotifyingNotifiableFuture<T> |
An internal interface which adds the ability to inform the future of completion.
|
| Class | Description |
|---|---|
| AbstractInProcessFuture<V> |
An abstract Future that has "completed"
|
| AbstractInProcessNotifyingFuture<V> |
An abstract NotifyingFuture that has "completed"
|
| AggregatingNotifyingFutureImpl<T> |
For use with > 1 underlying network future
|
| BaseNotifyingFuture<T> | |
| DeferredReturnFuture<V> |
This is a notifying and notifiable future whose return value is not known
at construction time.
|
| NoOpFuture<E> |
A future that doesn't do anything and simply returns a given return value.
|
| NotifyingFutureAdaptor<T> |
Receives a
Future and exposes it as an NotifyingFuture. |
| NotifyingFutureImpl<T> |
Constructs an instance of a
NotifyingFuture. |
Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.