- 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.
- getConnection() - Method in interface org.jboss.tm.ConnectableLastResource
-
Deprecated.
Get connection.
- getConnection() - Method in interface org.jboss.tm.ConnectableResource
-
Get connection.
- getInstance() - Static method in class org.jboss.tm.TransactionManagerLocator
-
Deprecated.
Get the locator
- getJndiName() - Method in interface org.jboss.tm.XAResourceWrapper
-
Get jndi name
- getProductName() - Method in interface org.jboss.tm.XAResourceWrapper
-
Get product name
- getProductVersion() - Method in interface org.jboss.tm.XAResourceWrapper
-
Get product version
- 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() - Method in class org.jboss.tm.TransactionLocal
-
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.
- 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.