Uses of Interface
org.jboss.as.controller.client.helpers.domain.DeploymentPlanResult
-
Packages that use DeploymentPlanResult Package Description org.jboss.as.controller.client.helpers.domain Convenience API built on top of thecore management APIto make it easier to perform common management tasks against a JBoss Application Server Managed Domain.org.jboss.as.controller.client.helpers.domain.impl Implementation classes to support themanaged domain convenience API. -
-
Uses of DeploymentPlanResult in org.jboss.as.controller.client.helpers.domain
Methods in org.jboss.as.controller.client.helpers.domain that return types with arguments of type DeploymentPlanResult Modifier and Type Method Description Future<DeploymentPlanResult>DomainDeploymentManager. execute(DeploymentPlan plan)Execute the deployment plan. -
Uses of DeploymentPlanResult in org.jboss.as.controller.client.helpers.domain.impl
Classes in org.jboss.as.controller.client.helpers.domain.impl that implement DeploymentPlanResult Modifier and Type Class Description classDeploymentPlanResultImplDefault implementation ofDeploymentPlanResult.
-