org.eodisp.hla.crc
Class SynchronizationPoint

java.lang.Object
  extended by org.eodisp.hla.crc.SynchronizationPoint

@ThreadSafe
public class SynchronizationPoint
extends java.lang.Object

Version:
$Id:$
Author:
ibirrer

Constructor Summary
SynchronizationPoint(java.lang.String name, FederationExecution federationExecution, boolean fixedSet, byte[] userSuppliedTag)
           
 
Method Summary
 void start(java.util.Set<FederateHandle> initialFederates)
          Call only once for the same synchronization point!
 void syncFederate(FederateHandle federateHandle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronizationPoint

public SynchronizationPoint(java.lang.String name,
                            FederationExecution federationExecution,
                            boolean fixedSet,
                            byte[] userSuppliedTag)
Parameters:
name -
Method Detail

start

public void start(java.util.Set<FederateHandle> initialFederates)
Call only once for the same synchronization point!

Parameters:
initialFederates -

syncFederate

public void syncFederate(FederateHandle federateHandle)