org.ehcache.transactions.xa.configuration
Class XAStoreProviderConfiguration

java.lang.Object
  extended by org.ehcache.transactions.xa.configuration.XAStoreProviderConfiguration
All Implemented Interfaces:
ServiceCreationConfiguration<XAStore.Provider>

public class XAStoreProviderConfiguration
extends java.lang.Object
implements ServiceCreationConfiguration<XAStore.Provider>


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

Constructor Detail

XAStoreProviderConfiguration

public XAStoreProviderConfiguration()
Method Detail

getServiceType

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

Specified by:
getServiceType in interface ServiceCreationConfiguration<XAStore.Provider>
Returns:
the service type