Liferay 7.0-ce-m3

com.liferay.portal.cache.bootstrap
Class ClusterLinkBootstrapLoaderHelperUtil

java.lang.Object
  extended by com.liferay.portal.cache.bootstrap.ClusterLinkBootstrapLoaderHelperUtil

public class ClusterLinkBootstrapLoaderHelperUtil
extends Object


Constructor Summary
ClusterLinkBootstrapLoaderHelperUtil()
           
 
Method Summary
static SocketAddress createServerSocketFromCluster(String portalCacheManagerName, List<String> portalCacheNames)
           
protected static boolean isSkipped()
           
protected static void loadCachesFromCluster(String portalCacheManagerName, String... portalCacheNames)
           
static void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterLinkBootstrapLoaderHelperUtil

public ClusterLinkBootstrapLoaderHelperUtil()
Method Detail

createServerSocketFromCluster

public static SocketAddress createServerSocketFromCluster(String portalCacheManagerName,
                                                          List<String> portalCacheNames)
                                                   throws Exception
Throws:
Exception

start

public static void start()

isSkipped

protected static boolean isSkipped()

loadCachesFromCluster

protected static void loadCachesFromCluster(String portalCacheManagerName,
                                            String... portalCacheNames)
                                     throws Exception
Throws:
Exception

Liferay 7.0-ce-m3