org.ehcache.transactions.xa.txmgr.provider
Interface TransactionManagerProvider

All Superinterfaces:
Service
All Known Implementing Classes:
DefaultTransactionManagerProvider

public interface TransactionManagerProvider
extends Service

Provider of TransactionManagerWrapper instances.


Method Summary
 TransactionManagerWrapper getTransactionManagerWrapper()
          Return an instance of TransactionManagerWrapper.
 
Methods inherited from interface org.ehcache.spi.service.Service
start, stop
 

Method Detail

getTransactionManagerWrapper

TransactionManagerWrapper getTransactionManagerWrapper()
Return an instance of TransactionManagerWrapper.

Returns:
the TransactionManagerWrapper.