org.jboss.cache.transaction
Class BatchModeTransactionManager

java.lang.Object
  extended by org.jboss.cache.transaction.DummyBaseTransactionManager
      extended by org.jboss.cache.transaction.BatchModeTransactionManager
All Implemented Interfaces:
java.io.Serializable, javax.transaction.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 symantics of rollbacks and recovery are NOT used here. This is used by PojoCache.

Version:
$Revision: 1.4 $ Date: May 15, 2003 Time: 4:11:37 PM
Author:
bela
See Also:
Serialized Form

Constructor Summary
BatchModeTransactionManager()
           
 
Method Summary
static void destroy()
           
static BatchModeTransactionManager getInstance()
           
 
Methods inherited from class org.jboss.cache.transaction.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 © 1998-2005 JBoss Inc . All Rights Reserved.