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,v 1.2 2006/04/08 20:30:07 genman Exp $
Author:
Bela Ban, Aug 26 2003

Method Summary
 javax.transaction.TransactionManager getTransactionManager()
          Returns a new TransactionManager.
 

Method Detail

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.