Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.kernel.cache.cluster.PortalCacheClusterEventType

Packages that use PortalCacheClusterEventType
com.liferay.portal.kernel.cache.cluster   
 

Uses of PortalCacheClusterEventType in com.liferay.portal.kernel.cache.cluster
 

Methods in com.liferay.portal.kernel.cache.cluster that return PortalCacheClusterEventType
 PortalCacheClusterEventType PortalCacheClusterEvent.getEventType()
           
static PortalCacheClusterEventType PortalCacheClusterEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PortalCacheClusterEventType[] PortalCacheClusterEventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.liferay.portal.kernel.cache.cluster with parameters of type PortalCacheClusterEventType
PortalCacheClusterEvent(String cacheName, Serializable elementKey, PortalCacheClusterEventType portalCacheClusterEventType)
           
PortalCacheClusterEvent(String cacheName, Serializable elementKey, Serializable elementValue, PortalCacheClusterEventType portalCacheClusterEventType)
           
 


Liferay 6.2-ce-ga5