Uses of Interface
org.jboss.as.controller.client.helpers.standalone.ServerDeploymentActionResult
-
Packages that use ServerDeploymentActionResult Package Description org.jboss.as.controller.client.helpers.standalone Convenience API built on top of thecore management APIto 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 thestandalone server convenience API. -
-
Uses of ServerDeploymentActionResult in org.jboss.as.controller.client.helpers.standalone
Classes in org.jboss.as.controller.client.helpers.standalone that implement ServerDeploymentActionResult Modifier and Type Class Description classSimpleServerDeploymentActionResultDefault implementation ofServerDeploymentActionResult.Methods in org.jboss.as.controller.client.helpers.standalone that return ServerDeploymentActionResult Modifier and Type Method Description ServerDeploymentActionResultServerDeploymentHelper.ServerDeploymentException. getActionResult()ServerDeploymentActionResultServerDeploymentPlanResult. getDeploymentActionResult(UUID deploymentAction)Gets the result of aDeploymentActionaction associated with the deployment set plan.ServerDeploymentActionResultServerDeploymentActionResult. getRollbackResult()Overrides the superclass to declare a more specific return type.Methods in org.jboss.as.controller.client.helpers.standalone that return types with arguments of type ServerDeploymentActionResult Modifier and Type Method Description protected Class<ServerDeploymentActionResult>SimpleServerDeploymentActionResult. getRollbackResultClass() -
Uses of ServerDeploymentActionResult in org.jboss.as.controller.client.helpers.standalone.impl
Methods in org.jboss.as.controller.client.helpers.standalone.impl that return ServerDeploymentActionResult Modifier and Type Method Description ServerDeploymentActionResultDeploymentPlanResultImpl. getDeploymentActionResult(UUID deploymentAction)Constructor parameters in org.jboss.as.controller.client.helpers.standalone.impl with type arguments of type ServerDeploymentActionResult Constructor Description DeploymentPlanResultImpl(UUID planId, Map<UUID,ServerDeploymentActionResult> actionResults)
-