Uses of Class
org.sysunit.SynchronizationException

Packages that use SynchronizationException
org.sysunit The core API and base classes of the SysUnit library. 
org.sysunit.local   
 

Uses of SynchronizationException in org.sysunit
 

Subclasses of SynchronizationException in org.sysunit
 class AlreadySynchronizedException
          Denotes attempt to synchronize a TBean at multiple sync-points simultaneously.
 

Methods in org.sysunit that throw SynchronizationException
protected  void AbstractSynchronizableTBean.sync(String syncPoint)
          Synchronize at a syncpoint.
protected  void SystemTestCase.sync(String syncPoint)
          Synchronize a synthesized ThreadMethodTBean at a sync-point.
 void TBeanSynchronizer.sync(String syncPoint)
          Synchronize at a sync-point.
 void Synchronizer.sync(String tbeanId, String syncPointName)
          Synchronize at a sync-point.
 

Uses of SynchronizationException in org.sysunit.local
 

Methods in org.sysunit.local that throw SynchronizationException
 void LocalSynchronizer.sync(String tbeanId, String syncPointName)
           
 



Copyright © 2003-2009 SpritSoft, Inc.. All Rights Reserved.