Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jta-dev] Definition of active?

On Mon, Nov 14, 2022 at 7:00 AM Tom Jenkinson <tom.jenkinson@xxxxxxxxxx> wrote:
"A transaction is associated with the target object and it is in the active state. An implementation returns this status after a transaction has been started and prior to a Coordinator issuing any prepares, unless the transaction has been marked for rollback."

Thanks. So "an implementation" is really something like "an implementation of Transaction#getStatus(), TransactionManager#getStatus(), UserTransaction#getStatus() and TransactionSynchronizationRegistry#getTransactionStatus()", i.e. there is no difference in the semantics of the status codes returned by these methods, correct?

L

Back to the top