Uses of Class
org.jgroups.protocols.PingRsp

Packages that use PingRsp
org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. 
org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. 
 

Uses of PingRsp in org.jgroups.protocols
 

Fields in org.jgroups.protocols declared as PingRsp
 PingRsp PingHeader.arg
           
 

Methods in org.jgroups.protocols that return types with arguments of type PingRsp
 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
 

Constructors in org.jgroups.protocols with parameters of type PingRsp
PingHeader(byte type, PingRsp arg)
           
 

Uses of PingRsp in org.jgroups.util
 

Method parameters in org.jgroups.util with type arguments of type PingRsp
static java.lang.String Util.printPingRsps(java.util.List<PingRsp> rsps)
           
 



Copyright © 1998-2009 Bela Ban / Red Hat. All Rights Reserved.