org.ehcache.internal.executor
Class DefaultExecutionServiceFactory

java.lang.Object
  extended by org.ehcache.internal.executor.DefaultExecutionServiceFactory
All Implemented Interfaces:
ExecutionServiceFactory, ServiceFactory<ExecutionService>

public class DefaultExecutionServiceFactory
extends java.lang.Object
implements ExecutionServiceFactory


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

Constructor Detail

DefaultExecutionServiceFactory

public DefaultExecutionServiceFactory()
Method Detail

create

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

getServiceType

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