Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.kernel.management.ManageActionException

Packages that use ManageActionException
com.liferay.portal.kernel.management   
com.liferay.portal.kernel.management.jmx   
com.liferay.portal.management   
 

Uses of ManageActionException in com.liferay.portal.kernel.management
 

Methods in com.liferay.portal.kernel.management that throw ManageActionException
 T ManageAction.action()
           
 FutureClusterResponses ClusterManageActionWrapper.action()
           
protected  FutureClusterResponses ClusterManageActionWrapper.doAction()
           
static FutureClusterResponses PortalManagerUtil.manage(ClusterGroup clusterGroup, ManageAction<?> manageAction)
           
static
<T> T
PortalManagerUtil.manage(ManageAction<T> manageAction)
           
<T> T
PortalManager.manage(ManageAction<T> manageAction)
           
protected  void ClusterManageActionWrapper.verifyClusterGroup()
           
 

Uses of ManageActionException in com.liferay.portal.kernel.management.jmx
 

Methods in com.liferay.portal.kernel.management.jmx that throw ManageActionException
 Set<MBean> ListMBeansAction.action()
           
 Void SetAttributeAction.action()
           
 AttributeList GetAttributesAction.action()
           
 Object DoOperationAction.action()
           
 MBean LoadMBeanInfoAction.action()
           
 

Uses of ManageActionException in com.liferay.portal.management
 

Methods in com.liferay.portal.management that throw ManageActionException
<T> T
BasePortalManager.manage(ManageAction<T> manageAction)
           
 


Liferay 6.1.2-ce-ga3