com.hazelcast.config
Class QuorumListenerConfig

java.lang.Object
  extended by com.hazelcast.config.ListenerConfig
      extended by com.hazelcast.config.QuorumListenerConfig

public class QuorumListenerConfig
extends ListenerConfig

Confiquration class for QuorumListener


Field Summary
 
Fields inherited from class com.hazelcast.config.ListenerConfig
className, implementation
 
Constructor Summary
QuorumListenerConfig()
           
QuorumListenerConfig(QuorumListener implementation)
           
QuorumListenerConfig(String className)
           
 
Method Summary
 QuorumListener getImplementation()
          Returns the EventListener implementation.
 boolean isIncludeValue()
           
 boolean isLocal()
           
 ListenerConfig setImplementation(QuorumListener implementation)
           
 
Methods inherited from class com.hazelcast.config.ListenerConfig
equals, getAsReadOnly, getClassName, hashCode, setClassName, setImplementation, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QuorumListenerConfig

public QuorumListenerConfig()

QuorumListenerConfig

public QuorumListenerConfig(String className)

QuorumListenerConfig

public QuorumListenerConfig(QuorumListener implementation)
Method Detail

getImplementation

public QuorumListener getImplementation()
Description copied from class: ListenerConfig
Returns the EventListener implementation. If none has been specified, null is returned.

Overrides:
getImplementation in class ListenerConfig
Returns:
the EventListener implementation.
See Also:
ListenerConfig.setImplementation(java.util.EventListener)

setImplementation

public ListenerConfig setImplementation(QuorumListener implementation)

isIncludeValue

public boolean isIncludeValue()
Overrides:
isIncludeValue in class ListenerConfig

isLocal

public boolean isLocal()
Overrides:
isLocal in class ListenerConfig


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