com.hazelcast.config
Class ItemListenerConfig

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

public class ItemListenerConfig
extends ListenerConfig


Field Summary
 
Fields inherited from class com.hazelcast.config.ListenerConfig
className, implementation
 
Constructor Summary
ItemListenerConfig()
           
ItemListenerConfig(ItemListener implementation, boolean includeValue)
           
ItemListenerConfig(String className, boolean includeValue)
           
 
Method Summary
 ItemListener getImplementation()
           
 boolean isIncludeValue()
           
 ItemListenerConfig setImplementation(ItemListener implementation)
           
 ItemListenerConfig setIncludeValue(boolean includeValue)
           
 
Methods inherited from class com.hazelcast.config.ListenerConfig
getClassName, isLocal, setClassName, setImplementation, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ItemListenerConfig

public ItemListenerConfig()

ItemListenerConfig

public ItemListenerConfig(String className,
                          boolean includeValue)

ItemListenerConfig

public ItemListenerConfig(ItemListener implementation,
                          boolean includeValue)
Method Detail

getImplementation

public ItemListener getImplementation()
Overrides:
getImplementation in class ListenerConfig

setImplementation

public ItemListenerConfig setImplementation(ItemListener implementation)

isIncludeValue

public boolean isIncludeValue()
Overrides:
isIncludeValue in class ListenerConfig

setIncludeValue

public ItemListenerConfig setIncludeValue(boolean includeValue)


Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.