org.jboss.cache
Interface TransactionManagerLookup

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

public interface TransactionManagerLookup

Plugin, which allows TreeCache to use different transactional systems

Version:
$Id: TransactionManagerLookup.java,v 1.1.1.1 2005/03/31 10:15:00 belaban Exp $
Author:
Bela Ban, Aug 26 2003

Method Summary
 javax.transaction.TransactionManager getTransactionManager()
           
 

Method Detail

getTransactionManager

javax.transaction.TransactionManager getTransactionManager()
                                                           throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.