| 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 | Class and Description |
|---|---|
class |
IncompleteDeploymentReplaceException
InvalidDeploymentPlanException thrown when a deployment plan
specifies that a new version of content replace existing content of the same
unique name, but does not apply the replacement to all server groups that
have the existing content deployed. |
| Modifier and Type | Method and Description |
|---|---|
InvalidDeploymentPlanException |
DeploymentPlanResult.getInvalidDeploymentPlanException()
Gets the exception describing the problem with a deployment plan that
is not
valid. |
| Modifier and Type | Method and Description |
|---|---|
InvalidDeploymentPlanException |
DeploymentPlanResultImpl.getInvalidDeploymentPlanException() |
| Constructor and Description |
|---|
DeploymentPlanResultImpl(DeploymentPlan plan,
InvalidDeploymentPlanException invalidPlanException) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.