org.jboss.cache.transaction
Interface TransactionManagerLookup

All Known Implementing Classes:
BatchModeTransactionManagerLookup, DummyTransactionManagerLookup, GenericTransactionManagerLookup, JBossStandaloneJTAManagerLookup, JBossTransactionManagerLookup

public interface TransactionManagerLookup

Factory interface, allows Cache to use different transactional systems. Names of implementors of this class can be configured using Configuration.setTransactionManagerLookupClass(java.lang.String).

Version:
$Id: TransactionManagerLookup.java 7168 2008-11-19 17:37:20Z jason.greene@jboss.com $
Author:
Bela Ban, Aug 26 2003

Method Summary
 TransactionManager getTransactionManager()
          Returns a new TransactionManager.
 

Method Detail

getTransactionManager

TransactionManager getTransactionManager()
                                         throws Exception
Returns a new TransactionManager.

Throws:
Exception - if lookup failed


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