javax.transaction.xa.XAResource
interface with the WL transaction manager.
Interface | Description |
---|---|
DataSourceEmulatedTwoPhaseResource |
Contains information specific to DataSource EmulatedTwoPhaseResource(s)
|
EmulatedTwoPhaseResource | |
NonXAResource |
This interface is provided to easily integrate resources that do not
support the javax.transaction.xa.XAResource interface with the WL
transaction manager.
|
Exception | Description |
---|---|
NonXAException |
Thrown by resources implementing the NonXAResource interface to
indicate an error while processing the resource's local transaction.
|