| Package | Description |
|---|---|
| org.jboss.as.controller.client.helpers.standalone |
Convenience API built on top of the
core management API
to make it easier to perform common management tasks against a single standalone JBoss Application Server instance. |
| org.jboss.as.controller.client.helpers.standalone.impl |
Implementation classes to support the
standalone server convenience API. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleServerDeploymentActionResult
Default implementation of
ServerDeploymentActionResult. |
| Modifier and Type | Method and Description |
|---|---|
ServerDeploymentActionResult |
ServerDeploymentHelper.ServerDeploymentException.getActionResult() |
ServerDeploymentActionResult |
ServerDeploymentPlanResult.getDeploymentActionResult(UUID deploymentAction)
Gets the result of a
DeploymentAction action associated with
the deployment set plan. |
ServerDeploymentActionResult |
ServerDeploymentActionResult.getRollbackResult()
Overrides the superclass to declare a more specific return type.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<ServerDeploymentActionResult> |
SimpleServerDeploymentActionResult.getRollbackResultClass() |
| Modifier and Type | Method and Description |
|---|---|
ServerDeploymentActionResult |
DeploymentPlanResultImpl.getDeploymentActionResult(UUID deploymentAction) |
| Constructor and Description |
|---|
DeploymentPlanResultImpl(UUID planId,
Map<UUID,ServerDeploymentActionResult> actionResults) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.