Uses of Class
net.tomp2p.futures.BaseFuture.FutureType

Packages that use BaseFuture.FutureType
net.tomp2p.futures   
 

Uses of BaseFuture.FutureType in net.tomp2p.futures
 

Fields in net.tomp2p.futures declared as BaseFuture.FutureType
protected  BaseFuture.FutureType BaseFutureImpl.type
           
 

Methods in net.tomp2p.futures that return BaseFuture.FutureType
 BaseFuture.FutureType BaseFuture.getType()
          If the type is not OK, then something unexpected happened.
 BaseFuture.FutureType BaseFutureImpl.getType()
           
static BaseFuture.FutureType BaseFuture.FutureType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BaseFuture.FutureType[] BaseFuture.FutureType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.