Uses of Enum Class
org.jboss.as.controller.client.helpers.standalone.ServerUpdateActionResult.Result
Packages that use ServerUpdateActionResult.Result
Package
Description
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.-
Uses of ServerUpdateActionResult.Result in org.jboss.as.controller.client.helpers.standalone
Methods in org.jboss.as.controller.client.helpers.standalone that return ServerUpdateActionResult.ResultModifier and TypeMethodDescriptionAbstractServerUpdateActionResult.getResult()ServerUpdateActionResult.getResult()Gets the result of the action's modification to the server's configuration.Returns the enum constant of this class with the specified name.static ServerUpdateActionResult.Result[]ServerUpdateActionResult.Result.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jboss.as.controller.client.helpers.standalone with parameters of type ServerUpdateActionResult.ResultModifierConstructorDescriptionAbstractServerUpdateActionResult(UUID id, ServerUpdateActionResult.Result result, Throwable deploymentException) SimpleServerDeploymentActionResult(UUID id, ServerUpdateActionResult.Result result, Throwable deploymentException) SimpleServerUpdateActionResult(UUID id, ServerUpdateActionResult.Result result, Exception deploymentException)