org.ehcache.transactions.xa.journal
Class DefaultJournalProviderFactory

java.lang.Object
  extended by org.ehcache.transactions.xa.journal.DefaultJournalProviderFactory
All Implemented Interfaces:
ServiceFactory<JournalProvider>

public class DefaultJournalProviderFactory
extends java.lang.Object
implements ServiceFactory<JournalProvider>


Constructor Summary
DefaultJournalProviderFactory()
           
 
Method Summary
 JournalProvider create(ServiceCreationConfiguration<JournalProvider> configuration)
           
 java.lang.Class<JournalProvider> getServiceType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultJournalProviderFactory

public DefaultJournalProviderFactory()
Method Detail

create

public JournalProvider create(ServiceCreationConfiguration<JournalProvider> configuration)
Specified by:
create in interface ServiceFactory<JournalProvider>

getServiceType

public java.lang.Class<JournalProvider> getServiceType()
Specified by:
getServiceType in interface ServiceFactory<JournalProvider>