Uses of Class
groupmgmt.impl.SPChange

Packages that use SPChange
groupmgmt.impl   
 

Uses of SPChange in groupmgmt.impl
 

Fields in groupmgmt.impl declared as SPChange
private  SPChange[] SPConnectionChangesMessage.arriving
          An array of SPChanges that have connected set to true.
private  SPChange[] SPConnectionChangesMessage.departing
          An array of SPChanges that have connected set to false.
private  SPChange SPChangeRefusedMessage.change
          The SPChange object that was queued and cannot be processed.
 

Methods in groupmgmt.impl that return SPChange
 SPChange[] SPConnectionChangesMessage.getArriving()
          Accessor to SPChanges indicating arrivals.
 SPChange[] SPConnectionChangesMessage.getDeparting()
          Accessor to SPChanges indicating departures.
 SPChange SPChangeRefusedMessage.getChange()
          Accessor to the refused SPChange.
 

Methods in groupmgmt.impl with parameters of type SPChange
private  void SinglePhaseDisseminator.processArriving(SPChange arrive)
          Leader-only.
 void SinglePhaseDisseminator.ConnectionChangeQueue.enqueue(SPChange[] arriving, SPChange[] departing)
           
 

Constructors in groupmgmt.impl with parameters of type SPChange
SPConnectionChangesMessage(SPChange[] arriving, SPChange[] departing)
          Constructor.
SPChangeRefusedMessage(SPChange change)
          Constructor.