org.ehcache.impl.internal.store.heap
Class OnHeapStoreProviderFactory

java.lang.Object
  extended by org.ehcache.impl.internal.store.heap.OnHeapStoreProviderFactory
All Implemented Interfaces:
ServiceFactory<OnHeapStore.Provider>

public class OnHeapStoreProviderFactory
extends java.lang.Object
implements ServiceFactory<OnHeapStore.Provider>


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

Constructor Detail

OnHeapStoreProviderFactory

public OnHeapStoreProviderFactory()
Method Detail

create

public OnHeapStore.Provider create(ServiceCreationConfiguration<OnHeapStore.Provider> configuration)
Specified by:
create in interface ServiceFactory<OnHeapStore.Provider>

getServiceType

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