| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServerUpdateActionResult<T extends ServerUpdateActionResult>
Abstract superclass of implementations of
ServerUpdateActionResult. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ServerDeploymentActionResult
Describes the results of executing a
DeploymentAction on a single
server. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServerUpdateActionResult<T extends ServerUpdateActionResult>
Abstract superclass of implementations of
ServerUpdateActionResult. |
class |
SimpleServerDeploymentActionResult
Default implementation of
ServerDeploymentActionResult. |
class |
SimpleServerUpdateActionResult
Default implementation of
ServerUpdateActionResult. |
| Modifier and Type | Method and Description |
|---|---|
static <R extends ServerUpdateActionResult> |
AbstractServerUpdateActionResult.installRollbackResult(AbstractServerUpdateActionResult<R> update,
ServerUpdateActionResult rollback) |
| Modifier and Type | Method and Description |
|---|---|
ServerUpdateActionResult |
ServerUpdateActionResult.getRollbackResult()
If the #getResult() result was {@link Result#ROLLED_BACK} or
{@link Result#FAILED} and the update plan allows rollback,
gets the result of rolling back the action.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<ServerUpdateActionResult> |
SimpleServerUpdateActionResult.getRollbackResultClass() |
| Modifier and Type | Method and Description |
|---|---|
static <R extends ServerUpdateActionResult> |
AbstractServerUpdateActionResult.installRollbackResult(AbstractServerUpdateActionResult<R> update,
ServerUpdateActionResult rollback) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.