Uses of Interface
org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlanResult
-
Packages that use ServerGroupDeploymentPlanResult 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 ServerGroupDeploymentPlanResult in org.jboss.as.controller.client.helpers.domain
Methods in org.jboss.as.controller.client.helpers.domain that return types with arguments of type ServerGroupDeploymentPlanResult Modifier and Type Method Description Map<String,ServerGroupDeploymentPlanResult>DeploymentPlanResult. getServerGroupResults()Gets the results for each server group.Map<String,ServerGroupDeploymentPlanResult>DeploymentSetPlanResult. getServerGroupResults()Gets the results for each server group. -
Uses of ServerGroupDeploymentPlanResult in org.jboss.as.controller.client.helpers.domain.impl
Methods in org.jboss.as.controller.client.helpers.domain.impl that return types with arguments of type ServerGroupDeploymentPlanResult Modifier and Type Method Description Map<String,ServerGroupDeploymentPlanResult>DeploymentPlanResultImpl. getServerGroupResults()
-