org.infinispan.transaction.tm
Class BatchModeTransactionManager

java.lang.Object
  extended by org.infinispan.transaction.tm.DummyBaseTransactionManager
      extended by 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

Constructor Summary
BatchModeTransactionManager()
           
 
Method Summary
static void destroy()
           
static BatchModeTransactionManager getInstance()
           
 
Methods inherited from class org.infinispan.transaction.tm.DummyBaseTransactionManager
begin, commit, getStatus, getTransaction, resume, rollback, setRollbackOnly, setTransaction, setTransactionTimeout, suspend
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchModeTransactionManager

public BatchModeTransactionManager()
Method Detail

getInstance

public static BatchModeTransactionManager getInstance()

destroy

public static void destroy()

-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.