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. |
org.jboss.as.controller.client.helpers.domain.impl |
Implementation classes to support the
managed domain convenience API . |
Modifier and Type | Method and Description |
---|---|
DeploymentPlan |
DeploymentPlanBuilder.build()
Creates the deployment plan.
|
DeploymentPlan |
DeploymentPlanResult.getDeploymentPlan()
Gets the deployment plan that lead to this result.
|
Modifier and Type | Method and Description |
---|---|
Future<DeploymentPlanResult> |
DomainDeploymentManager.execute(DeploymentPlan plan)
Execute the deployment plan.
|
Modifier and Type | Class and Description |
---|---|
class |
DeploymentPlanImpl
Describes a set of actions to take to change the deployment content available
to deployed in a server group or set of server groups.
|
Modifier and Type | Method and Description |
---|---|
DeploymentPlan |
DeploymentPlanResultImpl.getDeploymentPlan() |
Constructor and Description |
---|
DeploymentPlanResultImpl(DeploymentPlan plan,
InvalidDeploymentPlanException invalidPlanException) |
DeploymentPlanResultImpl(DeploymentPlan plan,
Map<UUID,DeploymentActionResult> results) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.