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, writeDatapublic ListenerConfigReadOnly(ListenerConfig config)
public ListenerConfig setClassName(String className)
ListenerConfigIf a implementation was set, it will be removed.
setClassName in class ListenerConfigclassName - the name of the class of the EventListenerListenerConfig.setImplementation(java.util.EventListener), 
ListenerConfig.getClassName()public ListenerConfig setImplementation(EventListener implementation)
ListenerConfigIf a className was set, it will be removed.
setImplementation in class ListenerConfigimplementation - the EventListener implementationListenerConfig.setClassName(String), 
ListenerConfig.getImplementation()Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.