core management API
to make it easier to perform common management tasks against a single standalone JBoss Application Server instance.See: Description
| Interface | Description |
|---|---|
| AddDeploymentPlanBuilder |
Extension of
DeploymentPlanBuilder that exposes
directives that are only applicable following an add directive. |
| DeploymentAction | |
| DeploymentPlan |
Encapsulates a set of actions a
ServerDeploymentManager should
take to update the set of deployment content available for deployment in the
server and/or change the content deployed in the server. |
| DeploymentPlanBuilder |
Builder capable of creating a
DeploymentPlan. |
| InitialDeploymentPlanBuilder |
Extension of
DeploymentPlanBuilder that exposes additional methods meant
to be used at the initial stages of the building process, when directives that
pertain to the entire plan can be applied. |
| ReplaceDeploymentPlanBuilder |
Extension of
DeploymentPlanBuilder that exposes
directives that are only applicable following a replace directive. |
| ServerDeploymentActionResult |
Describes the results of executing a
DeploymentAction on a single
server. |
| ServerDeploymentManager |
Primary deployment interface for a standalone JBoss AS instance.
|
| ServerDeploymentPlanResult |
Encapsulates the results of executing a
DeploymentPlan. |
| ServerUpdateActionResult |
Encapsulates the results of performing a configuration modification on an individual
server.
|
| UndeployDeploymentPlanBuilder |
Extension of
DeploymentPlanBuilder that exposes
directives that are only applicable following an undeploy directive. |
| Class | Description |
|---|---|
| AbstractServerUpdateActionResult<T extends ServerUpdateActionResult> |
Abstract superclass of implementations of
ServerUpdateActionResult. |
| ServerDeploymentHelper |
A simple helper for server deployments.
|
| ServerDeploymentManager.Factory |
Factory used to create an
ServerDeploymentManager instance. |
| SimpleServerDeploymentActionResult |
Default implementation of
ServerDeploymentActionResult. |
| SimpleServerUpdateActionResult |
Default implementation of
ServerUpdateActionResult. |
| Enum | Description |
|---|---|
| DeploymentAction.Type |
Enumeration of valid types of deployment actions.
|
| ServerUpdateActionResult.Result |
| Exception | Description |
|---|---|
| DuplicateDeploymentNameException |
Exception indicating an attempt to add deployment content to a domain or
server that has the same name as existing content.
|
| ServerDeploymentHelper.ServerDeploymentException |
core management API
to make it easier to perform common management tasks against a single standalone JBoss Application Server instance.ServerDeploymentManagerCopyright © 2018 JBoss by Red Hat. All rights reserved.