public class ListenerConfigReadOnly extends ListenerConfig
className, implementation
Constructor and Description |
---|
ListenerConfigReadOnly(ListenerConfig 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.
|
equals, getAsReadOnly, getClassName, getFactoryId, getId, getImplementation, hashCode, isIncludeValue, isLocal, readData, toString, writeData
public ListenerConfigReadOnly(ListenerConfig config)
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 © 2018 Hazelcast, Inc.. All Rights Reserved.