T - the operation typepublic static interface TransactionalProtocolClient.PreparedOperation<T extends TransactionalProtocolClient.Operation> extends ModelController.OperationTransaction
| Modifier and Type | Method and Description |
|---|---|
org.jboss.threads.AsyncFuture<OperationResponse> |
getFinalResult()
Get the final result.
|
T |
getOperation()
Get the initial operation.
|
org.jboss.dmr.ModelNode |
getPreparedResult()
Get the prepared result.
|
boolean |
isDone()
Is done.
|
boolean |
isFailed()
Check if prepare failed.
|
boolean |
isTimedOut()
Check if prepare timed out.
|
commit, rollbackT getOperation()
org.jboss.dmr.ModelNode getPreparedResult()
boolean isFailed()
boolean isTimedOut()
boolean isDone()
org.jboss.threads.AsyncFuture<OperationResponse> getFinalResult()
Copyright © 2022 JBoss by Red Hat. All rights reserved.