org.infinispan.transaction.tm
Class BatchModeTransactionManager
java.lang.Object
org.infinispan.transaction.tm.DummyBaseTransactionManager
org.infinispan.transaction.tm.BatchModeTransactionManager
- All Implemented Interfaces:
- Serializable, TransactionManager
public class BatchModeTransactionManager
- extends DummyBaseTransactionManager
Not really a transaction manager in the truest sense of the word. Only used to batch up operations. Proper
transactional semantics of rollbacks and recovery are NOT used here.
- Since:
- 4.0
- Author:
- bela
- See Also:
- Serialized Form
Methods inherited from class org.infinispan.transaction.tm.DummyBaseTransactionManager |
begin, commit, getStatus, getTransaction, isUseXaXid, resume, rollback, setRollbackOnly, setTransaction, setTransactionTimeout, setUseXaXid, suspend |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchModeTransactionManager
public BatchModeTransactionManager()
getInstance
public static BatchModeTransactionManager getInstance()
destroy
public static void destroy()
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.