Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.cluster.ClusterExecutor

Packages that use ClusterExecutor
com.liferay.portal.cluster   
com.liferay.portal.kernel.cluster   
 

Uses of ClusterExecutor in com.liferay.portal.cluster
 

Classes in com.liferay.portal.cluster that implement ClusterExecutor
 class ClusterExecutorImpl
           
 

Methods in com.liferay.portal.cluster with parameters of type ClusterExecutor
 void ClusterMasterExecutorImpl.setClusterExecutor(ClusterExecutor clusterExecutor)
           
 

Uses of ClusterExecutor in com.liferay.portal.kernel.cluster
 

Methods in com.liferay.portal.kernel.cluster that return ClusterExecutor
static ClusterExecutor ClusterExecutorUtil.getClusterExecutor()
           
 

Methods in com.liferay.portal.kernel.cluster with parameters of type ClusterExecutor
 void ClusterExecutorUtil.setClusterExecutor(ClusterExecutor clusterExecutor)
           
 


Liferay 6.2-ce-ga5