| Package | Description |
|---|---|
| org.jboss.as.controller.client.helpers.standalone |
Convenience API built on top of the
core management API
to 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 the
standalone server convenience API. |
| Modifier and Type | Method and Description |
|---|---|
Future<ServerDeploymentPlanResult> |
ServerDeploymentManager.execute(DeploymentPlan plan)
Execute the deployment plan.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentPlanResultImpl
Default implementation of
ServerDeploymentPlanResult. |
| Modifier and Type | Method and Description |
|---|---|
Future<ServerDeploymentPlanResult> |
AbstractServerDeploymentManager.execute(DeploymentPlan plan)
Execute the deployment plan.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.