net.tomp2p.futures
Interface FutureBootstrap

All Superinterfaces:
BaseFuture, Cancellable
All Known Implementing Classes:
FutureForkedBroadcast, FutureWrappedBootstrap

public interface FutureBootstrap
extends BaseFuture


Nested Class Summary
 
Nested classes/interfaces inherited from interface net.tomp2p.futures.BaseFuture
BaseFuture.FutureType
 
Method Summary
 Collection<PeerAddress> getBootstrapTo()
           
 
Methods inherited from interface net.tomp2p.futures.BaseFuture
addCancellation, addListener, await, await, awaitUninterruptibly, awaitUninterruptibly, getFailedReason, getType, isCompleted, isFailed, isSuccess, removeCancellation, removeListener, setFailed
 
Methods inherited from interface net.tomp2p.futures.Cancellable
cancel
 

Method Detail

getBootstrapTo

Collection<PeerAddress> getBootstrapTo()


Copyright © 2011. All Rights Reserved.