Liferay 6.0.5

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)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCacheName()
           
 Serializable getElementKey()
           
 PortalCacheClusterEventType getEventType()
           
 int hashCode()
           
 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)
Method Detail

equals

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

getCacheName

public String getCacheName()

getElementKey

public Serializable getElementKey()

getEventType

public PortalCacheClusterEventType getEventType()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

Liferay 6.0.5