com.liferay.portal.cache.cluster.clusterlink
Class ClusterLinkPortalCacheClusterChannel

java.lang.Object
  extended by com.liferay.portal.kernel.cache.cluster.BasePortalCacheClusterChannel
      extended by com.liferay.portal.cache.cluster.clusterlink.ClusterLinkPortalCacheClusterChannel
All Implemented Interfaces:
com.liferay.portal.kernel.cache.cluster.PortalCacheClusterChannel, java.lang.Runnable

public class ClusterLinkPortalCacheClusterChannel
extends com.liferay.portal.kernel.cache.cluster.BasePortalCacheClusterChannel

View Source

Author:
Shuyang Zhou

Constructor Summary
ClusterLinkPortalCacheClusterChannel(java.lang.String destinationName, com.liferay.portal.kernel.cluster.Priority priority)
           
 
Method Summary
 void dispatchEvent(com.liferay.portal.kernel.cache.cluster.PortalCacheClusterEvent portalCacheClusterEvent)
           
 
Methods inherited from class com.liferay.portal.kernel.cache.cluster.BasePortalCacheClusterChannel
destroy, getCoalescedEventNumber, getPendingEventNumber, getSentEventNumber, run, sendEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterLinkPortalCacheClusterChannel

public ClusterLinkPortalCacheClusterChannel(java.lang.String destinationName,
                                            com.liferay.portal.kernel.cluster.Priority priority)
Method Detail

dispatchEvent

public void dispatchEvent(com.liferay.portal.kernel.cache.cluster.PortalCacheClusterEvent portalCacheClusterEvent)
Specified by:
dispatchEvent in class com.liferay.portal.kernel.cache.cluster.BasePortalCacheClusterChannel