org.ehcache.internal
Class TimeSourceServiceFactory

java.lang.Object
  extended by org.ehcache.internal.TimeSourceServiceFactory
All Implemented Interfaces:
ServiceFactory<TimeSourceService>

public class TimeSourceServiceFactory
extends java.lang.Object
implements ServiceFactory<TimeSourceService>

TimeSourceServiceFactory


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

Constructor Detail

TimeSourceServiceFactory

public TimeSourceServiceFactory()
Method Detail

create

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

getServiceType

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