|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.cache.cluster.PortalCacheClusterEvent
public class PortalCacheClusterEvent
| Constructor Summary | |
|---|---|
PortalCacheClusterEvent(String portalCacheManagerName,
String portalCacheName,
Serializable elementKey,
PortalCacheClusterEventType portalCacheClusterEventType)
|
|
PortalCacheClusterEvent(String portalCacheManagerName,
String portalCacheName,
Serializable elementKey,
Serializable elementValue,
int timeToLive,
PortalCacheClusterEventType portalCacheClusterEventType)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Serializable |
getElementKey()
|
Serializable |
getElementValue()
|
PortalCacheClusterEventType |
getEventType()
|
String |
getPortalCacheManagerName()
|
String |
getPortalCacheName()
|
int |
getTimeToLive()
|
int |
hashCode()
|
void |
setElementValue(Serializable elementValue)
|
void |
setTimeToLive(int timeToLive)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PortalCacheClusterEvent(String portalCacheManagerName,
String portalCacheName,
Serializable elementKey,
PortalCacheClusterEventType portalCacheClusterEventType)
public PortalCacheClusterEvent(String portalCacheManagerName,
String portalCacheName,
Serializable elementKey,
Serializable elementValue,
int timeToLive,
PortalCacheClusterEventType portalCacheClusterEventType)
| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Objectpublic Serializable getElementKey()
public Serializable getElementValue()
public PortalCacheClusterEventType getEventType()
public String getPortalCacheManagerName()
public String getPortalCacheName()
public int getTimeToLive()
public int hashCode()
hashCode in class Objectpublic void setElementValue(Serializable elementValue)
public void setTimeToLive(int timeToLive)
public String toString()
toString in class Object
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||