org.ehcache.core.spi.service
Interface ServiceFactory<T extends Service>

All Known Subinterfaces:
ExecutionServiceFactory
All Known Implementing Classes:
DefaultManagementRegistryFactory

public interface ServiceFactory<T extends Service>


Method Summary
 T create(ServiceCreationConfiguration<T> configuration)
           
 java.lang.Class<T> getServiceType()
           
 

Method Detail

create

T create(ServiceCreationConfiguration<T> configuration)

getServiceType

java.lang.Class<T> getServiceType()