Uses of Interface
jakarta.transaction.Transaction
Packages that use Transaction
Package
Description
Provides the API that defines the contract between the transaction
manager and the various parties involved in a distributed transaction
namely : resource manager, application, and application server.
A range of container-specific implementations of
JtaPlatform.An SPI for integrating with container-provided implementations of JTA.
Mostly internal search related classes.
-
Uses of Transaction in jakarta.transaction
Methods in jakarta.transaction that return TransactionModifier and TypeMethodDescriptionTransactionManager.getTransaction()Get the transaction object that represents the transaction context of the calling thread.TransactionManager.suspend()Suspend the transaction currently associated with the calling thread and return a Transaction object that represents the transaction context being suspended.Methods in jakarta.transaction with parameters of type TransactionModifier and TypeMethodDescriptionvoidTransactionManager.resume(Transaction tobj) Resume the transaction context association of the calling thread with the transaction represented by the supplied Transaction object. -
Uses of Transaction in org.hibernate.engine.transaction.jta.platform.internal
Classes in org.hibernate.engine.transaction.jta.platform.internal that implement TransactionModifier and TypeClassDescriptionclassMethods in org.hibernate.engine.transaction.jta.platform.internal that return TransactionModifier and TypeMethodDescriptionWebSphereExtendedJtaPlatform.TransactionManagerAdapter.getTransaction()WebSphereExtendedJtaPlatform.TransactionManagerAdapter.suspend()Methods in org.hibernate.engine.transaction.jta.platform.internal with parameters of type TransactionModifier and TypeMethodDescriptionAbstractJtaPlatform.getTransactionIdentifier(Transaction transaction) @Nullable ObjectNoJtaPlatform.getTransactionIdentifier(Transaction transaction) WebSphereExtendedJtaPlatform.getTransactionIdentifier(Transaction transaction) WebSphereLibertyJtaPlatform.getTransactionIdentifier(Transaction transaction) voidWebSphereExtendedJtaPlatform.TransactionManagerAdapter.resume(Transaction txn) -
Uses of Transaction in org.hibernate.engine.transaction.jta.platform.spi
Methods in org.hibernate.engine.transaction.jta.platform.spi with parameters of type TransactionModifier and TypeMethodDescription@Nullable ObjectJtaPlatform.getTransactionIdentifier(Transaction transaction) Determine an identifier for the given transaction appropriate for use in caching/lookup usages. -
Uses of Transaction in org.infinispan.client.hotrod.impl.transaction
Methods in org.infinispan.client.hotrod.impl.transaction with parameters of type TransactionModifier and TypeMethodDescription<K,V> TransactionContext<K, V> SyncModeTransactionTable.enlist(TransactionalRemoteCacheImpl<K, V> txRemoteCache, Transaction tx) <K,V> TransactionContext<K, V> TransactionTable.enlist(TransactionalRemoteCacheImpl<K, V> txRemoteCache, Transaction tx) <K,V> TransactionContext<K, V> XaModeTransactionTable.enlist(TransactionalRemoteCacheImpl<K, V> txRemoteCache, Transaction tx) -
Uses of Transaction in org.infinispan.client.hotrod.transaction.manager
Methods in org.infinispan.client.hotrod.transaction.manager that return TransactionModifier and TypeMethodDescriptionprotected TransactionRemoteTransactionManager.createTransaction() -
Uses of Transaction in org.infinispan.commons.tx
Classes in org.infinispan.commons.tx that implement TransactionMethods in org.infinispan.commons.tx that return TransactionModifier and TypeMethodDescriptionprotected abstract TransactionTransactionManagerImpl.createTransaction()TransactionManagerImpl.getTransaction()TransactionManagerImpl.suspend()Methods in org.infinispan.commons.tx with parameters of type Transaction -
Uses of Transaction in org.infinispan.query.backend
Methods in org.infinispan.query.backend that return TransactionMethods in org.infinispan.query.backend with parameters of type Transaction -
Uses of Transaction in org.infinispan.query.logging
Methods in org.infinispan.query.logging with parameters of type TransactionModifier and TypeMethodDescriptionfinal CacheExceptionLog_$logger.unableToResumeSuspendedTx(Transaction transaction, Throwable cause) Log.unableToResumeSuspendedTx(Transaction transaction, Throwable cause) -
Uses of Transaction in org.jboss.ejb._private
Methods in org.jboss.ejb._private with parameters of type TransactionModifier and TypeMethodDescriptionfinal SystemExceptionLogs_$logger.outflowTransactionTimeoutElapsed(Transaction transaction) Logs.outflowTransactionTimeoutElapsed(Transaction transaction) -
Uses of Transaction in org.jboss.ejb.client
Fields in org.jboss.ejb.client with type parameters of type TransactionModifier and TypeFieldDescriptionstatic final AttachmentKey<Transaction>AttachmentKeys.TRANSACTION_KEYThe attachment key for transaction propagation. -
Uses of Transaction in org.jboss.ejb.server
Methods in org.jboss.ejb.server that return TransactionModifier and TypeMethodDescriptionInvocationRequest.Resolved.getTransaction()Get the inflowed transaction of the request.SessionOpenRequest.getTransaction()Get the inflowed transaction of the request.