|
JBoss Threads 2.0.0.GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AsyncFuture | |
|---|---|
| org.jboss.threads | |
| Uses of AsyncFuture in org.jboss.threads |
|---|
| Classes in org.jboss.threads that implement AsyncFuture | |
|---|---|
class |
AsyncFutureTask<T>
A base class for implementing asynchronous tasks. |
| Methods in org.jboss.threads with parameters of type AsyncFuture | |
|---|---|
void |
AsyncFuture.Listener.handleCancelled(AsyncFuture<? extends T> future,
A attachment)
Handle a cancellation result. |
void |
AsyncFuture.AbstractListener.handleCancelled(AsyncFuture<? extends T> future,
A attachment)
Handle a cancellation result. |
void |
AsyncFuture.Listener.handleComplete(AsyncFuture<? extends T> future,
A attachment)
Handle a successful computation result. |
void |
AsyncFuture.AbstractListener.handleComplete(AsyncFuture<? extends T> future,
A attachment)
Handle a successful computation result. |
void |
AsyncFuture.Listener.handleFailed(AsyncFuture<? extends T> future,
Throwable cause,
A attachment)
Handle a failure result. |
void |
AsyncFuture.AbstractListener.handleFailed(AsyncFuture<? extends T> future,
Throwable cause,
A attachment)
Handle a failure result. |
|
JBoss Threads 2.0.0.GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||