Liferay 6.0-ee

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 destination, 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 destination,
                                            Priority priority)
Method Detail

dispatchEvent

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

Liferay 6.0-ee