Package | Description |
---|---|
com.liferay.portal.kernel.management | |
com.liferay.portal.kernel.management.jmx |
Modifier and Type | Class and Description |
---|---|
class |
ClusterManageActionWrapper |
Modifier and Type | Method and Description |
---|---|
static MethodHandler |
PortalManagerUtil.createManageActionMethodHandler(ManageAction<?> manageAction) |
static FutureClusterResponses |
PortalManagerUtil.manage(ClusterGroup clusterGroup,
ManageAction<?> manageAction) |
static <T> T |
PortalManagerUtil.manage(ManageAction<T> manageAction) |
<T> T |
PortalManager.manage(ManageAction<T> manageAction) |
static void |
PortalManagerUtil.manageAsync(ClusterNode clusterNode,
ManageAction<?> manageAction) |
static <T> T |
PortalManagerUtil.manageSync(ClusterNode clusterNode,
ManageAction<T> manageAction) |
Constructor and Description |
---|
ClusterManageActionWrapper(ClusterGroup clusterGroup,
ManageAction<?> manageAction) |
Modifier and Type | Class and Description |
---|---|
class |
BaseJMXManageAction<T> |
class |
DoOperationAction |
class |
GetAttributesAction |
class |
ListDomainsAction |
class |
ListMBeansAction |
class |
LoadMBeanInfoAction |
class |
SetAttributeAction |