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(javax.transaction.TransactionManager tm, javax.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(javax.transaction.TransactionManager tm, javax.transaction.Transaction tx, javax.transaction.Transactional transactional, java.util.concurrent.atomic.AtomicReference objectToHandleRef, java.lang.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 java.lang.ObjectTransactionalInterceptorBase. invokeInOurTx(javax.interceptor.InvocationContext ic, javax.transaction.TransactionManager tm, RunnableWithException afterEndTransaction)
-