Liferay 6.1.0

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()
           
 
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

Liferay 6.1.0