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

Basically a DummyTransactionManager to do batch mode processing.

Version:
$Revision: 1.3 $ 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.