org.ehcache.internal.executor
Class DefaultThreadPoolsServiceFactory

java.lang.Object
  extended by org.ehcache.internal.executor.DefaultThreadPoolsServiceFactory
All Implemented Interfaces:
ServiceFactory<ThreadPoolsService>, ThreadPoolsServiceFactory

public class DefaultThreadPoolsServiceFactory
extends java.lang.Object
implements ThreadPoolsServiceFactory


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

Constructor Detail

DefaultThreadPoolsServiceFactory

public DefaultThreadPoolsServiceFactory()
Method Detail

create

public ThreadPoolsService create(ServiceConfiguration<ThreadPoolsService> configuration)
Specified by:
create in interface ServiceFactory<ThreadPoolsService>

getServiceType

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