org.jboss.cache
Class BatchModeTransactionManagerLookup

java.lang.Object
  extended by org.jboss.cache.BatchModeTransactionManagerLookup
All Implemented Interfaces:
TransactionManagerLookup

public class BatchModeTransactionManagerLookup
extends java.lang.Object
implements TransactionManagerLookup

Returns an instance of DummyTransactionManager, used by standalone cache.

Version:
$Id: BatchModeTransactionManagerLookup.java,v 1.1.1.1 2005/03/31 10:14:59 belaban Exp $
Author:
Bela Ban Sept 5 2003

Constructor Summary
BatchModeTransactionManagerLookup()
           
 
Method Summary
 javax.transaction.TransactionManager getTransactionManager()
          Returns a new TransactionManager.
 
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 javax.transaction.TransactionManager getTransactionManager()
                                                           throws java.lang.Exception
Description copied from interface: TransactionManagerLookup
Returns a new TransactionManager.

Specified by:
getTransactionManager in interface TransactionManagerLookup
Throws:
java.lang.Exception - if lookup failed


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.