Home | History | Annotate | Download | only in transaction

Lines Matching full:transactionstate

101      * Allowed values for this key are: TransactionState.INITIALIZED,
102 * TransactionState.SUCCESS, TransactionState.FAILED.
401 TransactionState state = transaction.getState();
406 case TransactionState.SUCCESS:
428 case TransactionState.FAILED: