IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.rsadapter
Interface Beginnable


public interface Beginnable

Enables the call of an explicit begin on a JDBC Connection. The WebSphere CCI layer detects if this interface is available on a Connection, and if so, uses it to request a LocalTransaction begin.


Method Summary
 void beginLocalTransaction()
          Explicitly begin a local transaction on the Connection.
 

Method Detail

beginLocalTransaction

void beginLocalTransaction()
                           throws java.sql.SQLException
Explicitly begin a local transaction on the Connection.

Throws:
java.sql.SQLException - if an error occurs starting the local transaction.

IBM WebSphere Application ServerTM
Release 8