|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
RpcDispatcher |
getDispatcher()
|
java.io.Serializable |
getGroupID()
|
PeerIdentity |
getPeerIdentity()
|
java.util.Set |
getView()
Returns a Set of PeerIdentity instances corresponding to peers that are part of the group. |
boolean |
hasJoined()
|
void |
join()
Connects the peer to the distributed destination. |
void |
leave()
Stops the peer and disconnects it from the distributed destination. |
java.util.Set |
ping()
Return a Set of PeerIdentity instances corresponding to peers that are part of the group, as a result of a dynamic query. |
| Method Detail |
public java.io.Serializable getGroupID()
public PeerIdentity getPeerIdentity()
public boolean hasJoined()
public RpcDispatcher getDispatcher()
public java.util.Set getView()
public void join()
throws DistributedException
DistributedException - - a wrapper for exceptions thrown by the distributed layer.
public void leave()
throws DistributedException
DistributedException - - a wrapper for exceptions thrown by the distributed layer.
public java.util.Set ping()
throws DistributedException
DistributedException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||