Liferay 7.0-ce-m3

com.liferay.portal.cache.bootstrap
Class ClusterLinkBootstrapLoader

java.lang.Object
  extended by com.liferay.portal.cache.bootstrap.ClusterLinkBootstrapLoader
All Implemented Interfaces:
BootstrapLoader

public class ClusterLinkBootstrapLoader
extends Object
implements BootstrapLoader


Constructor Summary
ClusterLinkBootstrapLoader(Properties properties)
           
 
Method Summary
protected  void doLoad(String portalCacheManagerName, String portalCacheName)
           
 boolean isAsynchronous()
           
 void load(String portalCacheManagerName, String portalCacheName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterLinkBootstrapLoader

public ClusterLinkBootstrapLoader(Properties properties)
Method Detail

isAsynchronous

public boolean isAsynchronous()
Specified by:
isAsynchronous in interface BootstrapLoader

load

public void load(String portalCacheManagerName,
                 String portalCacheName)
Specified by:
load in interface BootstrapLoader

doLoad

protected void doLoad(String portalCacheManagerName,
                      String portalCacheName)

Liferay 7.0-ce-m3