com.liferay.portal.kernel.cache.cluster
Class PortalCacheClusterEvent
java.lang.Object
com.liferay.portal.kernel.cache.cluster.PortalCacheClusterEvent
- All Implemented Interfaces:
- java.io.Serializable
public class PortalCacheClusterEvent
- extends java.lang.Object
- implements java.io.Serializable
View Source
- Author:
- Shuyang Zhou
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PortalCacheClusterEvent
public PortalCacheClusterEvent(java.lang.String cacheName,
java.io.Serializable elementKey,
PortalCacheClusterEventType portalCacheClusterEventType)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
getCacheName
public java.lang.String getCacheName()
getElementKey
public java.io.Serializable getElementKey()
getEventType
public PortalCacheClusterEventType getEventType()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object