org.ehcache.transactions.xa.txmgr.provider
Class TransactionManagerProviderConfiguration

java.lang.Object
  extended by org.ehcache.transactions.xa.txmgr.provider.TransactionManagerProviderConfiguration
All Implemented Interfaces:
ServiceCreationConfiguration<TransactionManagerProvider>

public class TransactionManagerProviderConfiguration
extends java.lang.Object
implements ServiceCreationConfiguration<TransactionManagerProvider>


Constructor Summary
TransactionManagerProviderConfiguration(TransactionManagerWrapper transactionManagerWrapper)
           
 
Method Summary
 java.lang.Class<TransactionManagerProvider> getServiceType()
          Indicates which service consumes this configuration at creation.
 TransactionManagerWrapper getTransactionManagerWrapper()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionManagerProviderConfiguration

public TransactionManagerProviderConfiguration(TransactionManagerWrapper transactionManagerWrapper)
Method Detail

getTransactionManagerWrapper

public TransactionManagerWrapper getTransactionManagerWrapper()

getServiceType

public java.lang.Class<TransactionManagerProvider> getServiceType()
Description copied from interface: ServiceCreationConfiguration
Indicates which service consumes this configuration at creation.

Specified by:
getServiceType in interface ServiceCreationConfiguration<TransactionManagerProvider>
Returns:
the service type