public abstract class AbstractServerDeploymentManager extends Object implements ServerDeploymentManager
ServerDeploymentManager.Factory| Modifier | Constructor and Description |
|---|---|
protected |
AbstractServerDeploymentManager() |
| Modifier and Type | Method and Description |
|---|---|
Future<ServerDeploymentPlanResult> |
execute(DeploymentPlan plan)
Execute the deployment plan.
|
protected abstract Future<ModelNode> |
executeOperation(Operation context) |
InitialDeploymentPlanBuilder |
newDeploymentPlan()
Initiates the creation of a new
DeploymentPlan. |
public InitialDeploymentPlanBuilder newDeploymentPlan()
DeploymentPlan.newDeploymentPlan in interface ServerDeploymentManagerDeploymentPlanpublic Future<ServerDeploymentPlanResult> execute(DeploymentPlan plan)
execute in interface ServerDeploymentManagerplan - the deployment planFuture from which the results of the deployment plan can
be obtainedCopyright © 2018 JBoss by Red Hat. All rights reserved.