Method Summary |
|
public void | closeIdleConnections() Close any idle connections if this source pools connections. |
public void | destroy() Free any resources held. |
public Connection | getConnection(boolean highPriority, boolean autoCommit) Get a Connection.
Parameters: highPriority - If this is true then reserved high priorityconnections may be returned (e.g. |
public String | getDriverName() Get the name of the JDBC driver (typically its class name) or
"" if it is not known. |
public String | getURL() Get the URL or "" if it is not known. |
public void | init() Perform any initialization that requires connecting to the database or
starting threads and so on. |
public void | returnConnection(Connection con) Return a Connection. |