org.jboss.cache
Class BatchModeTransactionManagerLookup

java.lang.Object
  extended byorg.jboss.cache.BatchModeTransactionManagerLookup
All Implemented Interfaces:
TransactionManagerLookup (src)

public class BatchModeTransactionManagerLookup
extends java.lang.Object
implements TransactionManagerLookup (src)

Returns an instance of DummyTransactionManager, used by standalone cache.


Constructor Summary
BatchModeTransactionManagerLookup()
           
 
Method Summary
 TransactionManager (src) getTransactionManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchModeTransactionManagerLookup

public BatchModeTransactionManagerLookup()
Method Detail

getTransactionManager

public TransactionManager (src)  getTransactionManager()
                                         throws java.lang.Exception
Specified by:
getTransactionManager in interface TransactionManagerLookup (src)
Throws:
java.lang.Exception