Uses of Enum Class
org.jboss.threads.AsyncFuture.Status
Packages that use AsyncFuture.Status
-
Uses of AsyncFuture.Status in org.jboss.threads
Subclasses with type arguments of type AsyncFuture.Status in org.jboss.threadsMethods in org.jboss.threads that return AsyncFuture.StatusModifier and TypeMethodDescriptionAsyncFuture.await()Wait if necessary for this operation to complete, returning the outcome.Wait if necessary for this operation to complete, returning the outcome, which may includeWAITINGif the timeout expires before the operation completes.final AsyncFuture.StatusAsyncFutureTask.await()Deprecated.Wait if necessary for this operation to complete, returning the outcome.final AsyncFuture.StatusDeprecated.Wait if necessary for this operation to complete, returning the outcome, which may includeWAITINGif the timeout expires before the operation completes.AsyncFuture.awaitUninterruptibly()Wait (uninterruptibly) if necessary for this operation to complete, returning the outcome.AsyncFuture.awaitUninterruptibly(long timeout, TimeUnit unit) Wait if necessary for this operation to complete, returning the outcome, which may includeWAITINGif the timeout expires before the operation completes.final AsyncFuture.StatusAsyncFutureTask.awaitUninterruptibly()Deprecated.Wait (uninterruptibly) if necessary for this operation to complete, returning the outcome.final AsyncFuture.StatusAsyncFutureTask.awaitUninterruptibly(long timeout, TimeUnit unit) Deprecated.Wait if necessary for this operation to complete, returning the outcome, which may includeWAITINGif the timeout expires before the operation completes.AsyncFuture.getStatus()Get (poll) the current status of the asynchronous operation.final AsyncFuture.StatusAsyncFutureTask.getStatus()Deprecated.Get (poll) the current status of the asynchronous operation.static AsyncFuture.StatusReturns the enum constant of this class with the specified name.static AsyncFuture.Status[]AsyncFuture.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.