Uses of Class
org.jgroups.protocols.pbcast.JoinRsp

Packages that use JoinRsp
org.jgroups.protocols.pbcast Supports probabilistic broadcasts. 
 

Uses of JoinRsp in org.jgroups.protocols.pbcast
 

Methods in org.jgroups.protocols.pbcast with parameters of type JoinRsp
 void ParticipantGmsImpl.handleJoinResponse(JoinRsp join_rsp)
          In case we get a different JOIN_RSP from a previous JOIN_REQ sent by us (as a client), we simply apply the new view if it is greater than ours
 void CoordGmsImpl.handleJoinResponse(JoinRsp join_rsp)
           
abstract  void GmsImpl.handleJoinResponse(JoinRsp join_rsp)
           
 void ClientGmsImpl.handleJoinResponse(JoinRsp join_rsp)
           
 

Constructors in org.jgroups.protocols.pbcast with parameters of type JoinRsp
GMS.GmsHeader(byte type, JoinRsp join_rsp)
          Used for JOIN_RSP header
 



Copyright ? 1998-2006 Bela Ban. All Rights Reserved.