Uses of Class
org.wso2.carbon.connector.core.pool.Configuration
-
Packages that use Configuration Package Description org.wso2.carbon.connector.core.connection org.wso2.carbon.connector.core.pool org.wso2.carbon.connector.core.util -
-
Uses of Configuration in org.wso2.carbon.connector.core.connection
Methods in org.wso2.carbon.connector.core.connection with parameters of type Configuration 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 Configuration in org.wso2.carbon.connector.core.pool
Constructors in org.wso2.carbon.connector.core.pool with parameters of type Configuration Constructor Description ConnectionPool(ConnectionFactory factory, Configuration configuration)
-
Uses of Configuration in org.wso2.carbon.connector.core.util
Methods in org.wso2.carbon.connector.core.util that return Configuration Modifier and Type Method Description static Configuration
ConnectorUtils. getPoolConfiguration(org.apache.synapse.MessageContext messageContext)
Get pool configuration from template parameters
-