Interface JDBCConnectionProviderFactory

  • All Superinterfaces:
    org.apache.qpid.server.plugin.Pluggable
    All Known Implementing Classes:
    DefaultConnectionProviderFactory

    public interface JDBCConnectionProviderFactory
    extends org.apache.qpid.server.plugin.Pluggable
    • Method Detail

      • getType

        java.lang.String getType()
        Specified by:
        getType in interface org.apache.qpid.server.plugin.Pluggable
      • getConnectionProvider

        ConnectionProvider getConnectionProvider​(java.lang.String connectionUrl,
                                                 java.lang.String username,
                                                 java.lang.String password,
                                                 java.util.Map<java.lang.String,​java.lang.String> providerAttributes)
                                          throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getProviderAttributeNames

        java.util.Set<java.lang.String> getProviderAttributeNames()