public interface ConnectionPoolManager
ConnectionPoolManager
manages the connection pools.Modifier and Type | Method and Description |
---|---|
void |
disconnect(ConnectionInformation conninfo)
Deletes a specific connection.
|
ConnectionInformation[] |
getConnections()
Gets all the connections.
|
ConnectionInformation[] getConnections()
{ConnectionInformation}
void disconnect(ConnectionInformation conninfo)
conninfo
- The connection information reference.{ConnectionInformation}