org.jboss.resource.connectionmanager.TransactionSynchronizer Organizes transaction synchronization done by JCA.<p> This class exists to make sure all Tx synchronizations are invoked before the cached connection manager closes any closed connections. @author <a HREF="mailto:adrian@jboss.org">Adrian Brock</a> @version $Revision: 1.1.4.4 $
org.jboss.cache.interceptors.OrderedSynchronizationHandler Maintains a list of Synchronization handlers. Reason is that we have to invoke certain handlers <em>before</em> others. See the description in SyncTxUnitTestCase.testConcurrentPuts(). For example, for synchronous replication, we have to execute the ReplicationInterceptor's afterComplet ...
org.apache.ojb.broker.core.PersistenceBrokerFactorySyncImpl Workaround for participate the PB-api in JTA {@link javax.transaction.Transaction transaction} by implementing the {@link javax.transaction.Synchronization} interface. <br/> This may will be deprecated when we implemented a full JCA compliant connector. <br/> When a new {@link org.apac ...
org.objectweb.speedo.workingset.lib.SpeedoTransaction Is a working set assocaited to a ProxyManager. The working set can be transactional or not. It contains the list of reached instances. @see javax.jdo.Transaction @see org.objectweb.speedo.workingset.api.Transaction @see org.objectweb.perseus.persistence.api.WorkingSet @see org.objectweb.perseus.p ...
org.jboss.cache.invalidation.InvalidationsTxGrouper Utility class that can be used to group invalidations in a set of BatchInvalidations structure and only commit them alltogether at transaction commit-time. The invalidations are grouped (in this order): - by transaction - by InvalidationManager instance - by InvalidationGroup <p/> This objec ...
org.jboss.cache.interceptors.ReplicationInterceptor Takes care of replicating modifications to other nodes in a cluster. Also listens for prepare(), commit() and rollback() messages which are received 'side-ways' (see docs/design/Refactoring.txt). @author Bela Ban @version $Id: ReplicationInterceptor.java,v 1.6.4.4 2005/04/06 21:06:41 starksm Exp $ ...