org.jboss.cache.transaction
Class BatchModeTransactionManagerLookup

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

public class BatchModeTransactionManagerLookup
extends Object
implements TransactionManagerLookup

Returns an instance of BatchModeTransactionManager.

Version:
$Id: BatchModeTransactionManagerLookup.java 3550 2007-02-07 22:13:24Z genman $
Author:
Bela Ban Sept 5 2003

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

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


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