com.atlassian.confluence.cache.hazelcast.logging
Class LoggingEntryListener<K,V>

java.lang.Object
  extended by com.atlassian.confluence.cache.hazelcast.logging.LoggingEntryListener<K,V>
All Implemented Interfaces:
com.hazelcast.core.EntryListener<K,V>, java.util.EventListener

public class LoggingEntryListener<K,V>
extends java.lang.Object
implements com.hazelcast.core.EntryListener<K,V>


Constructor Summary
LoggingEntryListener()
           
 
Method Summary
 void entryAdded(com.hazelcast.core.EntryEvent<K,V> event)
           
 void entryEvicted(com.hazelcast.core.EntryEvent<K,V> event)
           
 void entryRemoved(com.hazelcast.core.EntryEvent<K,V> event)
           
 void entryUpdated(com.hazelcast.core.EntryEvent<K,V> event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingEntryListener

public LoggingEntryListener()
Method Detail

entryAdded

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

entryRemoved

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

entryUpdated

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

entryEvicted

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


Copyright © 2003-2014 Atlassian. All Rights Reserved.