Skip navigation links
Quarkus - Narayana JTA - Runtime 1.10.4.Final
B C D E G H I L N P Q R S T U X 

B

begin() - Method in class io.quarkus.narayana.jta.runtime.CDIDelegatingTransactionManager
Overrides TransactionManager.begin() to additionally fire an Object representing 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 an Object representing 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>, CreationalContext<T>) - Method in class io.quarkus.narayana.jta.runtime.context.TransactionContext
 
get(Contextual<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, Exception, 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
 

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

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 an Object representing 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

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
 
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
Context class which defines the TransactionScoped context.
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 Event that can fire Objects before the transaction scope is destroyed.
transactionScopeDestroyed - Variable in class io.quarkus.narayana.jta.runtime.CDIDelegatingTransactionManager
An Event that can fire Objects when the transaction scope is destroyed.
transactionScopeInitialized - Variable in class io.quarkus.narayana.jta.runtime.CDIDelegatingTransactionManager
An Event that can fire Transactions 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
 
B C D E G H I L N P Q R S T U X 
Skip navigation links
Quarkus - Narayana JTA - Runtime 1.10.4.Final

Copyright © 2020 JBoss by Red Hat. All rights reserved.