org.ehcache.impl.internal.events
Class CacheEventNotificationListenerServiceProviderFactory

java.lang.Object
  extended by org.ehcache.impl.internal.events.CacheEventNotificationListenerServiceProviderFactory
All Implemented Interfaces:
ServiceFactory<CacheEventDispatcherFactory>

public class CacheEventNotificationListenerServiceProviderFactory
extends java.lang.Object
implements ServiceFactory<CacheEventDispatcherFactory>


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

Constructor Detail

CacheEventNotificationListenerServiceProviderFactory

public CacheEventNotificationListenerServiceProviderFactory()
Method Detail

create

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

getServiceType

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