Liferay 6.2-ce-ga5

com.liferay.portal.backgroundtask
Class BackgroundTaskClusterMasterTokenTransitionListener

java.lang.Object
  extended by com.liferay.portal.kernel.cluster.BaseClusterMasterTokenTransitionListener
      extended by com.liferay.portal.backgroundtask.BackgroundTaskClusterMasterTokenTransitionListener
All Implemented Interfaces:
ClusterMasterTokenTransitionListener

public class BackgroundTaskClusterMasterTokenTransitionListener
extends BaseClusterMasterTokenTransitionListener


Constructor Summary
BackgroundTaskClusterMasterTokenTransitionListener()
           
 
Method Summary
protected  void doMasterTokenAcquired()
           
protected  void doMasterTokenReleased()
           
 
Methods inherited from class com.liferay.portal.kernel.cluster.BaseClusterMasterTokenTransitionListener
masterTokenAcquired, masterTokenReleased
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackgroundTaskClusterMasterTokenTransitionListener

public BackgroundTaskClusterMasterTokenTransitionListener()
Method Detail

doMasterTokenAcquired

protected void doMasterTokenAcquired()
                              throws Exception
Specified by:
doMasterTokenAcquired in class BaseClusterMasterTokenTransitionListener
Throws:
Exception

doMasterTokenReleased

protected void doMasterTokenReleased()
                              throws Exception
Specified by:
doMasterTokenReleased in class BaseClusterMasterTokenTransitionListener
Throws:
Exception

Liferay 6.2-ce-ga5