railo.runtime.cache.eh
Class DummyCacheEventListener

java.lang.Object
  extended by railo.runtime.cache.eh.DummyCacheEventListener
All Implemented Interfaces:
Serializable, Cloneable, net.sf.ehcache.event.CacheEventListener

public class DummyCacheEventListener
extends Object
implements net.sf.ehcache.event.CacheEventListener, Serializable

See Also:
Serialized Form

Constructor Summary
DummyCacheEventListener()
           
 
Method Summary
 Object clone()
           
 void dispose()
           
 void notifyElementEvicted(net.sf.ehcache.Ehcache arg0, net.sf.ehcache.Element el)
           
 void notifyElementExpired(net.sf.ehcache.Ehcache cache, net.sf.ehcache.Element el)
           
 void notifyElementPut(net.sf.ehcache.Ehcache arg0, net.sf.ehcache.Element el)
           
 void notifyElementRemoved(net.sf.ehcache.Ehcache cache, net.sf.ehcache.Element el)
           
 void notifyElementUpdated(net.sf.ehcache.Ehcache arg0, net.sf.ehcache.Element el)
           
 void notifyRemoveAll(net.sf.ehcache.Ehcache arg0)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyCacheEventListener

public DummyCacheEventListener()
Method Detail

notifyElementExpired

public void notifyElementExpired(net.sf.ehcache.Ehcache cache,
                                 net.sf.ehcache.Element el)
Specified by:
notifyElementExpired in interface net.sf.ehcache.event.CacheEventListener

notifyElementRemoved

public void notifyElementRemoved(net.sf.ehcache.Ehcache cache,
                                 net.sf.ehcache.Element el)
                          throws net.sf.ehcache.CacheException
Specified by:
notifyElementRemoved in interface net.sf.ehcache.event.CacheEventListener
Throws:
net.sf.ehcache.CacheException

dispose

public void dispose()
Specified by:
dispose in interface net.sf.ehcache.event.CacheEventListener

notifyElementEvicted

public void notifyElementEvicted(net.sf.ehcache.Ehcache arg0,
                                 net.sf.ehcache.Element el)
Specified by:
notifyElementEvicted in interface net.sf.ehcache.event.CacheEventListener

notifyElementPut

public void notifyElementPut(net.sf.ehcache.Ehcache arg0,
                             net.sf.ehcache.Element el)
                      throws net.sf.ehcache.CacheException
Specified by:
notifyElementPut in interface net.sf.ehcache.event.CacheEventListener
Throws:
net.sf.ehcache.CacheException

notifyElementUpdated

public void notifyElementUpdated(net.sf.ehcache.Ehcache arg0,
                                 net.sf.ehcache.Element el)
                          throws net.sf.ehcache.CacheException
Specified by:
notifyElementUpdated in interface net.sf.ehcache.event.CacheEventListener
Throws:
net.sf.ehcache.CacheException

notifyRemoveAll

public void notifyRemoveAll(net.sf.ehcache.Ehcache arg0)
Specified by:
notifyRemoveAll in interface net.sf.ehcache.event.CacheEventListener

clone

public Object clone()
Specified by:
clone in interface net.sf.ehcache.event.CacheEventListener
Overrides:
clone in class Object


Copyright © 2012 Railo