org.infinispan.transaction.lookup
Interface TransactionManagerLookup

All Known Implementing Classes:
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.

Since:
4.0
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 © 2012 JBoss, a division of Red Hat. All Rights Reserved.