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

java.lang.Object
  extended by java.lang.Thread
      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

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ClusterLinkPortalCacheClusterChannel(java.lang.String destination, 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.Thread
activeCount, checkAccess, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClusterLinkPortalCacheClusterChannel

public ClusterLinkPortalCacheClusterChannel(java.lang.String destination,
                                            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