Liferay 6.2-ce-ga5

com.liferay.portal.kernel.cluster
Class BaseClusterMasterTokenTransitionListener

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

public abstract class BaseClusterMasterTokenTransitionListener
extends Object
implements ClusterMasterTokenTransitionListener


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

Constructor Detail

BaseClusterMasterTokenTransitionListener

public BaseClusterMasterTokenTransitionListener()
Method Detail

masterTokenAcquired

public void masterTokenAcquired()
Specified by:
masterTokenAcquired in interface ClusterMasterTokenTransitionListener

masterTokenReleased

public void masterTokenReleased()
Specified by:
masterTokenReleased in interface ClusterMasterTokenTransitionListener

doMasterTokenAcquired

protected abstract void doMasterTokenAcquired()
                                       throws Exception
Throws:
Exception

doMasterTokenReleased

protected abstract void doMasterTokenReleased()
                                       throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5