Skip navigation links
JBoss Transaction SPI Parent 7.6.1.Final
A B C D E F G I J L M O R S T U V W X 

A

activated() - Method in interface org.jboss.tm.ImportedTransaction
 
addListener(Transaction, TransactionListener, EnumSet<EventType>) - Method in interface org.jboss.tm.listener.TransactionListenerRegistry
Deprecated.
 
addListener(UserTransactionListener) - Method in class org.jboss.tm.usertx.UserTransactionRegistry
Add a listener
addProvider(UserTransactionProvider) - Method in class org.jboss.tm.usertx.UserTransactionRegistry
Add a provider
addXAResourceRecovery(XAResourceRecovery) - Method in interface org.jboss.tm.XAResourceRecoveryRegistry
Register an XAResourceRecovery instance with the transaction recovery system.
afterCompletion(int) - Method in class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization
Deprecated.
 

B

baseXid() - Method in interface org.jboss.tm.ImportedTransaction
 
beforeCompletion() - Method in class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization
Deprecated.
 
begin() - Method in class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
 

C

cancelWork(Work, Xid) - Method in interface org.jboss.tm.JBossXATerminator
Invoked when the work fails
commit() - Method in class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
 
ConnectableLastResource - Interface in org.jboss.tm
Deprecated.
use ConnectableResource and LastResource instead A connectable last resource
ConnectableResource - Interface in org.jboss.tm
 
containsValue(Transaction) - Method in class org.jboss.tm.TransactionLocal
Deprecated.
does Transaction contain object?
containsValue(TransactionLocal, Transaction) - Method in interface org.jboss.tm.TransactionLocalDelegate
Deprecated.
does Transaction contain object?
containsValue(TransactionLocal, Transaction) - Method in class org.jboss.tm.TransactionLocalDelegateImpl
Deprecated.
 
containsValue(Object) - Method in class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization
Deprecated.
 

D

delegate - Variable in class org.jboss.tm.TransactionLocal
Deprecated.
The delegate
doBeforeCompletion() - Method in interface org.jboss.tm.ImportedTransaction
Run beforeCompletion on Synchronizations.
doCommit() - Method in interface org.jboss.tm.ImportedTransaction
Drive the subordinate transaction to commit.
doForget() - Method in interface org.jboss.tm.ImportedTransaction
Called to tell the transaction to forget any heuristics.
doOnePhaseCommit() - Method in interface org.jboss.tm.ImportedTransaction
Drive the transaction to commit.
doPrepare() - Method in interface org.jboss.tm.ImportedTransaction
Drive the subordinate transaction through the prepare phase.
doRecover(Xid, String) - Method in interface org.jboss.tm.ExtendedJBossXATerminator
Return a list of indoubt transactions.
doRollback() - Method in interface org.jboss.tm.ImportedTransaction
Drive the subordinate transaction to roll back.

E

