org.sysunit
Interface TBeanSynchronizer


public interface TBeanSynchronizer

Synchronizer bound to a TBean.

Version:
$Id: TBeanSynchronizer.java,v 1.1 2003/06/04 04:27:20 werken Exp $
Author:
Bob McWhirter
See Also:
SynchronizableTBean

Method Summary
 void sync(String syncPoint)
          Synchronize at a sync-point.
 

Method Detail

sync

void sync(String syncPoint)
          throws SynchronizationException,
                 InterruptedException
Synchronize at a sync-point.

Parameters:
syncPoint - The sync-point.
Throws:
SynchronizationException - If an error occurs while attempting to perform synchronization.
InterruptedException - If interrupted while attempting to perform synchronization.


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