Class CompletedFuture<T>

java.lang.Object
org.jboss.as.controller.remote.CompletedFuture<T>
All Implemented Interfaces:
Future<T>, org.jboss.threads.AsyncCancellable, org.jboss.threads.AsyncFuture<T>

public final class CompletedFuture<T> extends Object implements org.jboss.threads.AsyncFuture<T>
An AsyncFuture that is in AsyncFuture.Status.COMPLETE as soon as it is instantiated.
Author:
Brian Stansberry