Package 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.- See Also:
ServerDeploymentManager
-
Interface Summary Interface Description AddDeploymentPlanBuilder Extension ofDeploymentPlanBuilder
that exposes directives that are only applicable following anadd
directive.DeploymentAction DeploymentPlan Encapsulates a set of actions aServerDeploymentManager
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 aDeploymentPlan
.InitialDeploymentPlanBuilder Extension ofDeploymentPlanBuilder
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 ofDeploymentPlanBuilder
that exposes directives that are only applicable following areplace
directive.ServerDeploymentActionResult Describes the results of executing aDeploymentAction
on a single server.ServerDeploymentManager Primary deployment interface for a standalone JBoss AS instance.ServerDeploymentPlanResult Encapsulates the results of executing aDeploymentPlan
.ServerUpdateActionResult Encapsulates the results of performing a configuration modification on an individual server.UndeployDeploymentPlanBuilder Extension ofDeploymentPlanBuilder
that exposes directives that are only applicable following anundeploy
directive. -
Class Summary Class Description AbstractServerUpdateActionResult<T extends ServerUpdateActionResult> Abstract superclass of implementations ofServerUpdateActionResult
.ServerDeploymentHelper A simple helper for server deployments.ServerDeploymentManager.Factory Factory used to create anServerDeploymentManager
instance.SimpleServerDeploymentActionResult Default implementation ofServerDeploymentActionResult
.SimpleServerUpdateActionResult Default implementation ofServerUpdateActionResult
. -
Enum Summary Enum Description DeploymentAction.Type Enumeration of valid types of deployment actions.ServerUpdateActionResult.Result -
Exception Summary 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