Interface | Description |
---|---|
NativeXAResource |
This interface extends JTA XAResource interface and defines
new methods for thread association support and resource
initialization.
|
Class | Description |
---|---|
SynchronizationImpl |
An implementation of org.omg.CosTransactions.Synchronization
this object is activated at creation time and de-activated
when after_completion is called
|
TransactionImpl |
An implementation of javax.transaction.Transaction using JTS
XXX TODO should catch all org.omg.CORBA.SystemException
and throw javax.transaction.SystemException
|
TransactionManagerImpl |
An implementation of javax.transaction.TransactionManager using JTA.
|
TransactionServiceProperties | |
TransactionState |
keep track of per-transaction state
|
UserTransactionFactory |
Factory for producing the UserTransactionImpl objects.
|
UserTransactionImpl |
This class implements the javax.transaction.UserTransaction interface
which defines methods that allow an application to explicitly manage
transaction boundaries.
|
Copyright © 2019. All rights reserved.