org.ehcache.internal.events
Class CacheEventNotificationListenerServiceProviderFactory

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

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


Constructor Summary
CacheEventNotificationListenerServiceProviderFactory()
           
 
Method Summary
 CacheEventNotificationListenerServiceProvider create(ServiceConfiguration<CacheEventNotificationListenerServiceProvider> configuration)
           
 java.lang.Class<CacheEventNotificationListenerServiceProvider> 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 CacheEventNotificationListenerServiceProvider create(ServiceConfiguration<CacheEventNotificationListenerServiceProvider> configuration)
Specified by:
create in interface ServiceFactory<CacheEventNotificationListenerServiceProvider>

getServiceType

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