org.jboss.cache
Interface TransactionManagerLookup
- All Known Implementing Classes:
- BatchModeTransactionManagerLookup, DummyTransactionManagerLookup, GenericTransactionManagerLookup, JBossTransactionManagerLookup
public interface TransactionManagerLookup
Factory interface, allows TreeCache to use different transactional systems.
- Version:
- $Id: TransactionManagerLookup.java 1523 2006-04-08 20:30:08Z genman $
- Author:
- Bela Ban, Aug 26 2003
Method Summary |
javax.transaction.TransactionManager |
getTransactionManager()
Returns a new TransactionManager. |
getTransactionManager
javax.transaction.TransactionManager getTransactionManager()
throws java.lang.Exception
- Returns a new TransactionManager.
- Throws:
java.lang.Exception
- if lookup failed
Copyright ? 1998-2005 JBoss Inc . All Rights Reserved.