com.jdon.components.encache
类 EhCacheListener

java.lang.Object
  继承者 com.jdon.components.encache.EhCacheListener
所有已实现的接口:
Cloneable, net.sf.ehcache.event.CacheEventListener

public class EhCacheListener
extends Object
implements net.sf.ehcache.event.CacheEventListener

need configure in META-INF/jdon_ehcache.xml

作者:
banq

构造方法摘要
EhCacheListener()
           
 
方法摘要
 Object clone()
           
 void dispose()
           
 void notifyElementEvicted(net.sf.ehcache.Ehcache arg0, net.sf.ehcache.Element e)
           
 void notifyElementExpired(net.sf.ehcache.Ehcache arg0, net.sf.ehcache.Element e)
           
 void notifyElementPut(net.sf.ehcache.Ehcache arg0, net.sf.ehcache.Element e)
           
 void notifyElementRemoved(net.sf.ehcache.Ehcache arg0, net.sf.ehcache.Element e)
           
 void notifyElementUpdated(net.sf.ehcache.Ehcache arg0, net.sf.ehcache.Element e)
           
 void notifyRemoveAll(net.sf.ehcache.Ehcache ehcache)
           
 
从类 java.lang.Object 继承的方法
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

EhCacheListener

public EhCacheListener()
方法详细信息

dispose

public void dispose()
指定者:
接口 net.sf.ehcache.event.CacheEventListener 中的 dispose

notifyElementEvicted

public void notifyElementEvicted(net.sf.ehcache.Ehcache arg0,
                                 net.sf.ehcache.Element e)
指定者:
接口 net.sf.ehcache.event.CacheEventListener 中的 notifyElementEvicted

notifyElementExpired

public void notifyElementExpired(net.sf.ehcache.Ehcache arg0,
                                 net.sf.ehcache.Element e)
指定者:
接口 net.sf.ehcache.event.CacheEventListener 中的 notifyElementExpired

notifyElementPut

public void notifyElementPut(net.sf.ehcache.Ehcache arg0,
                             net.sf.ehcache.Element e)
                      throws net.sf.ehcache.CacheException
指定者:
接口 net.sf.ehcache.event.CacheEventListener 中的 notifyElementPut
抛出:
net.sf.ehcache.CacheException

notifyElementRemoved

public void notifyElementRemoved(net.sf.ehcache.Ehcache arg0,
                                 net.sf.ehcache.Element e)
                          throws net.sf.ehcache.CacheException
指定者:
接口 net.sf.ehcache.event.CacheEventListener 中的 notifyElementRemoved
抛出:
net.sf.ehcache.CacheException

notifyElementUpdated

public void notifyElementUpdated(net.sf.ehcache.Ehcache arg0,
                                 net.sf.ehcache.Element e)
                          throws net.sf.ehcache.CacheException
指定者:
接口 net.sf.ehcache.event.CacheEventListener 中的 notifyElementUpdated
抛出:
net.sf.ehcache.CacheException

notifyRemoveAll

public void notifyRemoveAll(net.sf.ehcache.Ehcache ehcache)
指定者:
接口 net.sf.ehcache.event.CacheEventListener 中的 notifyRemoveAll

clone

public Object clone()
             throws CloneNotSupportedException
指定者:
接口 net.sf.ehcache.event.CacheEventListener 中的 clone
覆盖:
Object 中的 clone
抛出:
CloneNotSupportedException


Copyright © 2013. All Rights Reserved.