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 ServerDeploymentManager
DeploymentPlan
public Future<ServerDeploymentPlanResult> execute(DeploymentPlan plan)
execute
in interface ServerDeploymentManager
plan
- the deployment planFuture
from which the results of the deployment plan can
be obtainedCopyright © 2019 JBoss by Red Hat. All rights reserved.