Liferay 6.1.2-ce-ga3

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

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

public class ClusterLinkPortalCacheClusterChannelFactory
extends Object
implements PortalCacheClusterChannelFactory


Constructor Summary
ClusterLinkPortalCacheClusterChannelFactory()
           
 
Method Summary
 PortalCacheClusterChannel createPortalCacheClusterChannel()
           
 void setDestinationName(String destinationName)
           
 void setPriorities(List<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 PortalCacheClusterChannel createPortalCacheClusterChannel()
                                                          throws PortalCacheClusterException
Specified by:
createPortalCacheClusterChannel in interface PortalCacheClusterChannelFactory
Throws:
PortalCacheClusterException

setDestinationName

public void setDestinationName(String destinationName)

setPriorities

public void setPriorities(List<Priority> priorities)

Liferay 6.1.2-ce-ga3