Liferay 6.1.2-ce-ga3

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:
PortalCacheClusterChannel, Runnable

public class ClusterLinkPortalCacheClusterChannel
extends BasePortalCacheClusterChannel


Constructor Summary
ClusterLinkPortalCacheClusterChannel(String destinationName, Priority priority)
           
 
Method Summary
 void dispatchEvent(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(String destinationName,
                                            Priority priority)
Method Detail

dispatchEvent

public void dispatchEvent(PortalCacheClusterEvent portalCacheClusterEvent)
Specified by:
dispatchEvent in class BasePortalCacheClusterChannel

Liferay 6.1.2-ce-ga3