public static final class CacheConfiguration.CacheEventListenerFactoryConfiguration extends FactoryConfiguration<CacheConfiguration.CacheEventListenerFactoryConfiguration>
Modifier and Type | Field and Description |
---|---|
private NotificationScope |
notificationScope |
fullyQualifiedClassPath, properties, propertySeparator
Constructor and Description |
---|
CacheEventListenerFactoryConfiguration() |
Modifier and Type | Method and Description |
---|---|
NotificationScope |
getListenFor()
Get the value mode in terms of the mode enum
|
CacheConfiguration.CacheEventListenerFactoryConfiguration |
listenFor(java.lang.String listenFor) |
void |
setListenFor(java.lang.String listenFor)
Used by BeanHandler to set the mode during parsing.
|
className, clone, equals, getFullyQualifiedClassPath, getProperties, getPropertySeparator, hashCode, properties, propertySeparator, setClass, setProperties, setPropertySeparator
private NotificationScope notificationScope
public CacheEventListenerFactoryConfiguration()
public void setListenFor(java.lang.String listenFor)
public final CacheConfiguration.CacheEventListenerFactoryConfiguration listenFor(java.lang.String listenFor)
setListenFor(String)
public NotificationScope getListenFor()