Uses of Package
org.jboss.as.controller.client.helpers.standalone
-
Packages that use org.jboss.as.controller.client.helpers.standalone Package Description org.jboss.as.controller.client.helpers.standalone Convenience API built on top of thecore management APIto 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 thestandalone server convenience API. -
Classes in org.jboss.as.controller.client.helpers.standalone used by org.jboss.as.controller.client.helpers.standalone Class Description AbstractServerUpdateActionResult Abstract superclass of implementations ofServerUpdateActionResult.AddDeploymentPlanBuilder Extension ofDeploymentPlanBuilderthat exposes directives that are only applicable following anadddirective.DeploymentAction DeploymentAction.Type Enumeration of valid types of deployment actions.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.ServerDeploymentHelper.ServerDeploymentException 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.ServerUpdateActionResult.Result UndeployDeploymentPlanBuilder Extension ofDeploymentPlanBuilderthat exposes directives that are only applicable following anundeploydirective. -
Classes in org.jboss.as.controller.client.helpers.standalone used by org.jboss.as.controller.client.helpers.standalone.impl Class Description DeploymentAction DeploymentAction.Type Enumeration of valid types of deployment actions.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.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.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.