- All Implemented Interfaces:
- Synchronization
public class OrderedSynchronizationHandler
extends Object
implements Synchronization
Maintains a list of Synchronization handlers. Reason is that we have to
invoke certain handlers before others. See the description in
SyncTxUnitTestCase.testConcurrentPuts(). For example, for synchronous
replication, we have to execute the ReplicationInterceptor's
afterCompletion() before the TransactionInterceptor's.
- Version:
- $Id: OrderedSynchronizationHandler.java 7168 2008-11-19 17:37:20Z jason.greene@jboss.com $
- Author:
- Bela Ban