Uses of Interface
jakarta.transaction.Transaction
-
Packages that use Transaction Package Description jakarta.transaction 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.org.infinispan.client.hotrod.impl.transaction org.infinispan.client.hotrod.transaction.manager org.infinispan.commons.tx org.jboss.ejb._private org.jboss.ejb.client org.jboss.ejb.server -
-
Uses of Transaction in jakarta.transaction
Methods in jakarta.transaction that return Transaction Modifier and Type Method Description TransactionTransactionManager. getTransaction()Get the transaction object that represents the transaction context of the calling thread.TransactionTransactionManager. 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 Transaction Modifier and Type Method Description voidTransactionManager. 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.infinispan.client.hotrod.impl.transaction
Methods in org.infinispan.client.hotrod.impl.transaction with parameters of type Transaction Modifier and Type Method Description <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 Transaction Modifier and Type Method Description protected TransactionRemoteTransactionManager. createTransaction() -
Uses of Transaction in org.infinispan.commons.tx
Classes in org.infinispan.commons.tx that implement Transaction Modifier and Type Class Description classTransactionImplA basicTransactionimplementation.Methods in org.infinispan.commons.tx that return Transaction Modifier and Type Method Description protected abstract TransactionTransactionManagerImpl. createTransaction()TransactionTransactionManagerImpl. getTransaction()TransactionTransactionManagerImpl. suspend()Methods in org.infinispan.commons.tx with parameters of type Transaction Modifier and Type Method Description voidTransactionManagerImpl. resume(Transaction tx) -
Uses of Transaction in org.jboss.ejb._private
Methods in org.jboss.ejb._private with parameters of type Transaction Modifier and Type Method Description SystemExceptionLogs_$logger. outflowTransactionTimeoutElapsed(Transaction transaction)SystemExceptionLogs. outflowTransactionTimeoutElapsed(Transaction transaction) -
Uses of Transaction in org.jboss.ejb.client
Fields in org.jboss.ejb.client with type parameters of type Transaction Modifier and Type Field Description static 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 Transaction Modifier and Type Method Description TransactionInvocationRequest.Resolved. getTransaction()Get the inflowed transaction of the request.TransactionSessionOpenRequest. getTransaction()Get the inflowed transaction of the request.
-