Liferay 6.1.2-ce-ga3

com.liferay.portal.cache.ehcache
Class EhcacheStreamBootstrapHelpUtil

java.lang.Object
  extended by com.liferay.portal.cache.ehcache.EhcacheStreamBootstrapHelpUtil

public class EhcacheStreamBootstrapHelpUtil
extends Object


Constructor Summary
EhcacheStreamBootstrapHelpUtil()
           
 
Method Summary
static void acquireCachePeers(net.sf.ehcache.Ehcache ehcache)
           
static ServerSocket createServerSocket(int startPort)
           
static SocketAddress createServerSocketFromCluster(String cacheName)
           
protected static void loadCachesFromCluster(net.sf.ehcache.Ehcache ehcache)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EhcacheStreamBootstrapHelpUtil

public EhcacheStreamBootstrapHelpUtil()
Method Detail

acquireCachePeers

public static void acquireCachePeers(net.sf.ehcache.Ehcache ehcache)
                              throws Exception
Throws:
Exception

createServerSocket

public static ServerSocket createServerSocket(int startPort)
                                       throws Exception
Throws:
Exception

createServerSocketFromCluster

public static SocketAddress createServerSocketFromCluster(String cacheName)
                                                   throws Exception
Throws:
Exception

loadCachesFromCluster

protected static void loadCachesFromCluster(net.sf.ehcache.Ehcache ehcache)
                                     throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3