org.ehcache.impl.config.event
Class CacheEventDispatcherFactoryConfiguration

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

public class CacheEventDispatcherFactoryConfiguration
extends java.lang.Object
implements ServiceCreationConfiguration<CacheEventDispatcherFactory>


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

Constructor Detail

CacheEventDispatcherFactoryConfiguration

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

getThreadPoolAlias

public java.lang.String getThreadPoolAlias()

getServiceType

public java.lang.Class<CacheEventDispatcherFactory> getServiceType()
Description copied from interface: ServiceCreationConfiguration
Indicates which service consumes this configuration at creation.

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