The user program can directly control the resource transactions by using the resource adapter-specific interfaces. For example, if DB Connector exists, the user program can directly control the resource transactions by using the setAutoCommit method, commit method, and rollback method of the Connection interface.
The following figure shows the sequence for using the resource adapter-specific transaction management interface.
Figure 3-15 Sequence for using the resource adapter-specific transaction management interface
Remember the following points when you use the resource adapter-specific transaction management interface: