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

java.lang.Object
  extended by com.liferay.portal.cache.cluster.clusterlink.ClusterLinkPortalCacheClusterChannelFactory
All Implemented Interfaces:
com.liferay.portal.kernel.cache.cluster.PortalCacheClusterChannelFactory

public class ClusterLinkPortalCacheClusterChannelFactory
extends java.lang.Object
implements com.liferay.portal.kernel.cache.cluster.PortalCacheClusterChannelFactory

View Source

Author:
Shuyang Zhou

Constructor Summary
ClusterLinkPortalCacheClusterChannelFactory()
           
 
Method Summary
 com.liferay.portal.kernel.cache.cluster.PortalCacheClusterChannel createPortalCacheClusterChannel()
           
 void setDestinationName(java.lang.String destinationName)
           
 void setPriorities(java.util.List<com.liferay.portal.kernel.cluster.Priority> priorities)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterLinkPortalCacheClusterChannelFactory

public ClusterLinkPortalCacheClusterChannelFactory()
Method Detail

createPortalCacheClusterChannel

public com.liferay.portal.kernel.cache.cluster.PortalCacheClusterChannel createPortalCacheClusterChannel()
                                                                                                  throws com.liferay.portal.kernel.cache.cluster.PortalCacheClusterException
Specified by:
createPortalCacheClusterChannel in interface com.liferay.portal.kernel.cache.cluster.PortalCacheClusterChannelFactory
Throws:
com.liferay.portal.kernel.cache.cluster.PortalCacheClusterException

setDestinationName

public void setDestinationName(java.lang.String destinationName)

setPriorities

public void setPriorities(java.util.List<com.liferay.portal.kernel.cluster.Priority> priorities)