Uses of Interface
org.jboss.as.controller.client.helpers.domain.ServerUpdateResult
-
Packages that use ServerUpdateResult 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. -
-
Uses of ServerUpdateResult in org.jboss.as.controller.client.helpers.domain
Methods in org.jboss.as.controller.client.helpers.domain that return types with arguments of type ServerUpdateResult Modifier and Type Method Description Map<UUID,ServerUpdateResult>ServerDeploymentPlanResult. getDeploymentActionResults()Gets the result of aDeploymentActionaction associated with the deployment set plan.Map<String,ServerUpdateResult>ServerGroupDeploymentActionResult. getResultByServer()Gets the results of the action for each server within the server group.
-