|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroupmgmt.impl.SPConnectionChangesMessage
The SPConnectionChangesMessage class; Sent to the group leader by a Member when it experiences a change in connectivity. Contains two arrays of SPChanges, one for new connections and one for dropped.
SinglePhaseDisseminator
,
SPChange
,
SPChangeRefusedMessage
,
SPGetLeaderMessage
Field Summary | |
private SPChange[] |
arriving
An array of SPChanges that have connected set to true. |
private SPChange[] |
departing
An array of SPChanges that have connected set to false. |
Constructor Summary | |
SPConnectionChangesMessage(SPChange[] arriving,
SPChange[] departing)
Constructor. |
Method Summary | |
SPChange[] |
getArriving()
Accessor to SPChanges indicating arrivals. |
SPChange[] |
getDeparting()
Accessor to SPChanges indicating departures. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private SPChange[] arriving
private SPChange[] departing
Constructor Detail |
public SPConnectionChangesMessage(SPChange[] arriving, SPChange[] departing)
Method Detail |
public SPChange[] getArriving()
public SPChange[] getDeparting()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |