Interface ServerDeploymentManager
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
AbstractServerDeploymentManager,ModelControllerClientServerDeploymentManager
Primary deployment interface for a standalone JBoss AS instance.
- Author:
- Brian Stansberry
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classFactory used to create anServerDeploymentManagerinstance. -
Method Summary
Modifier and TypeMethodDescriptionexecute(DeploymentPlan plan) Execute the deployment plan.Initiates the creation of a newDeploymentPlan.
-
Method Details
-
newDeploymentPlan
InitialDeploymentPlanBuilder newDeploymentPlan()Initiates the creation of a newDeploymentPlan.- Returns:
- builder object for the
DeploymentPlan
-
execute
Execute the deployment plan.- Parameters:
plan- the deployment plan- Returns:
Futurefrom which the results of the deployment plan can be obtained
-