| Package | Description |
|---|---|
| com.arjuna.ats.jta.cdi | |
| com.arjuna.ats.jta.cdi.async | |
| com.arjuna.ats.jta.cdi.transactional |
| Modifier and Type | Method and Description |
|---|---|
static void |
TransactionHandler.endTransaction(TransactionManager tm,
Transaction tx,
RunnableWithException afterEndTransaction)
It finished the transaction.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ContextPropagationAsyncHandler.tryHandleAsynchronously(TransactionManager tm,
Transaction tx,
Transactional transactional,
AtomicReference objectToHandleRef,
Class<?> returnType,
RunnableWithException afterEndTransaction)
Tries to handle asynchronously the returned type from the @
Transactional call. |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
TransactionalInterceptorBase.invokeInOurTx(javax.interceptor.InvocationContext ic,
TransactionManager tm,
RunnableWithException afterEndTransaction) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.