Uses of Class
org.jgroups.util.Promise

Packages that use Promise
org.jgroups.blocks Provides building blocks that are layered on top of channels. 
org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. 
 

Uses of Promise in org.jgroups.blocks
 

Fields in org.jgroups.blocks declared as Promise
protected  Promise<java.lang.Boolean> DistributedHashtable.state_promise
          Deprecated.  
protected  Promise<java.lang.Boolean> ReplicatedHashMap.state_promise
           
 

Uses of Promise in org.jgroups.protocols
 

Fields in org.jgroups.protocols declared as Promise
protected  Promise<java.lang.Boolean> PING.discovery_reception
           
 

Methods in org.jgroups.protocols with parameters of type Promise
 java.util.List<PingRsp> Discovery.findInitialMembers(Promise<JoinRsp> promise)
          Finds the initial membership: sends a GET_MBRS_REQ to all members, waits 'timeout' ms or until 'num_initial_members' have been retrieved
 



Copyright © 1998-2008 Bela Ban. All Rights Reserved.