com.ibm.broker.plugin

Interface MbJdbcType4ConnFactoryInterface



  • public interface MbJdbcType4ConnFactoryInterface
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String copyrightNotice 
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      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.
    • Method Detail

      • getConnection

        java.sql.Connection getConnection(MbNode callingNode,
                                          java.lang.String datasourceName,
                                          MbNode.JDBC_TransactionType transactionType)
                                   throws MbException
        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.
        Parameters:
        callingNode - A handle to the calling MbNode
        datasourceName - The String name of the DataSource
        transactionType - An enum (JDBC_Transaction) value for the level of transaction required
        Returns:
        A handle to a java.sql.Connection.
        Throws:
        MbException
IBM Integration BusTM
JavaTM Plugin Node API