Class BaseClusterMasterTokenTransitionListener
Object
com.liferay.portal.kernel.cluster.BaseClusterMasterTokenTransitionListener
- All Implemented Interfaces:
ClusterMasterTokenTransitionListener
public abstract class BaseClusterMasterTokenTransitionListener
extends Object
implements ClusterMasterTokenTransitionListener
- Author:
- Michael C. Han
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract void
protected abstract void
void
void
-
Constructor Details
-
BaseClusterMasterTokenTransitionListener
public BaseClusterMasterTokenTransitionListener()
-
-
Method Details
-
masterTokenAcquired
public void masterTokenAcquired()- Specified by:
masterTokenAcquired
in interfaceClusterMasterTokenTransitionListener
-
masterTokenReleased
public void masterTokenReleased()- Specified by:
masterTokenReleased
in interfaceClusterMasterTokenTransitionListener
-
doMasterTokenAcquired
- Throws:
Exception
-
doMasterTokenReleased
- Throws:
Exception
-