B C D E G H I L N O P Q R S T U X
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- begin() - Method in class io.quarkus.narayana.jta.runtime.CDIDelegatingTransactionManager
-
Overrides
TransactionManager.begin()to additionally fire anObjectrepresenting the initialization of the transaction scope.
C
- CALLBACKS - Static variable in class io.quarkus.narayana.jta.runtime.interceptor.TestTransactionInterceptor
- CDIDelegatingTransactionManager - Class in io.quarkus.narayana.jta.runtime
-
A delegating transaction manager which receives an instance of Narayana transaction manager and delegates all calls to it.
- CDIDelegatingTransactionManager() - Constructor for class io.quarkus.narayana.jta.runtime.CDIDelegatingTransactionManager
-
Delegating transaction manager call to com.arjuna.ats.jta.
TransactionManager - commit() - Method in class io.quarkus.narayana.jta.runtime.CDIDelegatingTransactionManager
-
Overrides
TransactionManager.commit()to additionally fire anObjectrepresenting the before destruction and the destruction of the transaction scope. - ConfigurationInfoSubstitution - Class in io.quarkus.narayana.jta.runtime.graal
- ConfigurationInfoSubstitution() - Constructor for class io.quarkus.narayana.jta.runtime.graal.ConfigurationInfoSubstitution
D
- defaultTransactionTimeout - Variable in class io.quarkus.narayana.jta.runtime.TransactionManagerConfiguration
-
The default transaction timeout
- destroy() - Method in class io.quarkus.narayana.jta.runtime.context.TransactionContext
- destroy(Contextual<?>) - Method in class io.quarkus.narayana.jta.runtime.context.TransactionContext
- disableTransactionStatusManager() - Method in class io.quarkus.narayana.jta.runtime.NarayanaJtaRecorder
- doIntercept(TransactionManager, Transaction, InvocationContext) - Method in class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorBase
- doIntercept(TransactionManager, Transaction, InvocationContext) - Method in class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorMandatory
- doIntercept(TransactionManager, Transaction, InvocationContext) - Method in class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorNever
- doIntercept(TransactionManager, Transaction, InvocationContext) - Method in class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorNotSupported
- doIntercept(TransactionManager, Transaction, InvocationContext) - Method in class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorRequired
- doIntercept(TransactionManager, Transaction, InvocationContext) - Method in class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorRequiresNew
- doIntercept(TransactionManager, Transaction, InvocationContext) - Method in class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorSupports
E
- endTransaction(TransactionManager, Transaction, RunnableWithException) - Method in class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorBase
G
- get(Contextual<T>) - Method in class io.quarkus.narayana.jta.runtime.context.TransactionContext
- get(Contextual<T>, CreationalContext<T>) - Method in class io.quarkus.narayana.jta.runtime.context.TransactionContext
- getBuildId() - Static method in class io.quarkus.narayana.jta.runtime.graal.ConfigurationInfoSubstitution
- getDefaultProperties() - Static method in class io.quarkus.narayana.jta.runtime.graal.PropertiesFactorySubstitution
- getDefaultProperties() - Static method in class io.quarkus.narayana.jta.runtime.NarayanaJtaRecorder
- getPropertiesFile() - Static method in class io.quarkus.narayana.jta.runtime.graal.ConfigurationInfoSubstitution
- getScope() - Method in class io.quarkus.narayana.jta.runtime.context.TransactionContext
- getSourceId() - Static method in class io.quarkus.narayana.jta.runtime.graal.ConfigurationInfoSubstitution
- getState() - Method in class io.quarkus.narayana.jta.runtime.context.TransactionContext
- getStatus() - Method in class io.quarkus.narayana.jta.runtime.CDIDelegatingTransactionManager
- getTransaction() - Method in class io.quarkus.narayana.jta.runtime.CDIDelegatingTransactionManager
- getTransactionTimeout() - Method in class io.quarkus.narayana.jta.runtime.CDIDelegatingTransactionManager
-
Returns transaction timeout in seconds.
H
- handleAsync(TransactionManager, Transaction, InvocationContext, Object, RunnableWithException) - Method in class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorBase
- handleException(InvocationContext, Throwable, Transaction) - Method in class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorBase
- handleExceptionNoThrow(InvocationContext, Throwable, Transaction) - Method in class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorBase
- handleShutdown(ShutdownContext) - Method in class io.quarkus.narayana.jta.runtime.NarayanaJtaRecorder
I
- intercept(InvocationContext) - Method in class io.quarkus.narayana.jta.runtime.interceptor.TestTransactionInterceptor
- intercept(InvocationContext) - Method in class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorBase
- intercept(InvocationContext) - Method in class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorMandatory
- intercept(InvocationContext) - Method in class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorNever
- intercept(InvocationContext) - Method in class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorNotSupported
- intercept(InvocationContext) - Method in class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorRequired
- intercept(InvocationContext) - Method in class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorRequiresNew
- intercept(InvocationContext) - Method in class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorSupports
- invokeInCallerTx(InvocationContext, Transaction) - Method in class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorBase
- invokeInNoTx(InvocationContext) - Method in class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorBase
- invokeInOurTx(InvocationContext, TransactionManager) - Method in class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorBase
- invokeInOurTx(InvocationContext, TransactionManager, RunnableWithException) - Method in class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorBase
- io.quarkus.narayana.jta.runtime - package io.quarkus.narayana.jta.runtime
- io.quarkus.narayana.jta.runtime.context - package io.quarkus.narayana.jta.runtime.context
- io.quarkus.narayana.jta.runtime.graal - package io.quarkus.narayana.jta.runtime.graal
- io.quarkus.narayana.jta.runtime.interceptor - package io.quarkus.narayana.jta.runtime.interceptor
- io.quarkus.narayana.jta.runtime.test - package io.quarkus.narayana.jta.runtime.test
- isActive() - Method in class io.quarkus.narayana.jta.runtime.context.TransactionContext
-
The transaction scoped context is active when a transaction is active.
L
- loadFromXML(Properties, InputStream) - Method in class io.quarkus.narayana.jta.runtime.QuarkusPropertiesFactory
N
- NarayanaJtaProducers - Class in io.quarkus.narayana.jta.runtime
- NarayanaJtaProducers() - Constructor for class io.quarkus.narayana.jta.runtime.NarayanaJtaProducers
- NarayanaJtaRecorder - Class in io.quarkus.narayana.jta.runtime
- NarayanaJtaRecorder() - Constructor for class io.quarkus.narayana.jta.runtime.NarayanaJtaRecorder
- nodeName - Variable in class io.quarkus.narayana.jta.runtime.TransactionManagerConfiguration
-
The node name used by the transaction manager
O
- objectStoreDirectory - Variable in class io.quarkus.narayana.jta.runtime.TransactionManagerConfiguration
-
The directory name of location of the transaction logs.
P
- postBegin() - Method in interface io.quarkus.narayana.jta.runtime.test.TestTransactionCallback
- preRollback() - Method in interface io.quarkus.narayana.jta.runtime.test.TestTransactionCallback
- PropertiesFactorySubstitution - Class in io.quarkus.narayana.jta.runtime.graal
- PropertiesFactorySubstitution() - Constructor for class io.quarkus.narayana.jta.runtime.graal.PropertiesFactorySubstitution
Q
- QuarkusPropertiesFactory - Class in io.quarkus.narayana.jta.runtime
- QuarkusPropertiesFactory(Properties) - Constructor for class io.quarkus.narayana.jta.runtime.QuarkusPropertiesFactory
R
- resetUserTransactionAvailability(boolean) - Method in class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorBase
- resume(Transaction) - Method in class io.quarkus.narayana.jta.runtime.CDIDelegatingTransactionManager
- rollback() - Method in class io.quarkus.narayana.jta.runtime.CDIDelegatingTransactionManager
-
Overrides
TransactionManager.rollback()to additionally fire anObjectrepresenting the before destruction and the destruction of the transaction scope. - run() - Method in interface io.quarkus.narayana.jta.runtime.interceptor.RunnableWithException
- RunnableWithException - Interface in io.quarkus.narayana.jta.runtime.interceptor
S
- setConfig(TransactionManagerConfiguration) - Method in class io.quarkus.narayana.jta.runtime.NarayanaJtaRecorder
- setDefaultProperties(Properties) - Method in class io.quarkus.narayana.jta.runtime.NarayanaJtaRecorder
- setDefaultTimeout(TransactionManagerConfiguration) - Method in class io.quarkus.narayana.jta.runtime.NarayanaJtaRecorder
- setNodeName(TransactionManagerConfiguration) - Method in class io.quarkus.narayana.jta.runtime.NarayanaJtaRecorder
- setRollbackOnly() - Method in class io.quarkus.narayana.jta.runtime.CDIDelegatingTransactionManager
- setTransactionTimeout(int) - Method in class io.quarkus.narayana.jta.runtime.CDIDelegatingTransactionManager
- setUserTransactionAvailable(boolean) - Method in class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorBase
- suspend() - Method in class io.quarkus.narayana.jta.runtime.CDIDelegatingTransactionManager
T
- TestTransactionCallback - Interface in io.quarkus.narayana.jta.runtime.test
- TestTransactionInterceptor - Class in io.quarkus.narayana.jta.runtime.interceptor
- TestTransactionInterceptor() - Constructor for class io.quarkus.narayana.jta.runtime.interceptor.TestTransactionInterceptor
- timeout() - Method in annotation type io.quarkus.narayana.jta.runtime.TransactionConfiguration
-
The transaction timeout in seconds.
- TransactionalInterceptorBase - Class in io.quarkus.narayana.jta.runtime.interceptor
- TransactionalInterceptorBase(boolean) - Constructor for class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorBase
- TransactionalInterceptorMandatory - Class in io.quarkus.narayana.jta.runtime.interceptor
- TransactionalInterceptorMandatory() - Constructor for class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorMandatory
- TransactionalInterceptorNever - Class in io.quarkus.narayana.jta.runtime.interceptor
- TransactionalInterceptorNever() - Constructor for class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorNever
- TransactionalInterceptorNotSupported - Class in io.quarkus.narayana.jta.runtime.interceptor
- TransactionalInterceptorNotSupported() - Constructor for class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorNotSupported
- TransactionalInterceptorRequired - Class in io.quarkus.narayana.jta.runtime.interceptor
- TransactionalInterceptorRequired() - Constructor for class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorRequired
- TransactionalInterceptorRequiresNew - Class in io.quarkus.narayana.jta.runtime.interceptor
- TransactionalInterceptorRequiresNew() - Constructor for class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorRequiresNew
- TransactionalInterceptorSupports - Class in io.quarkus.narayana.jta.runtime.interceptor
- TransactionalInterceptorSupports() - Constructor for class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorSupports
- TransactionConfiguration - Annotation Type in io.quarkus.narayana.jta.runtime
-
This annotation can be used to configure a different transaction timeout than the default one for a method or a class.
- TransactionContext - Class in io.quarkus.narayana.jta.runtime.context
-
Contextclass which defines theTransactionScopedcontext. - TransactionContext() - Constructor for class io.quarkus.narayana.jta.runtime.context.TransactionContext
- transactionManager - Variable in class io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorBase
- TransactionManagerConfiguration - Class in io.quarkus.narayana.jta.runtime
- TransactionManagerConfiguration() - Constructor for class io.quarkus.narayana.jta.runtime.TransactionManagerConfiguration
- transactionScopeBeforeDestroyed - Variable in class io.quarkus.narayana.jta.runtime.CDIDelegatingTransactionManager
-
An
Eventthat can fireObjects before the transaction scope is destroyed. - transactionScopeDestroyed - Variable in class io.quarkus.narayana.jta.runtime.CDIDelegatingTransactionManager
-
An
Eventthat can fireObjects when the transaction scope is destroyed. - transactionScopeInitialized - Variable in class io.quarkus.narayana.jta.runtime.CDIDelegatingTransactionManager
-
An
Eventthat can fireTransactions when the transaction scope is initialized. - transactionSynchronizationRegistry() - Method in class io.quarkus.narayana.jta.runtime.NarayanaJtaProducers
U
- UNSET_TIMEOUT - Static variable in annotation type io.quarkus.narayana.jta.runtime.TransactionConfiguration
-
This value is used to specify that no transaction timeout is configured.
- userTransaction - Variable in class io.quarkus.narayana.jta.runtime.interceptor.TestTransactionInterceptor
- userTransaction() - Method in class io.quarkus.narayana.jta.runtime.NarayanaJtaProducers
- userTransactionRegistry() - Method in class io.quarkus.narayana.jta.runtime.NarayanaJtaProducers
X
- xaResourceRecoveryRegistry() - Method in class io.quarkus.narayana.jta.runtime.NarayanaJtaProducers
- xaTerminator() - Method in class io.quarkus.narayana.jta.runtime.NarayanaJtaProducers
All Classes All Packages