dimawo.middleware.overlay.impl.decentral.barriersync
Class SyncState

java.lang.Object
  extended by dimawo.middleware.overlay.impl.decentral.barriersync.SyncState

public class SyncState
extends Object


Constructor Summary
SyncState(ComputerTreePosition ctPos, BarrierSyncCallBackInterface cb)
           
 
Method Summary
 boolean allReached()
           
 BarrierSyncCallBackInterface getBarrierCB()
           
 ComputerTreePosition getCtPosition()
           
 void reached(DAId daId)
           
 void setCallBack(BarrierSyncCallBackInterface cb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncState

public SyncState(ComputerTreePosition ctPos,
                 BarrierSyncCallBackInterface cb)
Method Detail

getBarrierCB

public BarrierSyncCallBackInterface getBarrierCB()

reached

public void reached(DAId daId)

allReached

public boolean allReached()

setCallBack

public void setCallBack(BarrierSyncCallBackInterface cb)

getCtPosition

public ComputerTreePosition getCtPosition()


Copyright © 2011 DiMaWo Team. All Rights Reserved.