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

Packages that use JoinRsp
org.jgroups.protocols.pbcast   
 

Uses of JoinRsp in org.jgroups.protocols.pbcast
 

Methods in org.jgroups.protocols.pbcast that return JoinRsp
 JoinRsp ParticipantGmsImpl.handleJoin(Address mbr)
           
 JoinRsp CoordGmsImpl.handleJoin(Address mbr)
          Computes the new view (including the newly joined member) and get the digest from PBCAST.
abstract  JoinRsp GmsImpl.handleJoin(Address mbr)
           
 JoinRsp ClientGmsImpl.handleJoin(Address mbr)
           
 

Methods in org.jgroups.protocols.pbcast with parameters of type JoinRsp
 void ParticipantGmsImpl.handleJoinResponse(JoinRsp join_rsp)
           
 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(int type, JoinRsp join_rsp)
          Used for JOIN_RSP header
 



Copyright ? 2001,2002 www.jgroups.com . All Rights Reserved.