|
JBoss Threads 2.0.0.GA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AsyncFuture.Status | |
---|---|
org.jboss.threads |
Uses of AsyncFuture.Status in org.jboss.threads |
---|
Methods in org.jboss.threads that return AsyncFuture.Status | |
---|---|
AsyncFuture.Status |
AsyncFutureTask.await()
Wait if necessary for this operation to complete, returning the outcome. |
AsyncFuture.Status |
AsyncFuture.await()
Wait if necessary for this operation to complete, returning the outcome. |
AsyncFuture.Status |
AsyncFutureTask.await(long timeout,
TimeUnit unit)
Wait if necessary for this operation to complete, returning the outcome, which may include WAITING if
the timeout expires before the operation completes. |
AsyncFuture.Status |
AsyncFuture.await(long timeout,
TimeUnit unit)
Wait if necessary for this operation to complete, returning the outcome, which may include WAITING if
the timeout expires before the operation completes. |
AsyncFuture.Status |
AsyncFutureTask.awaitUninterruptibly()
Wait (uninterruptibly) if necessary for this operation to complete, returning the outcome. |
AsyncFuture.Status |
AsyncFuture.awaitUninterruptibly()
Wait (uninterruptibly) if necessary for this operation to complete, returning the outcome. |
AsyncFuture.Status |
AsyncFutureTask.awaitUninterruptibly(long timeout,
TimeUnit unit)
Wait if necessary for this operation to complete, returning the outcome, which may include WAITING if
the timeout expires before the operation completes. |
AsyncFuture.Status |
AsyncFuture.awaitUninterruptibly(long timeout,
TimeUnit unit)
Wait if necessary for this operation to complete, returning the outcome, which may include WAITING if
the timeout expires before the operation completes. |
AsyncFuture.Status |
AsyncFutureTask.getStatus()
Get (poll) the current status of the asynchronous operation. |
AsyncFuture.Status |
AsyncFuture.getStatus()
Get (poll) the current status of the asynchronous operation. |
static AsyncFuture.Status |
AsyncFuture.Status.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AsyncFuture.Status[] |
AsyncFuture.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
JBoss Threads 2.0.0.GA | |||||||||
PREV NEXT | FRAMES NO FRAMES |