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