Package | Description |
---|---|
org.jboss.threads |
Modifier and Type | Class and Description |
---|---|
class |
AsyncFutureTask<T>
A base class for implementing asynchronous tasks.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.