Uses of Interface
org.jboss.as.controller.client.helpers.standalone.ServerDeploymentPlanResult
-
Packages that use ServerDeploymentPlanResult 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. -
-
Uses of ServerDeploymentPlanResult in org.jboss.as.controller.client.helpers.standalone
Methods in org.jboss.as.controller.client.helpers.standalone that return types with arguments of type ServerDeploymentPlanResult Modifier and Type Method Description Future<ServerDeploymentPlanResult>ServerDeploymentManager. execute(DeploymentPlan plan)Execute the deployment plan. -
Uses of ServerDeploymentPlanResult in org.jboss.as.controller.client.helpers.standalone.impl
Classes in org.jboss.as.controller.client.helpers.standalone.impl that implement ServerDeploymentPlanResult Modifier and Type Class Description classDeploymentPlanResultImplDefault implementation ofServerDeploymentPlanResult.Methods in org.jboss.as.controller.client.helpers.standalone.impl that return types with arguments of type ServerDeploymentPlanResult Modifier and Type Method Description Future<ServerDeploymentPlanResult>AbstractServerDeploymentManager. execute(DeploymentPlan plan)Execute the deployment plan.
-