org.jboss.xnio
Class FinishedIoFuture<T>
java.lang.Object
org.jboss.xnio.AbstractIoFuture<T>
org.jboss.xnio.FinishedIoFuture<T>
- Type Parameters:
T - the type of result that this operation produces
- All Implemented Interfaces:
- Cancellable, IoFuture<T>
public class FinishedIoFuture<T>
- extends AbstractIoFuture<T>
An implementation of IoFuture that represents an immediately-successful operation.
| Methods inherited from class org.jboss.xnio.AbstractIoFuture |
addCancelHandler, addNotifier, await, await, awaitInterruptibly, awaitInterruptibly, get, getException, getInterruptibly, getNotifierExecutor, getStatus, runNotifier, setCancelled, setException, setResult |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FinishedIoFuture
public FinishedIoFuture(T result)
- Create an instance.
- Parameters:
result - the operation result
cancel
public IoFuture<T> cancel()
- Cancel the operation. Since this operation is always complete, this is a no-op.
- Specified by:
cancel in interface Cancellable- Specified by:
cancel in interface IoFuture<T>- Overrides:
cancel in class AbstractIoFuture<T>
- Returns:
- this instance
Copyright © 2010 JBoss, a division of Red Hat, Inc.