| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListenerConfig | |
|---|---|
| com.hazelcast.client.config | |
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| Uses of ListenerConfig in com.hazelcast.client.config | 
|---|
| Methods in com.hazelcast.client.config that return types with arguments of type ListenerConfig | |
|---|---|
 List<ListenerConfig> | 
ClientConfig.getListenerConfigs()
 | 
| Methods in com.hazelcast.client.config with parameters of type ListenerConfig | |
|---|---|
 ClientConfig | 
ClientConfig.addListenerConfig(ListenerConfig listenerConfig)
 | 
| Method parameters in com.hazelcast.client.config with type arguments of type ListenerConfig | |
|---|---|
 ClientConfig | 
ClientConfig.setListenerConfigs(List<ListenerConfig> listenerConfigs)
 | 
| Uses of ListenerConfig in com.hazelcast.config | 
|---|
| Subclasses of ListenerConfig in com.hazelcast.config | |
|---|---|
 class | 
EntryListenerConfig
 | 
 class | 
EntryListenerConfigReadOnly
 | 
 class | 
ItemListenerConfig
 | 
 class | 
ItemListenerConfigReadOnly
 | 
 class | 
ListenerConfigReadOnly
 | 
| Methods in com.hazelcast.config that return ListenerConfig | |
|---|---|
 ListenerConfig | 
ListenerConfig.getAsReadOnly()
 | 
 ListenerConfig | 
ListenerConfigReadOnly.setClassName(String className)
 | 
 ListenerConfig | 
ListenerConfig.setClassName(String className)
Sets the class name of the EventListener.  | 
 ListenerConfig | 
ItemListenerConfigReadOnly.setClassName(String className)
 | 
 ListenerConfig | 
EntryListenerConfigReadOnly.setClassName(String className)
 | 
 ListenerConfig | 
ListenerConfigReadOnly.setImplementation(EventListener implementation)
 | 
 ListenerConfig | 
ListenerConfig.setImplementation(EventListener implementation)
Sets the EventListener implementation.  | 
 ListenerConfig | 
ItemListenerConfigReadOnly.setImplementation(EventListener implementation)
 | 
 ListenerConfig | 
EntryListenerConfigReadOnly.setImplementation(EventListener implementation)
 | 
| Methods in com.hazelcast.config that return types with arguments of type ListenerConfig | |
|---|---|
 List<ListenerConfig> | 
Config.getListenerConfigs()
 | 
 List<ListenerConfig> | 
TopicConfigReadOnly.getMessageListenerConfigs()
 | 
 List<ListenerConfig> | 
TopicConfig.getMessageListenerConfigs()
 | 
| Methods in com.hazelcast.config with parameters of type ListenerConfig | |
|---|---|
 Config | 
Config.addListenerConfig(ListenerConfig listenerConfig)
 | 
 TopicConfig | 
TopicConfigReadOnly.addMessageListenerConfig(ListenerConfig listenerConfig)
 | 
 TopicConfig | 
TopicConfig.addMessageListenerConfig(ListenerConfig listenerConfig)
 | 
| Method parameters in com.hazelcast.config with type arguments of type ListenerConfig | |
|---|---|
 Config | 
Config.setListenerConfigs(List<ListenerConfig> listenerConfigs)
 | 
 TopicConfig | 
TopicConfigReadOnly.setMessageListenerConfigs(List<ListenerConfig> listenerConfigs)
 | 
 TopicConfig | 
TopicConfig.setMessageListenerConfigs(List<ListenerConfig> listenerConfigs)
 | 
| Constructors in com.hazelcast.config with parameters of type ListenerConfig | |
|---|---|
ListenerConfig(ListenerConfig config)
 | 
|
ListenerConfigReadOnly(ListenerConfig config)
 | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||