Package | Description |
---|---|
org.wso2.carbon.connector.core.connection |
Modifier and Type | Method and Description |
---|---|
Connection |
ConnectionHandler.getConnection(String connector,
String connectionName)
Retrieve connection by connector name and connection name
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionHandler.createConnection(String connector,
String connectionName,
Connection connection)
Stores a new single connection
|
void |
ConnectionHandler.returnConnection(String connector,
String connectionName,
Connection connection)
Return borrowed connection
|
Copyright © 2020 WSO2. All rights reserved.