当前页面:
在线文档首页 >
JBoss 3.2.7 transaction API Documentation 英文版文档
Index (JBoss Transaction API) - JBoss 3.2.7 transaction API Documentation 英文版文档
A B C D E F G H I J M N O P R S T U V W X
A
- afterCompletion(int) -
Method in class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization
-
- associateThread(Transaction) -
Method in class org.jboss.tm.TxManager
-
B
- beforeCompletion() -
Method in class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization
-
- begin() -
Method in class org.jboss.tm.TxManager
- Begin a new transaction.
C
- commit() -
Method in class org.jboss.tm.TxManager
- Commit the transaction associated with the currently running thread.
- containsValue(Transaction) -
Method in class org.jboss.tm.TransactionLocal
- does Transaction contain object?
- containsValue(TransactionLocal, Transaction) -
Method in interface org.jboss.tm.TransactionLocalDelegate
- does Transaction contain object?
- containsValue(Object) -
Method in class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization
-
- containsValue(TransactionLocal, Transaction) -
Method in class org.jboss.tm.TransactionLocalDelegateImpl
-
- containsValue(TransactionLocal, Transaction) -
Method in class org.jboss.tm.TxManager
- does TransactionImpl contain object?
D
- delegate -
Variable in class org.jboss.tm.TransactionLocal
- The delegate
- disassociateThread() -
Method in class org.jboss.tm.TxManager
- The following 2 methods are here to provide association and
disassociation of the thread.
E
- equals(Object) -
Method in class org.jboss.tm.GlobalId
- Compare for equality.
- equals(Object) -
Method in class org.jboss.tm.XidImpl
- Compare for equality.
F
- formatXAException(XAException, Logger) -
Method in interface org.jboss.tm.XAExceptionFormatter
-
G
- GlobalId - class org.jboss.tm.GlobalId.
- This object encapsulates the global transaction ID of a transaction.
- GlobalId() -
Constructor for class org.jboss.tm.GlobalId
-
- GlobalId(int, byte[]) -
Constructor for class org.jboss.tm.GlobalId
- Create a new instance.
- GlobalId(Xid) -
Constructor for class org.jboss.tm.GlobalId
-
- get() -
Method in class org.jboss.tm.TransactionLocal
- Returns the value of this TransactionLocal variable associated with the
thread context transaction.
- get(Transaction) -
Method in class org.jboss.tm.TransactionLocal
- Returns the value of this TransactionLocal variable associated with the
specified transaction.
- getBaseGlobalId() -
Method in class org.jboss.tm.XidFactory
- mbean get-set pair for field BaseGlobalId
Get the value of BaseGlobalId
- getBaseGlobalId() -
Method in interface org.jboss.tm.XidFactoryMBean
- mbean get-set pair for field BaseGlobalId Get the value of BaseGlobalId
- getBranchQualifier() -
Method in class org.jboss.tm.XidImpl
- Return the branch qualifier of this transaction.
- getCause() -
Method in class org.jboss.tm.JBossRollbackException
-
- getCommitCount() -
Method in class org.jboss.tm.TransactionManagerService
- The number of commits.
- getCommitCount() -
Method in interface org.jboss.tm.TransactionManagerServiceMBean
- The number of commits.
- getCommitCount() -
Method in class org.jboss.tm.TxManager
- A count of the transactions that have been committed
- getDefaultTransactionTimeout() -
Method in class org.jboss.tm.TxManager
- Get the default transaction timeout.
- getFormatId() -
Method in class org.jboss.tm.XidImpl
- Return the format identifier of this transaction.
- getGlobalIdNumber() -
Method in class org.jboss.tm.XidFactory
- mbean get-set pair for field globalIdNumber
Get the value of globalIdNumber
- getGlobalIdNumber() -
Method in interface org.jboss.tm.XidFactoryMBean
- mbean get-set pair for field globalIdNumber Get the value of globalIdNumber
- getGlobalTransactionId() -
Method in class org.jboss.tm.XidImpl
- Return the global transaction id of this transaction.
- getInstance() -
Static method in class org.jboss.tm.TxManager
- Get a reference to the singleton instance.
- getInstance() -
Method in class org.jboss.tm.XidFactory
- mbean get-set pair for field instance
Get the value of instance
- getInstance() -
Method in interface org.jboss.tm.XidFactoryMBean
- mbean get-set pair for field instance Get the value of instance
- getMessage() -
Method in class org.jboss.tm.JBossRollbackException
- Returns the composite throwable message.
- getNested() -
Method in class org.jboss.tm.JBossRollbackException
-
- getObjectInstance(Object, Name, Context, Hashtable) -
Method in class org.jboss.tm.TransactionManagerService
-
- getRollbackCount() -
Method in class org.jboss.tm.TransactionManagerService
- The number of rollbacks.
- getRollbackCount() -
Method in interface org.jboss.tm.TransactionManagerServiceMBean
- The number of rollbacks.
- getRollbackCount() -
Method in class org.jboss.tm.TxManager
- A count of the transactions that have been rolled back
- getStatus() -
Method in class org.jboss.tm.TxManager
- Return the status of the transaction associated with the currently
running thread, or
Status.STATUS_NO_TRANSACTION
if no
active transaction is currently associated.
- getSynchronization(Transaction, boolean) -
Static method in class org.jboss.tm.TransactionLocalDelegateImpl
- Retrieve a synchronization for the transaction
- getTimeLeftInTransaction() -
Static method in class org.jboss.tm.TransactionTimeout
-
- getTimeLeftInTx() -
Method in class org.jboss.tm.TransactionTimeout
-
- getTransaction() -
Method in class org.jboss.tm.TransactionLocal
-
- getTransaction() -
Method in class org.jboss.tm.TxManager
- Return the transaction currently associated with the invoking thread,
or
null
if no active transaction is currently associated.
- getTransactionCount() -
Method in class org.jboss.tm.TransactionManagerService
- Counts the number of transactions
- getTransactionCount() -
Method in interface org.jboss.tm.TransactionManagerServiceMBean
- Counts the number of transactions
- getTransactionCount() -
Method in class org.jboss.tm.TxManager
- Return the number of active transactions
- getTransactionManager() -
Method in class org.jboss.tm.TransactionManagerService
- mbean get-set pair for field transactionManager
Get the value of transactionManager
- getTransactionManager() -
Method in interface org.jboss.tm.TransactionManagerServiceMBean
- mbean get-set pair for field transactionManager Get the value of transactionManager
- getTransactionPropagationContext() -
Method in interface org.jboss.tm.TransactionPropagationContextFactory
- 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
- 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.
- getTransactionPropagationContext() -
Method in class org.jboss.tm.TxManager
- Return a TPC for the current transaction.
- getTransactionPropagationContext(Transaction) -
Method in class org.jboss.tm.TxManager
- Return a TPC for the argument transaction.
- getTransactionTimeout() -
Method in class org.jboss.tm.TransactionManagerService
- Describe
getTransactionTimeout
method here.
- getTransactionTimeout() -
Method in interface org.jboss.tm.TransactionManagerServiceMBean
- Describe
getTransactionTimeout
method here.
- getTransactionTimeout() -
Method in interface org.jboss.tm.TransactionTimeoutConfiguration
- Get the transaction timeout.
- getTransactionTimeout() -
Method in class org.jboss.tm.TxManager
-
- getValue(Transaction) -
Method in class org.jboss.tm.TransactionLocal
- get the transaction local value.
- getValue(TransactionLocal, Transaction) -
Method in interface org.jboss.tm.TransactionLocalDelegate
- get the transaction local value.
- getValue(Object) -
Method in class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization
-
- getValue(TransactionLocal, Transaction) -
Method in class org.jboss.tm.TransactionLocalDelegateImpl
-
- getValue(TransactionLocal, Transaction) -
Method in class org.jboss.tm.TxManager
- get the transaction local value.
- getXidFactory() -
Method in class org.jboss.tm.TransactionManagerService
- mbean get-set pair for field xidFactory
Get the value of xidFactory
- getXidFactory() -
Method in interface org.jboss.tm.TransactionManagerServiceMBean
- mbean get-set pair for field xidFactory Get the value of xidFactory
H
- hashCode() -
Method in class org.jboss.tm.GlobalId
-
- hashCode() -
Method in class org.jboss.tm.XidImpl
-
I
- importTransactionPropagationContext(Object) -
Method in interface org.jboss.tm.TransactionPropagationContextImporter
- Import the transaction propagation context into the transaction
manager, and return the resulting transaction.
- importTransactionPropagationContext(Object) -
Method in class org.jboss.tm.TxManager
- Import a transaction propagation context into this TM.
- initDelegate() -
Method in class org.jboss.tm.TransactionLocal
- Initialise the delegate
- initialValue() -
Method in class org.jboss.tm.TransactionLocal
- 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(UserTransaction) -
Static method in class org.jboss.tm.TxUtils
-
- isCompleted(Transaction) -
Static method in class org.jboss.tm.TxUtils
-
- isCompleted(TransactionManager) -
Static method in class org.jboss.tm.TxUtils
-
- isCompleted(UserTransaction) -
Static method in class org.jboss.tm.TxUtils
-
- isPad() -
Method in class org.jboss.tm.XidFactory
- mbean get-set pair for field pad
Get the value of pad
- isPad() -
Method in interface org.jboss.tm.XidFactoryMBean
- mbean get-set pair for field pad Get the value of pad
J
- JBOSS_FORMAT_ID -
Static variable in class org.jboss.tm.XidImpl
-
- JBossRollbackException - exception org.jboss.tm.JBossRollbackException.
- JBossRollbackException.java
Created: Sun Feb 9 22:45:03 2003
- JBossRollbackException() -
Constructor for class org.jboss.tm.JBossRollbackException
-
- JBossRollbackException(String) -
Constructor for class org.jboss.tm.JBossRollbackException
-
- JBossRollbackException(Throwable) -
Constructor for class org.jboss.tm.JBossRollbackException
-
- JBossRollbackException(String, Throwable) -
Constructor for class org.jboss.tm.JBossRollbackException
-
- JNDI_EXPORTER -
Static variable in class org.jboss.tm.TransactionManagerService
-
- JNDI_IMPORTER -
Static variable in class org.jboss.tm.TransactionManagerService
-
- JNDI_NAME -
Static variable in class org.jboss.tm.TransactionManagerService
-
M
- manager -
Variable in class org.jboss.tm.TransactionLocalDelegateImpl
- The transaction manager
N
- newBranch(Xid, long) -
Method in class org.jboss.tm.XidFactory
- Describe
newBranch
method here.
- newBranch(Xid, long) -
Method in interface org.jboss.tm.XidFactoryMBean
- Describe
newBranch
method here.
- newXid() -
Method in class org.jboss.tm.XidFactory
- Describe
newXid
method here.
- newXid() -
Method in interface org.jboss.tm.XidFactoryMBean
- Describe
newXid
method here.
O
- org.jboss.tm - package org.jboss.tm
- The default Transaction Manager implementation.
P
- printStackTrace(PrintStream) -
Method in class org.jboss.tm.JBossRollbackException
- Prints the composite message and the embedded stack trace to the
specified print stream.
- printStackTrace(PrintWriter) -
Method in class org.jboss.tm.JBossRollbackException
- Prints the composite message and the embedded stack trace to the
specified print writer.
- printStackTrace() -
Method in class org.jboss.tm.JBossRollbackException
- Prints the composite message and the embedded stack trace to
System.err.
R
- readExternal(ObjectInput) -
Method in class org.jboss.tm.GlobalId
-
- registerXAExceptionFormatter(Class, XAExceptionFormatter) -
Method in class org.jboss.tm.TransactionManagerService
- The
registerXAExceptionFormatter
method
- registerXAExceptionFormatter(Class, XAExceptionFormatter) -
Method in interface org.jboss.tm.TransactionManagerServiceMBean
- The
registerXAExceptionFormatter
method
- removeSynchronization(Transaction) -
Static method in class org.jboss.tm.TransactionLocalDelegateImpl
- Remove a synchronization
- resume(Transaction) -
Method in class org.jboss.tm.TxManager
- Resume a transaction.
- rollback() -
Method in class org.jboss.tm.TxManager
- Roll back the transaction associated with the currently running thread.
S
- set(Object) -
Method in class org.jboss.tm.TransactionLocal
- Sets the value of this TransactionLocal variable associtated with the
thread context transaction.
- set(Transaction, Object) -
Method in class org.jboss.tm.TransactionLocal
- Sets the value of this TransactionLocal variable associtated with the
specified transaction.
- setBaseGlobalId(String) -
Method in class org.jboss.tm.XidFactory
- Set the value of BaseGlobalId
- setBaseGlobalId(String) -
Method in interface org.jboss.tm.XidFactoryMBean
- Set the value of BaseGlobalId
- setDefaultTransactionTimeout(int) -
Method in class org.jboss.tm.TxManager
- Set the default transaction timeout for new transactions.
- setGlobalIdNumber(long) -
Method in class org.jboss.tm.XidFactory
- Set the value of globalIdNumber
- setGlobalIdNumber(long) -
Method in interface org.jboss.tm.XidFactoryMBean
- Set the value of globalIdNumber
- setPad(boolean) -
Method in class org.jboss.tm.XidFactory
- Set the value of pad
- setPad(boolean) -
Method in interface org.jboss.tm.XidFactoryMBean
- Set the value of pad
- setRollbackOnly() -
Method in class org.jboss.tm.TxManager
- Mark the transaction associated with the currently running thread
so that the only possible outcome is a rollback.
- setTransactionTimeout(int) -
Method in class org.jboss.tm.TransactionManagerService
- Describe
setTransactionTimeout
method here.
- setTransactionTimeout(int) -
Method in interface org.jboss.tm.TransactionManagerServiceMBean
- Describe
setTransactionTimeout
method here.
- setTransactionTimeout(int) -
Method in class org.jboss.tm.TxManager
- Set the transaction timeout for new transactions started by the
calling thread.
- setValue(Object, Object) -
Method in class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization
-
- setXidFactory(ObjectName) -
Method in class org.jboss.tm.TransactionManagerService
- Set the value of xidFactory
- setXidFactory(ObjectName) -
Method in interface org.jboss.tm.TransactionManagerServiceMBean
- Set the value of xidFactory
- startService() -
Method in class org.jboss.tm.TransactionManagerService
-
- stopService() -
Method in class org.jboss.tm.TransactionManagerService
-
- storeValue(Transaction, Object) -
Method in class org.jboss.tm.TransactionLocal
- put the value in the TransactionImpl map
- storeValue(TransactionLocal, Transaction, Object) -
Method in interface org.jboss.tm.TransactionLocalDelegate
- put the value in the transaction local
- storeValue(TransactionLocal, Transaction, Object) -
Method in class org.jboss.tm.TransactionLocalDelegateImpl
-
- storeValue(TransactionLocal, Transaction, Object) -
Method in class org.jboss.tm.TxManager
- put the value in the TransactionImpl map
- suspend() -
Method in class org.jboss.tm.TxManager
- Suspend the transaction currently associated with the current
thread, and return it.
- synchronizationsByTransaction -
Static variable in class org.jboss.tm.TransactionLocalDelegateImpl
- The synchronizations for each transaction
T
- TransactionLocal - class org.jboss.tm.TransactionLocal.
- A TransactionLocal is similar to ThreadLocal except it is keyed on the
Transactions.
- TransactionLocal() -
Constructor for class org.jboss.tm.TransactionLocal
- Creates a thread local variable.
- TransactionLocal(TransactionManager) -
Constructor for class org.jboss.tm.TransactionLocal
- Creates a thread local variable.
- TransactionLocalDelegate - interface org.jboss.tm.TransactionLocalDelegate.
- The interface to implementated for a transaction local implementation
- TransactionLocalDelegateImpl - class org.jboss.tm.TransactionLocalDelegateImpl.
- An implementation of the transaction local implementation
using Transaction synchronizations.
- TransactionLocalDelegateImpl(TransactionManager) -
Constructor for class org.jboss.tm.TransactionLocalDelegateImpl
- Construct a new delegate for the given transaction manager
- TransactionLocalDelegateImpl.TransactionLocalSynchronization - class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization.
-
- TransactionLocalDelegateImpl.TransactionLocalSynchronization(Transaction) -
Constructor for class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization
-
- TransactionManagerService - class org.jboss.tm.TransactionManagerService.
- This is a JMX service which manages the TransactionManager.
- TransactionManagerService() -
Constructor for class org.jboss.tm.TransactionManagerService
-
- TransactionManagerServiceMBean - interface org.jboss.tm.TransactionManagerServiceMBean.
- MBean interface.
- TransactionPropagationContextFactory - interface org.jboss.tm.TransactionPropagationContextFactory.
- Implementations of this interface are used for getting
a transaction propagation context at the client-side.
- TransactionPropagationContextImporter - interface org.jboss.tm.TransactionPropagationContextImporter.
- Implementations of this interface are used for importing a transaction
propagation context into the transaction manager.
- TransactionTimeout - class org.jboss.tm.TransactionTimeout.
- Created by IntelliJ IDEA.
- TransactionTimeout.TransactionTimeoutException - exception org.jboss.tm.TransactionTimeout.TransactionTimeoutException.
-
- TransactionTimeout.TransactionTimeoutException() -
Constructor for class org.jboss.tm.TransactionTimeout.TransactionTimeoutException
-
- TransactionTimeoutConfiguration - interface org.jboss.tm.TransactionTimeoutConfiguration.
- The interface to implementated by a transaction manager
that supports retrieving the current threads transaction timeout
- TxManager - class org.jboss.tm.TxManager.
- Our TransactionManager implementation.
- TxUtils - class org.jboss.tm.TxUtils.
- TxUtils.java has utility methods for determining transaction status
in various useful ways.
- toString(Xid) -
Method in class org.jboss.tm.XidFactory
- Describe
toString
method here.
- toString(Xid) -
Method in interface org.jboss.tm.XidFactoryMBean
- Describe
toString
method here.
- toString() -
Method in class org.jboss.tm.XidImpl
-
- transactionManager -
Variable in class org.jboss.tm.TransactionLocal
- The transaction manager is maintained by the system and
manges the assocation of transaction to threads.
- transactionManager -
Variable in class org.jboss.tm.TransactionTimeout
- The transaction manager is maintained by the system and
manges the assocation of transaction to threads.
- tx -
Variable in class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization
-
U
- unregisterXAExceptionFormatter(Class) -
Method in class org.jboss.tm.TransactionManagerService
- The
unregisterXAExceptionFormatter
method
- unregisterXAExceptionFormatter(Class) -
Method in interface org.jboss.tm.TransactionManagerServiceMBean
- The
unregisterXAExceptionFormatter
method
V
- valuesByLocal -
Variable in class org.jboss.tm.TransactionLocalDelegateImpl.TransactionLocalSynchronization
-
W
- writeExternal(ObjectOutput) -
Method in class org.jboss.tm.GlobalId
-
X
- XAExceptionFormatter - interface org.jboss.tm.XAExceptionFormatter.
- XAExceptionFormatter.java
Created: Tue Jan 28 12:07:56 2003
- XidFactory - class org.jboss.tm.XidFactory.
- XidFactory.java
Created: Sat Jun 15 19:01:18 2002
- XidFactory() -
Constructor for class org.jboss.tm.XidFactory
-
- XidFactoryMBean - interface org.jboss.tm.XidFactoryMBean.
- MBean interface.
- XidImpl - class org.jboss.tm.XidImpl.
- This object encapsulates the ID of a transaction.
- XidImpl(byte[], byte[], int) -
Constructor for class org.jboss.tm.XidImpl
- Create a new instance.
- XidImpl(Xid, byte[]) -
Constructor for class org.jboss.tm.XidImpl
- Create a new branch of an existing global transaction ID.
A B C D E F G H I J M N O P R S T U V W X
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.