Uses of Interface
org.jboss.as.controller.client.helpers.standalone.ServerUpdateActionResult
-
Packages that use ServerUpdateActionResult 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 in org.jboss.as.controller.client.helpers.standalone
Classes in org.jboss.as.controller.client.helpers.standalone with type parameters of type ServerUpdateActionResult Modifier and Type Class Description classAbstractServerUpdateActionResult<T extends ServerUpdateActionResult>Abstract superclass of implementations ofServerUpdateActionResult.Subinterfaces of ServerUpdateActionResult in org.jboss.as.controller.client.helpers.standalone Modifier and Type Interface Description interfaceServerDeploymentActionResultDescribes the results of executing aDeploymentActionon a single server.Classes in org.jboss.as.controller.client.helpers.standalone that implement ServerUpdateActionResult Modifier and Type Class Description classAbstractServerUpdateActionResult<T extends ServerUpdateActionResult>Abstract superclass of implementations ofServerUpdateActionResult.classSimpleServerDeploymentActionResultDefault implementation ofServerDeploymentActionResult.classSimpleServerUpdateActionResultDefault implementation ofServerUpdateActionResult.Methods in org.jboss.as.controller.client.helpers.standalone with type parameters of type ServerUpdateActionResult Modifier and Type Method Description static <R extends ServerUpdateActionResult>
voidAbstractServerUpdateActionResult. installRollbackResult(AbstractServerUpdateActionResult<R> update, ServerUpdateActionResult rollback)Methods in org.jboss.as.controller.client.helpers.standalone that return ServerUpdateActionResult Modifier and Type Method Description ServerUpdateActionResultServerUpdateActionResult. getRollbackResult()Methods in org.jboss.as.controller.client.helpers.standalone that return types with arguments of type ServerUpdateActionResult Modifier and Type Method Description protected Class<ServerUpdateActionResult>SimpleServerUpdateActionResult. getRollbackResultClass()Methods in org.jboss.as.controller.client.helpers.standalone with parameters of type ServerUpdateActionResult Modifier and Type Method Description static <R extends ServerUpdateActionResult>
voidAbstractServerUpdateActionResult. installRollbackResult(AbstractServerUpdateActionResult<R> update, ServerUpdateActionResult rollback)
-