| Constructor and Description |
|---|
MyCacheManagerEventListener() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
void |
dispose() |
net.sf.ehcache.Status |
getStatus() |
void |
init() |
void |
notifyCacheAdded(String arg0) |
void |
notifyCacheRemoved(String arg0) |
void |
notifyElementEvicted(net.sf.ehcache.Ehcache cache,
net.sf.ehcache.Element element) |
void |
notifyElementExpired(net.sf.ehcache.Ehcache cache,
net.sf.ehcache.Element element) |
void |
notifyElementPut(net.sf.ehcache.Ehcache cache,
net.sf.ehcache.Element element) |
void |
notifyElementRemoved(net.sf.ehcache.Ehcache cache,
net.sf.ehcache.Element element) |
void |
notifyElementUpdated(net.sf.ehcache.Ehcache cache,
net.sf.ehcache.Element element) |
void |
notifyRemoveAll(net.sf.ehcache.Ehcache cache) |
public void notifyElementRemoved(net.sf.ehcache.Ehcache cache,
net.sf.ehcache.Element element)
throws net.sf.ehcache.CacheException
notifyElementRemoved in interface net.sf.ehcache.event.CacheEventListenernet.sf.ehcache.CacheExceptionpublic void notifyElementPut(net.sf.ehcache.Ehcache cache,
net.sf.ehcache.Element element)
throws net.sf.ehcache.CacheException
notifyElementPut in interface net.sf.ehcache.event.CacheEventListenernet.sf.ehcache.CacheExceptionpublic void notifyElementUpdated(net.sf.ehcache.Ehcache cache,
net.sf.ehcache.Element element)
throws net.sf.ehcache.CacheException
notifyElementUpdated in interface net.sf.ehcache.event.CacheEventListenernet.sf.ehcache.CacheExceptionpublic void notifyElementExpired(net.sf.ehcache.Ehcache cache,
net.sf.ehcache.Element element)
notifyElementExpired in interface net.sf.ehcache.event.CacheEventListenerpublic void dispose()
dispose in interface net.sf.ehcache.event.CacheEventListenerdispose in interface net.sf.ehcache.event.CacheManagerEventListenerpublic Object clone() throws CloneNotSupportedException
clone in interface net.sf.ehcache.event.CacheEventListenerclone in class ObjectCloneNotSupportedExceptionpublic void notifyElementEvicted(net.sf.ehcache.Ehcache cache,
net.sf.ehcache.Element element)
notifyElementEvicted in interface net.sf.ehcache.event.CacheEventListenerpublic void notifyRemoveAll(net.sf.ehcache.Ehcache cache)
notifyRemoveAll in interface net.sf.ehcache.event.CacheEventListenerpublic net.sf.ehcache.Status getStatus()
getStatus in interface net.sf.ehcache.event.CacheManagerEventListenerpublic void init()
throws net.sf.ehcache.CacheException
init in interface net.sf.ehcache.event.CacheManagerEventListenernet.sf.ehcache.CacheExceptionpublic void notifyCacheAdded(String arg0)
notifyCacheAdded in interface net.sf.ehcache.event.CacheManagerEventListenerpublic void notifyCacheRemoved(String arg0)
notifyCacheRemoved in interface net.sf.ehcache.event.CacheManagerEventListenerCopyright © 2014. All Rights Reserved.