Liferay 7.0-ce-m6

com.liferay.portal.kernel.cache.bootstrap
Class ClusterLinkBootstrapLoaderHelperUtil

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

public class ClusterLinkBootstrapLoaderHelperUtil
extends Object


Constructor Summary
ClusterLinkBootstrapLoaderHelperUtil()
           
 
Method Summary
static SocketAddress createServerSocketFromCluster(String portalCacheManagerName, List<String> portalCacheNames)
           
static boolean isSkipped()
           
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

isSkipped

public static boolean isSkipped()

loadCachesFromCluster

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

start

public static void start()

Liferay 7.0-ce-m6