|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |