Uses of Interface
org.wso2.carbon.connector.core.pool.ConnectionFactory
-
Packages that use ConnectionFactory Package Description org.wso2.carbon.connector.core.connection org.wso2.carbon.connector.core.pool -
-
Uses of ConnectionFactory in org.wso2.carbon.connector.core.connection
Methods in org.wso2.carbon.connector.core.connection with parameters of type ConnectionFactory Modifier and Type Method Description void
ConnectionHandler. createConnection(String connector, String connectionName, ConnectionFactory factory, Configuration configuration)
Creates a new connection pool and stores the connectionvoid
ConnectionHandler. createConnection(String connector, String connectionName, ConnectionFactory factory, Configuration configuration, org.apache.synapse.MessageContext messageContext)
Creates a new connection pool and stores the connection -
Uses of ConnectionFactory in org.wso2.carbon.connector.core.pool
Constructors in org.wso2.carbon.connector.core.pool with parameters of type ConnectionFactory Constructor Description ConnectionPool(ConnectionFactory factory, Configuration configuration)
-