public static class ServerTaskExecutor.ServerPreparedResponse extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
finalizeTransaction(boolean commit)
Finalize the transaction.
|
TransactionalProtocolClient.PreparedOperation<ServerTaskExecutor.ServerOperation> |
getPreparedOperation() |
String |
getServerGroupName() |
ServerIdentity |
getServerIdentity() |
public TransactionalProtocolClient.PreparedOperation<ServerTaskExecutor.ServerOperation> getPreparedOperation()
public ServerIdentity getServerIdentity()
public String getServerGroupName()
public boolean finalizeTransaction(boolean commit)
false
in case the local operation failed,
but the overall state of the operation is commit=true.commit
- true
to commit, false
to rollbackCopyright © 2023 JBoss by Red Hat. All rights reserved.