org.ehcache.impl.config.event
Class DefaultCacheEventDispatcherConfiguration

java.lang.Object
  extended by org.ehcache.impl.config.event.DefaultCacheEventDispatcherConfiguration
All Implemented Interfaces:
ServiceConfiguration<CacheEventDispatcherFactory>

public class DefaultCacheEventDispatcherConfiguration
extends java.lang.Object
implements ServiceConfiguration<CacheEventDispatcherFactory>

DefaultCacheEventDispatcherConfiguration


Constructor Summary
DefaultCacheEventDispatcherConfiguration(java.lang.String threadPoolAlias)
           
 
Method Summary
 java.lang.Class<CacheEventDispatcherFactory> getServiceType()
          Indicates which service this configuration works with.
 java.lang.String getThreadPoolAlias()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCacheEventDispatcherConfiguration

public DefaultCacheEventDispatcherConfiguration(java.lang.String threadPoolAlias)
Method Detail

getServiceType

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

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

getThreadPoolAlias

public java.lang.String getThreadPoolAlias()