public class EntryListenerConfigReadOnly extends EntryListenerConfig
EntryListenerConfig.MapListenerToEntryListenerAdapter
className, implementation
Constructor and Description |
---|
EntryListenerConfigReadOnly(EntryListenerConfig config)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ListenerConfig |
setClassName(String className)
Deprecated.
Sets the class name of the EventListener.
|
EntryListenerConfig |
setImplementation(EntryListener implementation)
Deprecated.
|
ListenerConfig |
setImplementation(EventListener implementation)
Deprecated.
Sets the EventListener implementation.
|
EntryListenerConfig |
setIncludeValue(boolean includeValue)
Deprecated.
|
EntryListenerConfig |
setLocal(boolean local)
Deprecated.
|
equals, getAsReadOnly, getId, getImplementation, hashCode, isIncludeValue, isLocal, readData, toString, writeData
getClassName, getFactoryId
public EntryListenerConfigReadOnly(EntryListenerConfig config)
public EntryListenerConfig setImplementation(EntryListener implementation)
setImplementation
in class EntryListenerConfig
public EntryListenerConfig setLocal(boolean local)
setLocal
in class EntryListenerConfig
public EntryListenerConfig setIncludeValue(boolean includeValue)
setIncludeValue
in class EntryListenerConfig
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 EntryListenerConfig
implementation
- the EventListener implementationListenerConfig.setClassName(String)
,
ListenerConfig.getImplementation()
Copyright © 2018 Hazelcast, Inc.. All rights reserved.