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 6776 2008-09-22 17:35:46Z manik.surtani@jboss.com $
- Author:
- Bela Ban, Aug 26 2003
getTransactionManager
TransactionManager getTransactionManager()
throws Exception
- Returns a new TransactionManager.
- Throws:
Exception
- if lookup failed
Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.