JavaScript is disabled on your browser.
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
Method Summary
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
Copyright © 2014 JBoss, a division of Red Hat . All Rights Reserved.