org.apache.camel.component.hazelcast.listener
Class CamelEntryListener

java.lang.Object
  extended by org.apache.camel.component.hazelcast.listener.CamelListener
      extended by org.apache.camel.component.hazelcast.listener.CamelEntryListener
All Implemented Interfaces:
com.hazelcast.core.EntryListener<Object,Object>, EventListener

public class CamelEntryListener
extends CamelListener
implements com.hazelcast.core.EntryListener<Object,Object>


Constructor Summary
CamelEntryListener(HazelcastDefaultConsumer consumer, String cacheName)
           
 
Method Summary
 void entryAdded(com.hazelcast.core.EntryEvent<Object,Object> event)
           
 void entryEvicted(com.hazelcast.core.EntryEvent<Object,Object> event)
           
 void entryRemoved(com.hazelcast.core.EntryEvent<Object,Object> event)
           
 void entryUpdated(com.hazelcast.core.EntryEvent<Object,Object> event)
           
 
Methods inherited from class org.apache.camel.component.hazelcast.listener.CamelListener
getCacheName, getConsumer, sendExchange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CamelEntryListener

public CamelEntryListener(HazelcastDefaultConsumer consumer,
                          String cacheName)
Method Detail

entryAdded

public void entryAdded(com.hazelcast.core.EntryEvent<Object,Object> event)
Specified by:
entryAdded in interface com.hazelcast.core.EntryListener<Object,Object>

entryEvicted

public void entryEvicted(com.hazelcast.core.EntryEvent<Object,Object> event)
Specified by:
entryEvicted in interface com.hazelcast.core.EntryListener<Object,Object>

entryRemoved

public void entryRemoved(com.hazelcast.core.EntryEvent<Object,Object> event)
Specified by:
entryRemoved in interface com.hazelcast.core.EntryListener<Object,Object>

entryUpdated

public void entryUpdated(com.hazelcast.core.EntryEvent<Object,Object> event)
Specified by:
entryUpdated in interface com.hazelcast.core.EntryListener<Object,Object>


Apache Camel