|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionPoolManager | |
|---|---|
| snaq.db | Utility classes to enhance the standard JDBC functionality. |
| Uses of ConnectionPoolManager in snaq.db |
|---|
| Methods in snaq.db that return ConnectionPoolManager | |
|---|---|
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. |
| Methods in snaq.db that return types with arguments of type ConnectionPoolManager | |
|---|---|
static Set<ConnectionPoolManager> |
ConnectionPoolManager.getInstances()
Returns a Set containing all the current ConnectionPoolManager instances. |
| Methods in snaq.db with parameters of type ConnectionPoolManager | |
|---|---|
int |
ConnectionPoolManager.compareTo(ConnectionPoolManager cpm)
Compares this object with the specified object for order. |
| Constructors in snaq.db with parameters of type ConnectionPoolManager | |
|---|---|
ConnectionPoolManagerEvent(ConnectionPoolManager poolManager)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||