com.liferay.portal.cache.cluster
Class EhcachePortalCacheClusterReplicator
java.lang.Object
com.liferay.portal.cache.cluster.EhcachePortalCacheClusterReplicator
- All Implemented Interfaces:
- java.lang.Cloneable, net.sf.ehcache.distribution.CacheReplicator, net.sf.ehcache.event.CacheEventListener
public class EhcachePortalCacheClusterReplicator
- extends java.lang.Object
- implements net.sf.ehcache.distribution.CacheReplicator
View Source
- Author:
- Shuyang Zhou
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EhcachePortalCacheClusterReplicator
public EhcachePortalCacheClusterReplicator()
alive
public boolean alive()
- Specified by:
alive in interface net.sf.ehcache.distribution.CacheReplicator
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Specified by:
clone in interface net.sf.ehcache.event.CacheEventListener- Overrides:
clone in class java.lang.Object
- Throws:
java.lang.CloneNotSupportedException
dispose
public void dispose()
- Specified by:
dispose in interface net.sf.ehcache.event.CacheEventListener
isReplicateUpdatesViaCopy
public boolean isReplicateUpdatesViaCopy()
- Specified by:
isReplicateUpdatesViaCopy in interface net.sf.ehcache.distribution.CacheReplicator
notAlive
public boolean notAlive()
- Specified by:
notAlive in interface net.sf.ehcache.distribution.CacheReplicator
notifyElementEvicted
public void notifyElementEvicted(net.sf.ehcache.Ehcache ehcache,
net.sf.ehcache.Element element)
- Specified by:
notifyElementEvicted in interface net.sf.ehcache.event.CacheEventListener
notifyElementExpired
public void notifyElementExpired(net.sf.ehcache.Ehcache ehcache,
net.sf.ehcache.Element element)
- Specified by:
notifyElementExpired in interface net.sf.ehcache.event.CacheEventListener
notifyElementPut
public void notifyElementPut(net.sf.ehcache.Ehcache ehcache,
net.sf.ehcache.Element element)
throws net.sf.ehcache.CacheException
- Specified by:
notifyElementPut in interface net.sf.ehcache.event.CacheEventListener
- Throws:
net.sf.ehcache.CacheException
notifyElementRemoved
public void notifyElementRemoved(net.sf.ehcache.Ehcache ehcache,
net.sf.ehcache.Element element)
throws net.sf.ehcache.CacheException
- Specified by:
notifyElementRemoved in interface net.sf.ehcache.event.CacheEventListener
- Throws:
net.sf.ehcache.CacheException
notifyElementUpdated
public void notifyElementUpdated(net.sf.ehcache.Ehcache ehcache,
net.sf.ehcache.Element element)
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 ehcache)
- Specified by:
notifyRemoveAll in interface net.sf.ehcache.event.CacheEventListener