net.sf.ehcache.config
Class CacheConfiguration.CacheEventListenerFactoryConfiguration
java.lang.Object
net.sf.ehcache.config.FactoryConfiguration<CacheConfiguration.CacheEventListenerFactoryConfiguration>
net.sf.ehcache.config.CacheConfiguration.CacheEventListenerFactoryConfiguration
- All Implemented Interfaces:
- Cloneable
- Enclosing class:
- CacheConfiguration
public static final class CacheConfiguration.CacheEventListenerFactoryConfiguration
- extends FactoryConfiguration<CacheConfiguration.CacheEventListenerFactoryConfiguration>
Configuration for the CacheEventListenerFactory.
Methods inherited from class net.sf.ehcache.config.FactoryConfiguration |
className, clone, equals, getFullyQualifiedClassPath, getProperties, getPropertySeparator, hashCode, properties, propertySeparator, setClass, setProperties, setPropertySeparator |
CacheConfiguration.CacheEventListenerFactoryConfiguration
public CacheConfiguration.CacheEventListenerFactoryConfiguration()
setListenFor
public void setListenFor(String listenFor)
- Used by BeanHandler to set the mode during parsing. Convert listenFor string to uppercase and
look up enum constant in NotificationScope.
listenFor
public final CacheConfiguration.CacheEventListenerFactoryConfiguration listenFor(String listenFor)
- Returns:
- this factory configuration instance
- See Also:
setListenFor(String)
getListenFor
public NotificationScope getListenFor()
- Get the value mode in terms of the mode enum
Copyright 2001-2014, Terracotta, Inc.