Liferay 6.2-ce-ga5

com.liferay.portal.kernel.cache.cluster
Class PortalCacheClusterEvent

java.lang.Object
  extended by com.liferay.portal.kernel.cache.cluster.PortalCacheClusterEvent
All Implemented Interfaces:
Serializable

public class PortalCacheClusterEvent
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PortalCacheClusterEvent(String cacheName, Serializable elementKey, PortalCacheClusterEventType portalCacheClusterEventType)
           
PortalCacheClusterEvent(String cacheName, Serializable elementKey, Serializable elementValue, PortalCacheClusterEventType portalCacheClusterEventType)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCacheName()
           
 Serializable getElementKey()
           
 Serializable getElementValue()
           
 PortalCacheClusterEventType getEventType()
           
 int hashCode()
           
 void setElementValue(Serializable elementValue)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortalCacheClusterEvent

public PortalCacheClusterEvent(String cacheName,
                               Serializable elementKey,
                               PortalCacheClusterEventType portalCacheClusterEventType)

PortalCacheClusterEvent

public PortalCacheClusterEvent(String cacheName,
                               Serializable elementKey,
                               Serializable elementValue,
                               PortalCacheClusterEventType portalCacheClusterEventType)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getCacheName

public String getCacheName()

getElementKey

public Serializable getElementKey()

getElementValue

public Serializable getElementValue()

getEventType

public PortalCacheClusterEventType getEventType()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

setElementValue

public void setElementValue(Serializable elementValue)

toString

public String toString()
Overrides:
toString in class Object

Liferay 6.2-ce-ga5