org.ehcache.config.event
Class DefaultCacheEventListenerProviderConfiguration

java.lang.Object
  extended by org.ehcache.internal.classes.ClassInstanceProviderConfiguration<java.lang.String,CacheEventListener<?,?>>
      extended by org.ehcache.config.event.DefaultCacheEventListenerProviderConfiguration
All Implemented Interfaces:
ServiceConfiguration<CacheEventListenerProvider>

public class DefaultCacheEventListenerProviderConfiguration
extends ClassInstanceProviderConfiguration<java.lang.String,CacheEventListener<?,?>>
implements ServiceConfiguration<CacheEventListenerProvider>


Constructor Summary
DefaultCacheEventListenerProviderConfiguration()
           
 
Method Summary
 java.lang.Class<CacheEventListenerProvider> getServiceType()
          Indicates which service this configuration works with.
 
Methods inherited from class org.ehcache.internal.classes.ClassInstanceProviderConfiguration
getDefaults
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCacheEventListenerProviderConfiguration

public DefaultCacheEventListenerProviderConfiguration()
Method Detail

getServiceType

public java.lang.Class<CacheEventListenerProvider> getServiceType()
Description copied from interface: ServiceConfiguration
Indicates which service this configuration works with.

Specified by:
getServiceType in interface ServiceConfiguration<CacheEventListenerProvider>
Returns:
the service type