Business Components

oracle.jbo.server
Interface TransactionHandlerFactory

All Known Implementing Classes:
DefaultTxnHandlerFactoryImpl

public interface TransactionHandlerFactory

Factory to create TransactionHandlers.

Since:
JDeveloper 3.1

Method Summary
 TransactionHandler createTransactionHandler(java.sql.Connection con)
          Uses the current database connection to create a transaction handler.
 

Method Detail

createTransactionHandler

public TransactionHandler createTransactionHandler(java.sql.Connection con)
Uses the current database connection to create a transaction handler.

@param con the database connection object.


Business Components