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 ofDeploymentPlanBuilderthat exposes directives that are only applicable following anadddirective.DeploymentAction DeploymentPlan Encapsulates a set of actions aServerDeploymentManagershould 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 ofDeploymentPlanBuilderthat 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 ofDeploymentPlanBuilderthat exposes directives that are only applicable following areplacedirective.ServerDeploymentActionResult Describes the results of executing aDeploymentActionon 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 ofDeploymentPlanBuilderthat exposes directives that are only applicable following anundeploydirective. -
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 anServerDeploymentManagerinstance.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