Uses of Interface
com.arjuna.ats.jta.cdi.RunnableWithException
Packages that use RunnableWithException
Package
Description
-
Uses of RunnableWithException in com.arjuna.ats.jta.cdi
Methods in com.arjuna.ats.jta.cdi with parameters of type RunnableWithExceptionModifier 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
Methods in com.arjuna.ats.jta.cdi.async with parameters of type RunnableWithExceptionModifier 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
Methods in com.arjuna.ats.jta.cdi.transactional with parameters of type RunnableWithExceptionModifier and TypeMethodDescriptionprotected Object
TransactionalInterceptorBase.invokeInOurTx
(jakarta.interceptor.InvocationContext ic, jakarta.transaction.TransactionManager tm, RunnableWithException afterEndTransaction)