Uses of Interface
com.arjuna.ats.jta.cdi.RunnableWithException
-
Packages that use RunnableWithException Package Description com.arjuna.ats.jta.cdi com.arjuna.ats.jta.cdi.async com.arjuna.ats.jta.cdi.transactional -
-
Uses of RunnableWithException in com.arjuna.ats.jta.cdi
Methods in com.arjuna.ats.jta.cdi with parameters of type RunnableWithException Modifier and Type Method Description static voidTransactionHandler. 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 RunnableWithException Modifier and Type Method Description static booleanContextPropagationAsyncHandler. 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 @Transactionalcall. -
Uses of RunnableWithException in com.arjuna.ats.jta.cdi.transactional
Methods in com.arjuna.ats.jta.cdi.transactional with parameters of type RunnableWithException Modifier and Type Method Description protected ObjectTransactionalInterceptorBase. invokeInOurTx(jakarta.interceptor.InvocationContext ic, jakarta.transaction.TransactionManager tm, RunnableWithException afterEndTransaction)
-