Liferay 6.0.5

Uses of Interface
com.liferay.portal.kernel.management.ManageAction

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

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

Classes in com.liferay.portal.kernel.management that implement ManageAction
 class ClusterManageActionWrapper
           
 

Methods in com.liferay.portal.kernel.management with parameters of type ManageAction
static MethodHandler PortalManagerUtil.createManageActionMethodHandler(ManageAction manageAction)
           
static void PortalManagerUtil.manage(ClusterGroup clusterGroup, ManageAction manageAction)
           
static void PortalManagerUtil.manage(ManageAction manageAction)
           
 void PortalManager.manage(ManageAction manageAction)
           
 

Constructors in com.liferay.portal.kernel.management with parameters of type ManageAction
ClusterManageActionWrapper(ClusterGroup clusterGroup, ManageAction manageAction)
           
 

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

Classes in com.liferay.portal.kernel.management.jmx that implement ManageAction
 class BaseJMXManageAction
           
 class DoOperationAction
           
 class GetAttributesAction
           
 class ListDomainsAction
           
 class ListMBeansAction
           
 class LoadMBeanInfoAction
           
 class SetAttributeAction
           
 

Uses of ManageAction in com.liferay.portal.management
 

Methods in com.liferay.portal.management with parameters of type ManageAction
 void BasePortalManager.manage(ManageAction manageAction)
           
 


Liferay 6.0.5