Class TransactionExecutionResult
java.lang.Object
org.teamapps.universaldb.distribute.TransactionExecutionResult
public class TransactionExecutionResult
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description TransactionExecutionResult() -
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.Integer,java.lang.Integer>getRecordIdByCorrelationId()voidhandleError()voidhandleSuccess(java.util.Map<java.lang.Integer,java.lang.Integer> recordIdByCorrelationId)booleanisExecuted()booleanisSuccess()voidwaitForExecution()
-
Constructor Details
-
TransactionExecutionResult
public TransactionExecutionResult()
-
-
Method Details
-
isSuccess
public boolean isSuccess() -
isExecuted
public boolean isExecuted() -
getRecordIdByCorrelationId
public java.util.Map<java.lang.Integer,java.lang.Integer> getRecordIdByCorrelationId() -
waitForExecution
public void waitForExecution() -
handleError
public void handleError() -
handleSuccess
public void handleSuccess(java.util.Map<java.lang.Integer,java.lang.Integer> recordIdByCorrelationId)
-