| Package | Description |
|---|---|
| snaq.db |
Classes implementing core DBPool functionality, related utilities.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionPoolManager |
ConnectionPoolManagerEvent.getConnectionPoolManager() |
static ConnectionPoolManager |
ConnectionPoolManager.getInstance()
Returns the standard singleton instance of the
ConnectionPoolManager. |
static ConnectionPoolManager |
ConnectionPoolManager.getInstance(File propsFile)
Returns the singleton instance of the ConnectionPoolManager for the specified properties file.
|
static ConnectionPoolManager |
ConnectionPoolManager.getInstance(File propsFile,
String enc)
Returns the singleton instance of the ConnectionPoolManager for the specified properties file.
|
static ConnectionPoolManager |
ConnectionPoolManager.getInstance(String propsFile)
Returns the singleton instance of the
ConnectionPoolManager for the specified properties file. |
static ConnectionPoolManager |
ConnectionPoolManager.getInstance(String propsFile,
String enc)
Returns the singleton instance of the
ConnectionPoolManager for the specified properties file. |
| Modifier and Type | Method and Description |
|---|---|
static Set<ConnectionPoolManager> |
ConnectionPoolManager.getInstances()
Returns a
Set containing all the current ConnectionPoolManager instances. |
| Modifier and Type | Method and Description |
|---|---|
int |
ConnectionPoolManager.compareTo(ConnectionPoolManager cpm)
Compares this object with the specified object for order.
|
| Constructor and Description |
|---|
ConnectionPoolManagerEvent(ConnectionPoolManager poolManager) |
Copyright © 2014. All rights reserved.