org.ehcache.impl.internal.store.tiering
Class CompoundCachingTierProviderFactory

java.lang.Object
  extended by org.ehcache.impl.internal.store.tiering.CompoundCachingTierProviderFactory
All Implemented Interfaces:
ServiceFactory<CompoundCachingTier.Provider>

public class CompoundCachingTierProviderFactory
extends java.lang.Object
implements ServiceFactory<CompoundCachingTier.Provider>


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

Constructor Detail

CompoundCachingTierProviderFactory

public CompoundCachingTierProviderFactory()
Method Detail

create

public CompoundCachingTier.Provider create(ServiceCreationConfiguration<CompoundCachingTier.Provider> serviceConfiguration)
Specified by:
create in interface ServiceFactory<CompoundCachingTier.Provider>

getServiceType

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