Class SimpleServerDeploymentActionResult
java.lang.Object
org.jboss.as.controller.client.helpers.standalone.AbstractServerUpdateActionResult<ServerDeploymentActionResult>
org.jboss.as.controller.client.helpers.standalone.SimpleServerDeploymentActionResult
- All Implemented Interfaces:
Serializable,ServerDeploymentActionResult,ServerUpdateActionResult
public class SimpleServerDeploymentActionResult
extends AbstractServerUpdateActionResult<ServerDeploymentActionResult>
implements ServerDeploymentActionResult
Default implementation of
ServerDeploymentActionResult.- Author:
- Brian Stansberry
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.as.controller.client.helpers.standalone.ServerUpdateActionResult
ServerUpdateActionResult.Result -
Constructor Summary
ConstructorsConstructorDescriptionSimpleServerDeploymentActionResult(UUID id, Throwable deploymentException) SimpleServerDeploymentActionResult(UUID id, ServerUpdateActionResult.Result result, Throwable deploymentException) -
Method Summary
Methods inherited from class org.jboss.as.controller.client.helpers.standalone.AbstractServerUpdateActionResult
getDeploymentException, getResult, getRollbackResult, getUpdateActionId, installRollbackResultMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.controller.client.helpers.standalone.ServerDeploymentActionResult
getRollbackResultMethods inherited from interface org.jboss.as.controller.client.helpers.standalone.ServerUpdateActionResult
getDeploymentException, getResult, getUpdateActionId
-
Constructor Details
-
SimpleServerDeploymentActionResult
-
SimpleServerDeploymentActionResult
-
SimpleServerDeploymentActionResult
public SimpleServerDeploymentActionResult(UUID id, ServerUpdateActionResult.Result result, Throwable deploymentException)
-
-
Method Details
-
getRollbackResultClass
- Specified by:
getRollbackResultClassin classAbstractServerUpdateActionResult<ServerDeploymentActionResult>
-