public interface MbJdbcType4ConnFactoryInterface
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyrightNotice |
Modifier and Type | Method and Description |
---|---|
java.sql.Connection |
getConnection(MbNode callingNode,
java.lang.String datasourceName,
MbNode.JDBC_TransactionType transactionType)
This class must only be extended by the singleton class
com.ibm.broker.jdbctype4.conntype.JDBCType4ConnectionFactory
That class will always be loaded at broker start-up.
|
static final java.lang.String copyrightNotice
java.sql.Connection getConnection(MbNode callingNode, java.lang.String datasourceName, MbNode.JDBC_TransactionType transactionType) throws MbException
callingNode
- A handle to the calling MbNodedatasourceName
- The String name of the DataSourcetransactionType
- An enum (JDBC_Transaction) value for
the level of transaction requiredMbException