public class ItemListenerConfigReadOnly extends ItemListenerConfig
className, implementation
Constructor and Description |
---|
ItemListenerConfigReadOnly(ItemListenerConfig config)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ListenerConfig |
setClassName(String className)
Deprecated.
Sets the class name of the EventListener.
|
ListenerConfig |
setImplementation(EventListener implementation)
Deprecated.
Sets the EventListener implementation.
|
ItemListenerConfig |
setImplementation(ItemListener implementation)
Deprecated.
|
ItemListenerConfig |
setIncludeValue(boolean includeValue)
Deprecated.
|
equals, getAsReadOnly, getId, getImplementation, hashCode, isIncludeValue, readData, toString, writeData
getClassName, getFactoryId, isLocal
public ItemListenerConfigReadOnly(ItemListenerConfig config)
public ItemListenerConfig setImplementation(ItemListener implementation)
setImplementation
in class ItemListenerConfig
public ItemListenerConfig setIncludeValue(boolean includeValue)
setIncludeValue
in class ItemListenerConfig
public ListenerConfig setClassName(String className)
ListenerConfig
If a implementation was set, it will be removed.
setClassName
in class ListenerConfig
className
- the name of the class of the EventListenerListenerConfig.setImplementation(java.util.EventListener)
,
ListenerConfig.getClassName()
public ListenerConfig setImplementation(EventListener implementation)
ListenerConfig
If a className was set, it will be removed.
setImplementation
in class ListenerConfig
implementation
- the EventListener implementationListenerConfig.setClassName(String)
,
ListenerConfig.getImplementation()
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.