endWork(Work, Xid) - Method in interface org.jboss.tm.JBossXATerminator
Invoked when transaction inflow work ends
EventType - Enum in org.jboss.tm.listener
Deprecated.
WFTC (https://issues.jboss.org/projects/WFTC) replaces this functionality An indication of an event that effects the current transaction
ExtendedJBossXATerminator - Interface in org.jboss.tm
 

F

FirstResource - Interface in org.jboss.tm
A tagging interface to identify a resource that should be processed before other resources during the completion phase of a transaction
formatXAException(XAException, Logger) - Method in interface org.jboss.tm.XAExceptionFormatter
Deprecated.
Format the exception and log it

G

get() - Method in class org.jboss.tm.TransactionLocal
Deprecated.
Returns the value of this TransactionLocal variable associated with the thread context transaction.
get(Transaction) - Method in class org.jboss.tm.TransactionLocal
Deprecated.
Returns the value of this TransactionLocal variable associated with the specified transaction.
getAvailability() - Method in class org.jboss.tm.usertx.client.ServerVMClientUserTransactionOperationsProvider
Narayana gathers information on availability of user transaction at current thread.
getAvailability() - Method in interface org.jboss.tm.usertx.UserTransactionOperationsProvider
Narayana gathers information on availability of user transaction at current thread.
getConnection() - Method in interface org.jboss.tm.ConnectableLastResource
Deprecated.
Get connection.
getConnection() - Method in interface org.jboss.tm.ConnectableResource
Get connection.
getCurrentTransactionId() - Method in interface org.jboss.tm.ExtendedJBossXATerminator
Deprecated.
deprecating based of addition of wildfly transaction client. This method is no longer needed for integration purposes with WildFly. You can expect its removal in some of the next releases.
getDeferredThrowables() - Method in interface org.jboss.tm.ImportedTransaction
Listing deferred throwables gathered during the transaction processing.
getId() - Method in interface org.jboss.tm.ImportedTransaction
get a unique identifier for this transaction
getImportedTransaction(Xid) - Method in interface org.jboss.tm.ExtendedJBossXATerminator
Deprecated.
deprecating based of addition of wildfly transaction client. This method is no longer needed for integration purposes with WildFly. You can expect its removal in some of the next releases.
getInstance() - Static method in class org.jboss.tm.TransactionManagerLocator
Deprecated.
Get the locator
getJndiName() - Method in interface org.jboss.tm.XAResourceWrapper
Get jndi name
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.jboss.tm.usertx.client.ServerVMClientUserTransactionFactory
 
getProductName() - Method in interface org.jboss.tm.XAResourceWrapper
Get product name
getProductVersion() - Method in interface org.jboss.tm.XAResourceWrapper
Get product version
getReference() - Method in class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
 
getResource() - Method in interface org.jboss.tm.XAResourceWrapper
Get the XAResource that is being wrapped
getSingleton() - Static method in class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
Return a reference to the singleton instance.
getStatus() - Method in class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
 
getStatusAsString(int) - Static method in class org.jboss.tm.TxUtils
Converts a tx Status index to a String
getSynchronization(Transaction, boolean) - Static method in class org.jboss.tm.TransactionLocalDelegateImpl
Deprecated.
Retrieve a synchronization for the transaction
getTimeLeftBeforeTransactionTimeout(boolean) - Method in interface org.jboss.tm.TransactionTimeoutConfiguration
Get the time left before transaction timeout
getTPCFactory() - Static method in class org.jboss.tm.TransactionPropagationContextUtil
Deprecated.
 
getTPCFactoryClientSide() - Static method in class org.jboss.tm.TransactionPropagationContextUtil
Deprecated.
 
getTPCImporter() - Static method in class org.jboss.tm.TransactionPropagationContextUtil
Deprecated.
 
getTransaction(Xid) - Method in interface org.jboss.tm.ExtendedJBossXATerminator
Convert an imported Xid into a Transaction object.
getTransaction() - Method in class org.jboss.tm.listener.TransactionEvent
Deprecated.
 
getTransaction() - Method in class org.jboss.tm.TransactionImportResult
Get the imported transaction
getTransaction() - Method in class org.jboss.tm.TransactionLocal
Deprecated.
 
getTransactionById(Object) - Method in interface org.jboss.tm.ExtendedJBossXATerminator
Deprecated.
deprecating based of addition of wildfly transaction client. This method is no longer needed for integration purposes with WildFly. You can expect its removal in some of the next releases.
getTransactionListenerRegistry() - Static method in class org.jboss.tm.listener.TransactionListenerRegistryLocator
Deprecated.
 
getTransactionManager() - Method in interface org.jboss.tm.TransactionManagerFactory
Deprecated.
Gets the TransactionManager
getTransactionManager() - Method in class org.jboss.tm.TransactionManagerLocator
Deprecated.
Get the transaction manager
getTransactionPropagationContext() - Method in interface org.jboss.tm.TransactionPropagationContextFactory
Deprecated.
Return a transaction propagation context for the transaction currently associated with the invoking thread, or null if the invoking thread is not associated with a transaction.
getTransactionPropagationContext(Transaction) - Method in interface org.jboss.tm.TransactionPropagationContextFactory
Deprecated.
Return a transaction propagation context for the transaction given as an argument, or null if the argument is null or of a type unknown to this factory.
getTransactionTimeout() - Method in interface org.jboss.tm.TransactionTimeoutConfiguration
Get the transaction timeout.
getTypes() - Method in class org.jboss.tm.listener.TransactionEvent
Deprecated.
 
getValue(Transaction) - Method in class org.jboss.tm.TransactionLocal
Deprecated.
get the transaction local value.
getValue(TransactionLocal, Transaction) - Method in interface org.jboss.tm.TransactionLocalDelegate
Deprecated.
get the transaction local value.
getValue(TransactionLocal, Transaction) - Method in class org.jboss.tm.TransactionLocalDelegateImpl
Deprecated.
 
getValue(Object) - Method in class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization
Deprecated.
 
getXAErrorCodeAsString(int) - Static method in class org.jboss.tm.TxUtils
Converts a XAException error code to a string.
getXAResourceFlagsAsString(int) - Static method in class org.jboss.tm.TxUtils
Converts a XAResource flag to a String
getXAResources() - Method in interface org.jboss.tm.XAResourceRecovery
Provides XAResource(s) to the transaction system for recovery purposes.
getXidsToRecoverForParentNode(boolean, String, int) - Method in interface org.jboss.tm.ExtendedJBossXATerminator
Deprecated.
deprecating based of addition of wildfly transaction client. This method is no longer needed for integration purposes with WildFly. You can expect its removal in some of the next releases.

I

ImportedTransaction - Interface in org.jboss.tm
Subordinate transactions are those designed to be driven by a foreign controller, so they expose methods for driving each of the termination phases individually.
importTPC(Object) - Static method in class org.jboss.tm.TransactionPropagationContextUtil
Deprecated.
 
importTransaction(Xid, int) - Method in interface org.jboss.tm.ExtendedJBossXATerminator
A thread safe method to convert an imported Xid into a Transaction object.
importTransactionPropagationContext(Object) - Method in interface org.jboss.tm.TransactionPropagationContextImporter
Deprecated.
Import the transaction propagation context into the transaction manager, and return the resulting transaction.
initDelegate() - Method in class org.jboss.tm.TransactionLocal
Deprecated.
Initialise the delegate
initialValue() - Method in class org.jboss.tm.TransactionLocal
Deprecated.
Returns the initial value for this thransaction local.
isActive(Transaction) - Static method in class org.jboss.tm.TxUtils
 
isActive(TransactionManager) - Static method in class org.jboss.tm.TxUtils
 
isActive() - Static method in class org.jboss.tm.TxUtils
 
isActive(UserTransaction) - Static method in class org.jboss.tm.TxUtils
 
isActive(int) - Static method in class org.jboss.tm.TxUtils
 
isAvailable() - Static method in class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
 
isCompleted(Transaction) - Static method in class org.jboss.tm.TxUtils
 
isCompleted(TransactionManager) - Static method in class org.jboss.tm.TxUtils
 
isCompleted() - Static method in class org.jboss.tm.TxUtils
 
isCompleted(UserTransaction) - Static method in class org.jboss.tm.TxUtils
 
isCompleted(int) - Static method in class org.jboss.tm.TxUtils
 
isNewImportedTransaction() - Method in class org.jboss.tm.TransactionImportResult
Indicate whether or not this imported transaction has been seen before.
isRecoveryByNodeOrXidSupported() - Method in interface org.jboss.tm.ExtendedJBossXATerminator
Deprecated.
deprecating based of addition of wildfly transaction client. This method is no longer needed for integration purposes with WildFly. You can expect its removal in some of the next releases.
isRollback(Transaction) - Static method in class org.jboss.tm.TxUtils
 
isRollback(TransactionManager) - Static method in class org.jboss.tm.TxUtils
 
isRollback() - Static method in class org.jboss.tm.TxUtils
 
isRollback(UserTransaction) - Static method in class org.jboss.tm.TxUtils
 
isRollback(int) - Static method in class org.jboss.tm.TxUtils
 
isServer() - Method in class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
 
isTransactionManagerTimeoutThread() - Static method in class org.jboss.tm.TxUtils
Determine whether the calling thread is the transaction manager and is processing a transaction timeout:
isUncommitted(Transaction) - Static method in class org.jboss.tm.TxUtils
 
isUncommitted(TransactionManager) - Static method in class org.jboss.tm.TxUtils
 
isUncommitted() - Static method in class org.jboss.tm.TxUtils
 
isUncommitted(UserTransaction) - Static method in class org.jboss.tm.TxUtils
 
isUncommitted(int) - Static method in class org.jboss.tm.TxUtils
 

J

JBossXATerminator - Interface in org.jboss.tm
Extends XATerminator to include registration calls

L

LastResource - Interface in org.jboss.tm
A tagging interface to identify an XAResource that does not support prepare and should be used in the last resource gambit.
locate() - Method in class org.jboss.tm.TransactionManagerLocator
Deprecated.
Locate the transaction manager
locate(boolean) - Method in class org.jboss.tm.TransactionManagerLocator
Deprecated.
Locate the transaction manager
locateTransactionManager() - Static method in class org.jboss.tm.TransactionManagerLocator
Deprecated.
Locate the transaction manager
locateTransactionManager(boolean) - Static method in class org.jboss.tm.TransactionManagerLocator
Deprecated.
Locate the transaction manager
lock() - Method in class org.jboss.tm.TransactionLocal
Deprecated.
Lock the TransactionLocal using the current transaction
lock(Transaction) - Method in class org.jboss.tm.TransactionLocal
Deprecated.
Lock the TransactionLocal using the provided transaction
lock(TransactionLocal, Transaction) - Method in interface org.jboss.tm.TransactionLocalDelegate
Deprecated.
Lock the transaction local in the context of this transaction
lock(TransactionLocal, Transaction) - Method in class org.jboss.tm.TransactionLocalDelegateImpl
Deprecated.
 
lock(Object) - Method in class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization
Deprecated.
 

M

manager - Variable in class org.jboss.tm.TransactionLocalDelegateImpl
Deprecated.
The transaction manager

O

onEvent(TransactionEvent) - Method in interface org.jboss.tm.listener.TransactionListener
Deprecated.
The callback for notifying registered listeners of a transaction related event.
org.jboss.tm - package org.jboss.tm
 
org.jboss.tm.listener - package org.jboss.tm.listener
 
org.jboss.tm.usertx - package org.jboss.tm.usertx
 
org.jboss.tm.usertx.client - package org.jboss.tm.usertx.client
 

R

readExternal(ObjectInput) - Method in class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
 
recover() - Method in interface org.jboss.tm.ImportedTransaction
 
reentrantLock - Variable in class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization
Deprecated.
 
registerTxStartedListener(ServerVMClientUserTransaction.UserTransactionStartedListener) - Method in class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
 
registerWork(Work, Xid, long) - Method in interface org.jboss.tm.JBossXATerminator
Invoked for transaction inflow of work
removeImportedTransaction(Xid) - Method in interface org.jboss.tm.ExtendedJBossXATerminator
forget about this imported transaction.
removeListener(UserTransactionListener) - Method in class org.jboss.tm.usertx.UserTransactionRegistry
Remove a listener
removeProvider(UserTransactionProvider) - Method in class org.jboss.tm.usertx.UserTransactionRegistry
Remove a provider
removeSynchronization(Transaction) - Static method in class org.jboss.tm.TransactionLocalDelegateImpl
Deprecated.
Remove a synchronization
removeXAResourceRecovery(XAResourceRecovery) - Method in interface org.jboss.tm.XAResourceRecoveryRegistry
Unregister an XAResourceRecovery instance from the transaction recovery system.
resumeAnyTransaction(Transaction) - Static method in class org.jboss.tm.TransactionDemarcationSupport
Deprecated.
Resume any transaction
rollback() - Method in class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
 

S

ServerVMClientUserTransaction - Class in org.jboss.tm.usertx.client
The client-side UserTransaction implementation for clients operating in the same VM as the server.
ServerVMClientUserTransaction() - Constructor for class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
Create a new instance.
ServerVMClientUserTransaction(TransactionManager) - Constructor for class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
 
ServerVMClientUserTransaction.UserTransactionStartedListener - Interface in org.jboss.tm.usertx.client
Deprecated.
ServerVMClientUserTransactionFactory - Class in org.jboss.tm.usertx.client
 
ServerVMClientUserTransactionFactory() - Constructor for class org.jboss.tm.usertx.client.ServerVMClientUserTransactionFactory
 
ServerVMClientUserTransactionOperationsProvider - Class in org.jboss.tm.usertx.client
Implementation of user transaction operations provider bound to ServerVMClientUserTransaction.
ServerVMClientUserTransactionOperationsProvider() - Constructor for class org.jboss.tm.usertx.client.ServerVMClientUserTransactionOperationsProvider
 
set(Object) - Method in class org.jboss.tm.TransactionLocal
Deprecated.
Sets the value of this TransactionLocal variable associtated with the thread context transaction.
set(Transaction, Object) - Method in class org.jboss.tm.TransactionLocal
Deprecated.
Sets the value of this TransactionLocal variable associtated with the specified transaction.
setAvailability(boolean) - Static method in class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
 
setAvailability(boolean) - Method in class org.jboss.tm.usertx.client.ServerVMClientUserTransactionOperationsProvider
Narayana pushes information about availability of user transaction at current thread.
setAvailability(boolean) - Method in interface org.jboss.tm.usertx.UserTransactionOperationsProvider
Narayana pushes information about availability of user transaction at current thread.
setRollbackOnly() - Method in class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
 
setTPCFactory(TransactionPropagationContextFactory) - Static method in class org.jboss.tm.TransactionPropagationContextUtil
Deprecated.
 
setTPCImporter(TransactionPropagationContextImporter) - Static method in class org.jboss.tm.TransactionPropagationContextUtil
Deprecated.
 
setTransactionManager(TransactionManager) - Method in class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
 
setTransactionRegistry(UserTransactionRegistry) - Method in class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
 
setTransactionRegistry(UserTransactionRegistry) - Method in interface org.jboss.tm.usertx.UserTransactionProvider
Set the user transaction registry
setTransactionTimeout(int) - Method in class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
 
setValue(Object, Object) - Method in class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization
Deprecated.
 
startWork(Work, Xid) - Method in interface org.jboss.tm.JBossXATerminator
Invoked for transaction inflow of work
storeValue(Transaction, Object) - Method in class org.jboss.tm.TransactionLocal
Deprecated.
put the value in the TransactionImpl map
storeValue(TransactionLocal, Transaction, Object) - Method in interface org.jboss.tm.TransactionLocalDelegate
Deprecated.
put the value in the transaction local
storeValue(TransactionLocal, Transaction, Object) - Method in class org.jboss.tm.TransactionLocalDelegateImpl
Deprecated.
 
supportsDeferredThrowables() - Method in interface org.jboss.tm.ImportedTransaction
Informs if deferred throwables are supported by implementation.
suspendAnyTransaction() - Static method in class org.jboss.tm.TransactionDemarcationSupport
Deprecated.
Suspend any transaction associated with the thread
synchronizationsByTransaction - Static variable in class org.jboss.tm.TransactionLocalDelegateImpl
Deprecated.
The synchronizations for each transaction

T

TransactionDemarcationSupport - Class in org.jboss.tm
Deprecated.
TransactionDemarcationSupport() - Constructor for class org.jboss.tm.TransactionDemarcationSupport
Deprecated.
 
TransactionEvent - Class in org.jboss.tm.listener
Deprecated.
WFTC (https://issues.jboss.org/projects/WFTC) replaces this functionality
TransactionEvent(Transaction, EnumSet<EventType>) - Constructor for class org.jboss.tm.listener.TransactionEvent
Deprecated.
 
TransactionImportResult - Class in org.jboss.tm
TransactionImportResult(ImportedTransaction, boolean) - Constructor for class org.jboss.tm.TransactionImportResult
 
TransactionListener - Interface in org.jboss.tm.listener
Deprecated.
WFTC (https://issues.jboss.org/projects/WFTC) replaces this functionality A listener callback for transaction related events
TransactionListenerRegistry - Interface in org.jboss.tm.listener
Deprecated.
WFTC (https://issues.jboss.org/projects/WFTC) replaces this functionality A listener interface for transaction related events. To obtain an instance of this interface refer to TransactionListenerRegistryLocator
TransactionListenerRegistryLocator - Class in org.jboss.tm.listener
Deprecated.
WFTC (https://issues.jboss.org/projects/WFTC) replaces this functionality Locate an interface that implements a registration mechanism for transaction lifecycle events EventType
TransactionListenerRegistryLocator() - Constructor for class org.jboss.tm.listener.TransactionListenerRegistryLocator
Deprecated.
 
TransactionListenerRegistryUnavailableException - Exception in org.jboss.tm.listener
Deprecated.
WFTC (https://issues.jboss.org/projects/WFTC) replaces this functionality An exception type thrown by TransactionListenerRegistryLocator if the registry is unavailable
TransactionListenerRegistryUnavailableException(String) - Constructor for exception org.jboss.tm.listener.TransactionListenerRegistryUnavailableException
Deprecated.
 
TransactionListenerRegistryUnavailableException() - Constructor for exception org.jboss.tm.listener.TransactionListenerRegistryUnavailableException
Deprecated.
 
TransactionLocal - Class in org.jboss.tm
Deprecated.
TransactionLocal() - Constructor for class org.jboss.tm.TransactionLocal
Deprecated.
Creates a thread local variable.
TransactionLocal(TransactionManager) - Constructor for class org.jboss.tm.TransactionLocal
Deprecated.
Creates a transaction local variable.
TransactionLocalDelegate - Interface in org.jboss.tm
Deprecated.
TransactionLocalDelegateImpl - Class in org.jboss.tm
Deprecated.
TransactionLocalDelegateImpl(TransactionManager) - Constructor for class org.jboss.tm.TransactionLocalDelegateImpl
Deprecated.
Construct a new delegate for the given transaction manager
TransactionLocalDelegateImpl.TransactionLocalSynchronization - Class in org.jboss.tm
Deprecated.
 
TransactionLocalSynchronization(Transaction) - Constructor for class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization
Deprecated.
 
transactionManager - Variable in class org.jboss.tm.TransactionLocal
Deprecated.
The transaction manager is maintained by the system and manges the assocation of transaction to threads.
TransactionManagerFactory - Interface in org.jboss.tm
Deprecated.
TransactionManagerLocator - Class in org.jboss.tm
Deprecated.
TransactionPropagationContextFactory - Interface in org.jboss.tm
Deprecated.
TransactionPropagationContextImporter - Interface in org.jboss.tm
Deprecated.
TransactionPropagationContextUtil - Class in org.jboss.tm
Deprecated.
TransactionPropagationContextUtil() - Constructor for class org.jboss.tm.TransactionPropagationContextUtil
Deprecated.
 
TransactionTimeoutConfiguration - Interface in org.jboss.tm
The interface to implementated by a transaction manager that supports retrieving the current threads transaction timeout
TransactionTypeNotSupported - Exception in org.jboss.tm.listener
Deprecated.
WFTC (https://issues.jboss.org/projects/WFTC) replaces this functionality An exception type to indicate that the actual transaction type passed into TransactionListenerRegistry.addListener(javax.transaction.Transaction, TransactionListener, java.util.EnumSet) does not support TSR resources (see TransactionSynchronizationRegistry.putResource(Object, Object))
TransactionTypeNotSupported(String) - Constructor for exception org.jboss.tm.listener.TransactionTypeNotSupported
Deprecated.
 
tryJNDI() - Method in class org.jboss.tm.TransactionManagerLocator
Deprecated.
Locate the transaction manager in the well known jndi binding for JBoss
tx - Variable in class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization
Deprecated.
 
TxUtils - Class in org.jboss.tm
TxUtils.java has utility methods for determining transaction status in various useful ways.

U

unlock() - Method in class org.jboss.tm.TransactionLocal
Deprecated.
Unlock the TransactionLocal using the current transaction
unlock(Transaction) - Method in class org.jboss.tm.TransactionLocal
Deprecated.
Unlock the ThreadLocal using the provided transaction
unlock(TransactionLocal, Transaction) - Method in interface org.jboss.tm.TransactionLocalDelegate
Deprecated.
Unlock the transaction local in the context of this transaction
unlock(Object) - Method in class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization
Deprecated.
 
unlock(TransactionLocal, Transaction) - Method in class org.jboss.tm.TransactionLocalDelegateImpl
Deprecated.
 
unregisterTxStartedListener(ServerVMClientUserTransaction.UserTransactionStartedListener) - Method in class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
 
usePrivateAPI() - Method in class org.jboss.tm.TransactionManagerLocator
Deprecated.
Use the private api
UserTransactionListener - Interface in org.jboss.tm.usertx
UserTransactionListener.
UserTransactionOperationsProvider - Interface in org.jboss.tm.usertx
Interface of provider which offers additional operations above UserTransaction.
UserTransactionProvider - Interface in org.jboss.tm.usertx
UserTransactionProvider.
UserTransactionRegistry - Class in org.jboss.tm.usertx
UserTransactionRegistry.
UserTransactionRegistry() - Constructor for class org.jboss.tm.usertx.UserTransactionRegistry
 
userTransactionStarted() - Method in interface org.jboss.tm.usertx.client.ServerVMClientUserTransaction.UserTransactionStartedListener
Deprecated.
 
userTransactionStarted() - Method in interface org.jboss.tm.usertx.UserTransactionListener
 
userTransactionStarted() - Method in class org.jboss.tm.usertx.UserTransactionRegistry
Fire a user transaction started event

V

valueOf(String) - Static method in enum org.jboss.tm.listener.EventType
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.tm.listener.EventType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeExternal(ObjectOutput) - Method in class org.jboss.tm.usertx.client.ServerVMClientUserTransaction
 

X

XAExceptionFormatter - Interface in org.jboss.tm
Deprecated.
XAResourceRecovery - Interface in org.jboss.tm
During recovery of crashed XA transactions, the transaction system may use instances of this interface to obtain XAResources on which to perform recovery calls.
XAResourceRecoveryRegistry - Interface in org.jboss.tm
The transaction management system may require assistance from resource managers in order to recover crashed XA transactions.
XAResourceWrapper - Interface in org.jboss.tm
A serializable XAResource wrapper.
A B C D E F G I J L M O R S T U V W X 
Skip navigation links
JBoss Transaction SPI Parent 7.6.1.Final

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