KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > transaction > Transaction > Top Examples

  • org.objectweb.jonas_ejb.container.JEntitySwitch
    JEntitySwitch is used internally to synchronize accesses to the entity context and thus to the entity bean instance. All parts common to EJBObject and EJBLocalObject should be here. Different policies can be applied to manage context/instance pairs: - only 1 pair (container manages the transaction ...
  • org.jboss.cache.tests.replicated.SyncReplTxTest
    Replicated unit test for sync transactional TreeCache Note: we use DummyTransactionManager for Tx purpose instead of relying on jta. @version $Revision: 1.2 $
  • org.jboss.tm.TxManager
    Our TransactionManager implementation. @author <a HREF="mailto:rickard.oberg@telkel.com">Rickard Ă–berg</a> @author <a HREF="mailto:marc.fleury@telkel.com">Marc Fleury</a> @author <a HREF="mailto:osh@sparre.dk">Ole Husgaard</a> @author <a HREF="mailto:jason@ ...
  • org.apache.geronimo.transaction.manager.TransactionManagerImpl
    Simple implementation of a transaction manager. @version $Rev: 156292 $ $Date: 2005-03-05 18:48:02 -0800 (Sat, 05 Mar 2005) $
  • org.jboss.test.cache.test.replicated.SyncTxUnitTestCase
    Replicated unit test for sync transactional TreeCache Note: we use DummyTransactionManager for Tx purpose instead of relying on jta. @version $Revision: 1.19.2.1 $
  • org.apache.slide.transaction.SlideTransactionManager
    JTA Transaction manager implementation. <p> Implementation notes : <ul> <li>Does not support nested transactions</li> <li>No security</li> </ul> @version $Revision: 1.14 $
  • org.jboss.test.jca.mbean.MTOperation
    MultiThreaded Operations that can be executed concurrently. Based on Operation class. @author <a HREF="dimitris@jboss.org">Dimitris Andreadis</a> @version $Revision: 1.2.2.4 $
  • org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCCMRFieldBridge
    JDBCCMRFieldBridge a bean relationship. This class only supports relationships between entities managed by a JDBCStoreManager in the same application. <p/> Life-cycle: Tied to the EntityBridge. <p/> Multiplicity: One for each role that entity has. @author <a HREF="mailto:dain@daing ...
  • org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock
    This class is holds threads awaiting the transactional lock to be free in a fair FIFO transactional queue. Non-transactional threads are also put in this wait queue as well. Unlike SimplePessimisticEJBLock which notifies all threads on transaction completion, this class pops the next waiting tran ...
  • org.apache.ojb.odmg.JTATxManager
    @author <a HREF="mailto:mattbaird@yahoo.com">Matthew Baird</a> In an app server environment, where we have a transaction manager, we use the transactionmanager and it's associated JTA transaction to associate with the ODMG transaction. So the key is retrieved by calling getTransaction ...
  • 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.ejb.plugins.EntitySynchronizationInterceptor
    The role of this interceptor is to synchronize the state of the cache with the underlying storage. It does this with the ejbLoad and ejbStore semantics of the EJB specification. In the presence of a transaction this is triggered by transaction demarcation. It registers a callback with the underl ...
  • org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand
    JDBCStartCommand creates the table if specified in xml. @author <a HREF="mailto:dain@daingroup.com">Dain Sundstrom</a> @author <a HREF="mailto:rickard.oberg@telkel.com">Rickard Öberg</a> @author <a HREF="mailto:marc.fleury@telkel.com">Marc Fleury</a> @author &l ...
  • org.jboss.aspects.versioned.DistributedMapState
    @author <a HREF="mailto:bill@jboss.org">Bill Burke</a> @version $Revision: 1.1.4.4 $
  • 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.tests.PrepareTxTest
    Created by IntelliJ IDEA. User: bela Date: Jun 9, 2004 Time: 9:05:19 AM
  • org.jboss.test.jca.test.PoolingUnitTestCase
    Unit Tests for pooling strategies @author <a HREF="mailto:adrian@jboss.org">Adrian Brock</a> @version $Revision: 1.3.2.1 $
  • 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 ...
Popular Tags