org.objectweb.transaction.jta |
ObjectWeb's extension to JTA
(Java Transaction API)
|
Java Source File Name | Type | Comment |
ResourceManagerEvent.java | Interface | A ResourceManagerEvent allows late enrolment of connections that
are opened in the thread before the transaction starts. |
ResourceManagerEventListener.java | Interface | A ResourceManagerEventListener allows late enrolment of
connections that are opened in the thread before the transaction starts. |
TMService.java | Interface | A TMService represents a JTA Service and is used to acces JTA
main interfaces (UserTransaction and
TransactionManager ). |
TransactionManager.java | Interface | A TransactionManager extends JTA
javax.transaction.TransactionManager with an event API that
allows late enlistment of connections opened by resource managers before the
transaction has begun. |