|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
void |
TBeanSynchronizer.sync(String syncPoint)
Synchronize at a sync-point. |
protected void |
SystemTestCase.sync(String syncPoint)
Synchronize a synthesized ThreadMethodTBean 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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |