|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Synchronizer
TBean
synchronizer.
A Synchronizer
allows for blocking at a named
point until all other TBean
s have either blocked
at some named point or terminated.
TBeanSynchronizer
,
SynchronizableTBean
,
TBean
Method Summary | |
---|---|
void |
sync(String tbeanId,
String syncPointName)
Synchronize at a sync-point. |
Method Detail |
---|
void sync(String tbeanId, String syncPointName) throws SynchronizationException, InterruptedException
tbeanId
- Identifier of the TBean.syncPointName
- The identifier of the sync-point.
SynchronizationException
- If an error occurs while
attempting to perform synchronization.
InterruptedException
- If the synchronization is
interrupted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |