com.hazelcast.config
Class EntryListenerConfig

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

public class EntryListenerConfig
extends ListenerConfig


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

Constructor Detail

EntryListenerConfig

public EntryListenerConfig()

EntryListenerConfig

public EntryListenerConfig(String className,
                           boolean local,
                           boolean includeValue)

EntryListenerConfig

public EntryListenerConfig(EntryListener implementation,
                           boolean local,
                           boolean includeValue)
Method Detail

getImplementation

public EntryListener getImplementation()
Overrides:
getImplementation in class ListenerConfig

setImplementation

public EntryListenerConfig setImplementation(EntryListener implementation)

isLocal

public boolean isLocal()
Overrides:
isLocal in class ListenerConfig

setLocal

public EntryListenerConfig setLocal(boolean local)

isIncludeValue

public boolean isIncludeValue()
Overrides:
isIncludeValue in class ListenerConfig

setIncludeValue

public EntryListenerConfig setIncludeValue(boolean includeValue)

toString

public String toString()
Overrides:
toString in class ListenerConfig


Copyright © 2008-2012 Hazelcast, Inc. All Rights Reserved.