Liferay 6.2-ce-ga5

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

Packages that use ClusterMasterTokenTransitionListener
com.liferay.portal.backgroundtask   
com.liferay.portal.cluster   
com.liferay.portal.kernel.cluster   
 

Uses of ClusterMasterTokenTransitionListener in com.liferay.portal.backgroundtask
 

Classes in com.liferay.portal.backgroundtask that implement ClusterMasterTokenTransitionListener
 class BackgroundTaskClusterMasterTokenTransitionListener
           
 

Uses of ClusterMasterTokenTransitionListener in com.liferay.portal.cluster
 

Methods in com.liferay.portal.cluster with parameters of type ClusterMasterTokenTransitionListener
 void ClusterMasterExecutorImpl.registerClusterMasterTokenTransitionListener(ClusterMasterTokenTransitionListener clusterMasterTokenTransitionListener)
           
 void ClusterMasterExecutorImpl.unregisterClusterMasterTokenTransitionListener(ClusterMasterTokenTransitionListener clusterMasterTokenTransitionListener)
           
 

Method parameters in com.liferay.portal.cluster with type arguments of type ClusterMasterTokenTransitionListener
 void ClusterMasterExecutorImpl.setClusterMasterTokenTransitionListeners(Set<ClusterMasterTokenTransitionListener> clusterMasterTokenTransitionListeners)
           
 

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

Classes in com.liferay.portal.kernel.cluster that implement ClusterMasterTokenTransitionListener
 class BaseClusterMasterTokenTransitionListener
           
 

Methods in com.liferay.portal.kernel.cluster with parameters of type ClusterMasterTokenTransitionListener
 void ClusterMasterExecutor.registerClusterMasterTokenTransitionListener(ClusterMasterTokenTransitionListener clusterMasterTokenAcquisitionListener)
           
static void ClusterMasterExecutorUtil.registerClusterMasterTokenTransitionListener(ClusterMasterTokenTransitionListener clusterMasterTokenTransitionListener)
           
 void ClusterMasterExecutor.unregisterClusterMasterTokenTransitionListener(ClusterMasterTokenTransitionListener clusterMasterTokenAcquisitionListener)
           
static void ClusterMasterExecutorUtil.unregisterClusterMasterTokenTransitionListener(ClusterMasterTokenTransitionListener clusterMasterTokenTransitionListener)
           
 


Liferay 6.2-ce-ga5