net.tomp2p.futures
Class FutureWrappedBootstrap<K extends BaseFuture>
java.lang.Object
net.tomp2p.futures.BaseFutureImpl
net.tomp2p.futures.FutureWrapper<K>
net.tomp2p.futures.FutureWrappedBootstrap<K>
- All Implemented Interfaces:
- BaseFuture, Cancellable, FutureBootstrap
public class FutureWrappedBootstrap<K extends BaseFuture>
- extends FutureWrapper<K>
- implements FutureBootstrap
| 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 |
| Methods inherited from interface net.tomp2p.futures.BaseFuture |
addCancellation, addListener, await, await, awaitUninterruptibly, awaitUninterruptibly, getFailedReason, getType, isCompleted, isFailed, isSuccess, removeCancellation, removeListener, setFailed |
FutureWrappedBootstrap
public FutureWrappedBootstrap()
setBootstrapTo
public void setBootstrapTo(Collection<PeerAddress> bootstrapTo)
getBootstrapTo
public Collection<PeerAddress> getBootstrapTo()
- Specified by:
getBootstrapTo in interface FutureBootstrap
getWrappedFuture
public K getWrappedFuture()
- Overrides:
getWrappedFuture in class FutureWrapper<K extends BaseFuture>
Copyright © 2011. All Rights Reserved.