public class EhcachePortalCacheClusterReplicator
extends java.lang.Object
implements net.sf.ehcache.distribution.CacheReplicator
| Constructor and Description |
|---|
EhcachePortalCacheClusterReplicator(java.util.Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
alive() |
java.lang.Object |
clone() |
void |
dispose() |
boolean |
isReplicateUpdatesViaCopy() |
boolean |
notAlive() |
void |
notifyElementEvicted(net.sf.ehcache.Ehcache ehcache,
net.sf.ehcache.Element element) |
void |
notifyElementExpired(net.sf.ehcache.Ehcache ehcache,
net.sf.ehcache.Element element) |
void |
notifyElementPut(net.sf.ehcache.Ehcache ehcache,
net.sf.ehcache.Element element) |
void |
notifyElementRemoved(net.sf.ehcache.Ehcache ehcache,
net.sf.ehcache.Element element) |
void |
notifyElementUpdated(net.sf.ehcache.Ehcache ehcache,
net.sf.ehcache.Element element) |
void |
notifyRemoveAll(net.sf.ehcache.Ehcache ehcache) |
public EhcachePortalCacheClusterReplicator(java.util.Properties properties)
public boolean alive()
alive in interface net.sf.ehcache.distribution.CacheReplicatorpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in interface net.sf.ehcache.event.CacheEventListenerclone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic void dispose()
dispose in interface net.sf.ehcache.event.CacheEventListenerpublic boolean isReplicateUpdatesViaCopy()
isReplicateUpdatesViaCopy in interface net.sf.ehcache.distribution.CacheReplicatorpublic boolean notAlive()
notAlive in interface net.sf.ehcache.distribution.CacheReplicatorpublic void notifyElementEvicted(net.sf.ehcache.Ehcache ehcache,
net.sf.ehcache.Element element)
notifyElementEvicted in interface net.sf.ehcache.event.CacheEventListenerpublic void notifyElementExpired(net.sf.ehcache.Ehcache ehcache,
net.sf.ehcache.Element element)
notifyElementExpired in interface net.sf.ehcache.event.CacheEventListenerpublic void notifyElementPut(net.sf.ehcache.Ehcache ehcache,
net.sf.ehcache.Element element)
throws net.sf.ehcache.CacheException
notifyElementPut in interface net.sf.ehcache.event.CacheEventListenernet.sf.ehcache.CacheExceptionpublic void notifyElementRemoved(net.sf.ehcache.Ehcache ehcache,
net.sf.ehcache.Element element)
throws net.sf.ehcache.CacheException
notifyElementRemoved in interface net.sf.ehcache.event.CacheEventListenernet.sf.ehcache.CacheExceptionpublic void notifyElementUpdated(net.sf.ehcache.Ehcache ehcache,
net.sf.ehcache.Element element)
throws net.sf.ehcache.CacheException
notifyElementUpdated in interface net.sf.ehcache.event.CacheEventListenernet.sf.ehcache.CacheExceptionpublic void notifyRemoveAll(net.sf.ehcache.Ehcache ehcache)
notifyRemoveAll in interface net.sf.ehcache.event.CacheEventListener