public interface ServerUpdateResult
Modifier and Type | Method and Description |
---|---|
Throwable |
getFailureResult()
Gets the exception, if any, that occurred while executing this update.
|
Throwable |
getRollbackFailure()
Gets any failure that occurred when rolling back this action on this
server.
|
ServerIdentity |
getServerIdentity()
Gets the id of the server on which this update was executed.
|
ModelNode |
getSuccessResult()
Gets the result of the action's modification to the server's configuration.
|
UUID |
getUpdateActionId()
Gets the unique ID of the deployment action.
|
boolean |
isCancelled()
Gets whether the application of this action on this server was
cancelled.
|
boolean |
isRolledBack()
Gets whether the application of this action on this server was
rolled back.
|
boolean |
isServerRestarted()
Gets whether the application of the update to the server's runtime
required a server restart.
|
boolean |
isTimedOut()
Gets whether the application of this action on this server timed out.
|
UUID getUpdateActionId()
null
ServerIdentity getServerIdentity()
null
ModelNode getSuccessResult()
null
if isServerRestarted()
is true
.null
Throwable getFailureResult()
null
if no exception occurredboolean isCancelled()
true
if the action was cancelled; false
otherwiseboolean isTimedOut()
true
if the action timed out; false
otherwiseboolean isRolledBack()
true
if the action was rolled back; false
otherwiseThrowable getRollbackFailure()
null
if no exception occurredboolean isServerRestarted()
true
if the server was restarted; false
otherwiseCopyright © 2018 JBoss by Red Hat. All rights reserved.