Liferay 6.2-ce-ga5

com.liferay.portal.kernel.management
Class ClusterManageActionWrapper

java.lang.Object
  extended by com.liferay.portal.kernel.management.ClusterManageActionWrapper
All Implemented Interfaces:
ManageAction<FutureClusterResponses>, Serializable

public class ClusterManageActionWrapper
extends Object
implements ManageAction<FutureClusterResponses>

See Also:
Serialized Form

Constructor Summary
ClusterManageActionWrapper(ClusterGroup clusterGroup, ManageAction<?> manageAction)
           
 
Method Summary
 FutureClusterResponses action()
           
protected  FutureClusterResponses doAction()
           
protected  void verifyClusterGroup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterManageActionWrapper

public ClusterManageActionWrapper(ClusterGroup clusterGroup,
                                  ManageAction<?> manageAction)
Method Detail

action

public FutureClusterResponses action()
                              throws ManageActionException
Specified by:
action in interface ManageAction<FutureClusterResponses>
Throws:
ManageActionException

doAction

protected FutureClusterResponses doAction()
                                   throws ManageActionException,
                                          SystemException
Throws:
ManageActionException
SystemException

verifyClusterGroup

protected void verifyClusterGroup()
                           throws ManageActionException
Throws:
ManageActionException

Liferay 6.2-ce-ga5