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

Packages that use JoinRsp
org.javagroups.protocols.pbcast   
 

Uses of JoinRsp in org.javagroups.protocols.pbcast
 

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

Methods in org.javagroups.protocols.pbcast with parameters of type JoinRsp
abstract  void GmsImpl.handleJoinResponse(JoinRsp join_rsp)
           
 void ParticipantGmsImpl.handleJoinResponse(JoinRsp join_rsp)
           
 void ClientGmsImpl.handleJoinResponse(JoinRsp join_rsp)
           
 void CoordGmsImpl.handleJoinResponse(JoinRsp join_rsp)
           
 

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



Copyright © 2001,2002 www.javagroups.com . All Rights Reserved.