net.tomp2p.futures
Class FutureWrapper<K extends BaseFuture>
java.lang.Object
net.tomp2p.futures.BaseFutureImpl
net.tomp2p.futures.FutureWrapper<K>
- All Implemented Interfaces:
- BaseFuture, Cancellable
- Direct Known Subclasses:
- FutureWrappedBootstrap
public class FutureWrapper<K extends BaseFuture>
- extends BaseFutureImpl
| Methods inherited from class net.tomp2p.futures.BaseFutureImpl |
addCancellation, addListener, await, await, awaitUninterruptibly, awaitUninterruptibly, cancel, getFailedReason, getType, isCompleted, isFailed, isSuccess, notifyListerenrs, removeCancellation, removeListener, setCompletedAndNotify, setFailed |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FutureWrapper
public FutureWrapper()
waitFor
public void waitFor(K future)
getWrappedFuture
public K getWrappedFuture()
Copyright © 2011. All Rights Reserved.