org.sysunit.local
Class LocalSynchronizer

java.lang.Object
  extended by org.sysunit.local.LocalSynchronizer
All Implemented Interfaces:
Synchronizer

public class LocalSynchronizer
extends Object
implements Synchronizer

Single-JVM Synchronizer implementation.

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

Constructor Summary
LocalSynchronizer()
          Construct.
 
Method Summary
 void sync(String tbeanId, String syncPointName)
          Synchronize at a sync-point.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalSynchronizer

public LocalSynchronizer()
Construct.

Method Detail

sync

public void sync(String tbeanId,
                 String syncPointName)
          throws SynchronizationException,
                 InterruptedException
Description copied from interface: Synchronizer
Synchronize at a sync-point.

Specified by:
sync in interface Synchronizer
Parameters:
tbeanId - Identifier of the TBean.
syncPointName - The identifier of the sync-point.
Throws:
SynchronizationException - If an error occurs while attempting to perform synchronization.
InterruptedException - If the synchronization is interrupted.
See Also:
Synchronizer


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