Package | Description |
---|---|
org.jboss.as.controller.client.helpers.domain |
Convenience API built on top of the
core management API
to make it easier to perform common management tasks against a JBoss Application Server Managed Domain. |
Modifier and Type | Interface and Description |
---|---|
interface |
AddDeploymentPlanBuilder
Variant of a
DeploymentPlanBuilder that exposes
directives that are only applicable following an add directive. |
interface |
DeployDeploymentPlanBuilder
Variant of a
DeploymentPlanBuilder that exposes
directives that are only applicable following a deploy
or replace directive. |
interface |
RemoveDeploymentPlanBuilder
Variant of a
DeploymentPlanBuilder that exposes
directives that are only applicable following a deploy
or replace directive. |
interface |
ReplaceDeploymentPlanBuilder
Variant of a
DeploymentPlanBuilder that exposes
directives that are only applicable following a replace directive. |
interface |
UndeployDeploymentPlanBuilder
Variant of a
DeploymentPlanBuilder that exposes
directives that are only applicable following an undeploy directive. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.