Uses of Class
com.hazelcast.config.ListenerConfig

Packages that use ListenerConfig
com.hazelcast.client.config Contains classes related to config for com.hazelcast.client 
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()
          Gets list of all configured ListenerConfig's
 

Methods in com.hazelcast.client.config with parameters of type ListenerConfig
 ClientConfig ClientConfig.addListenerConfig(ListenerConfig listenerConfig)
          Helper method to add a new ListenerConfig
 

Method parameters in com.hazelcast.client.config with type arguments of type ListenerConfig
 ClientConfig ClientConfig.setListenerConfigs(List<ListenerConfig> listenerConfigs)
          Sets all ListenerConfig's
 

Uses of ListenerConfig in com.hazelcast.config
 

Subclasses of ListenerConfig in com.hazelcast.config
 class EntryListenerConfig
          Configuration for EntryListener
 class EntryListenerConfigReadOnly
          Configuration for EntryListener(Read Only)
 class ItemListenerConfig
          Contains the configuration for an Item Listener.
 class ItemListenerConfigReadOnly
          Contains the configuration for an Item Listener(Read-only).
 class ListenerConfigReadOnly
          Contains the configuration for a Listener.
 

Methods in com.hazelcast.config that return ListenerConfig
 ListenerConfig ListenerConfig.getAsReadOnly()
           
 ListenerConfig ListenerConfigReadOnly.setClassName(String className)
           
 ListenerConfig ItemListenerConfigReadOnly.setClassName(String className)
           
 ListenerConfig ListenerConfig.setClassName(String className)
          Sets the class name of the EventListener.
 ListenerConfig EntryListenerConfigReadOnly.setClassName(String className)
           
 ListenerConfig ListenerConfigReadOnly.setImplementation(EventListener implementation)
           
 ListenerConfig ItemListenerConfigReadOnly.setImplementation(EventListener implementation)
           
 ListenerConfig ListenerConfig.setImplementation(EventListener implementation)
          Sets the 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> ReplicatedMapConfig.getListenerConfigs()
           
 List<ListenerConfig> TopicConfig.getMessageListenerConfigs()
           
 List<ListenerConfig> TopicConfigReadOnly.getMessageListenerConfigs()
           
 

Methods in com.hazelcast.config with parameters of type ListenerConfig
 Config Config.addListenerConfig(ListenerConfig listenerConfig)
           
 TopicConfig TopicConfig.addMessageListenerConfig(ListenerConfig listenerConfig)
           
 TopicConfig TopicConfigReadOnly.addMessageListenerConfig(ListenerConfig listenerConfig)
           
 

Method parameters in com.hazelcast.config with type arguments of type ListenerConfig
 Config Config.setListenerConfigs(List<ListenerConfig> listenerConfigs)
           
 ReplicatedMapConfig ReplicatedMapConfig.setListenerConfigs(List<ListenerConfig> listenerConfigs)
           
 TopicConfig TopicConfig.setMessageListenerConfigs(List<ListenerConfig> listenerConfigs)
           
 TopicConfig TopicConfigReadOnly.setMessageListenerConfigs(List<ListenerConfig> listenerConfigs)
           
 

Constructors in com.hazelcast.config with parameters of type ListenerConfig
ListenerConfig(ListenerConfig config)
           
ListenerConfigReadOnly(ListenerConfig config)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.