Uses of Interface
com.arjuna.ats.jta.cdi.RunnableWithException
Package
Description
-
Uses of RunnableWithException in com.arjuna.ats.jta.cdi
Modifier and TypeMethodDescriptionstatic void
TransactionHandler.endTransaction
(jakarta.transaction.TransactionManager tm, jakarta.transaction.Transaction tx, RunnableWithException afterEndTransaction) It finished the transaction. -
Uses of RunnableWithException in com.arjuna.ats.jta.cdi.async
Modifier and TypeMethodDescriptionstatic boolean
ContextPropagationAsyncHandler.tryHandleAsynchronously
(jakarta.transaction.TransactionManager tm, jakarta.transaction.Transaction tx, jakarta.transaction.Transactional transactional, AtomicReference objectToHandleRef, Class<?> returnType, RunnableWithException afterEndTransaction) Tries to handle asynchronously the returned type from the @Transactional
call. -
Uses of RunnableWithException in com.arjuna.ats.jta.cdi.transactional
Modifier and TypeMethodDescriptionprotected Object
TransactionalInterceptorBase.invokeInOurTx
(jakarta.interceptor.InvocationContext ic, jakarta.transaction.TransactionManager tm, RunnableWithException afterEndTransaction)