org.ehcache.spi.copy
Class DefaultCopyProviderFactory

java.lang.Object
  extended by org.ehcache.spi.copy.DefaultCopyProviderFactory
All Implemented Interfaces:
ServiceFactory<CopyProvider>

public class DefaultCopyProviderFactory
extends java.lang.Object
implements ServiceFactory<CopyProvider>


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

Constructor Detail

DefaultCopyProviderFactory

public DefaultCopyProviderFactory()
Method Detail

create

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

getServiceType

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