| Package | Description |
|---|---|
| xyz.cofe.sql |
Пул соединений и поддержка работы с потоком SQL данных
|
| xyz.cofe.sql.proxy |
Реализация сбора статистики использоания jdbc объектов
|
| Modifier and Type | Field and Description |
|---|---|
protected ConnectPool |
CloseByTimeoutTask.connectPool |
| Modifier and Type | Method and Description |
|---|---|
ConnectPool |
ConnectPoolEvent.getConnectPool() |
| Modifier and Type | Method and Description |
|---|---|
static List<ConnectPool> |
ConnectPool.instances()
Возвращает списиок доступных экземпляров
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionPoolService.init(ConnectPool cp) |
void |
ConnectPoolEvent.setConnectPool(ConnectPool connectPool) |
| Constructor and Description |
|---|
CloseByTimeoutTask(ConnectPool cpool) |
Connected(ConnectPool connectPool) |
ConnectPoolEvent(ConnectPool connectPool) |
Disconnected(ConnectPool connectPool) |
StatementCreated(ConnectPool connectPool) |
| Modifier and Type | Field and Description |
|---|---|
protected WeakReference<ConnectPool> |
StatementTracker.wcpool |
protected WeakReference<ConnectPool> |
ConnectionTracker.wcpool |
| Constructor and Description |
|---|
ConnectionTracker(ConnectPool cpool,
Connection conn) |
StatementTracker(ConnectPool cpool,
Connection conn,
Statement st) |
Copyright © 2019. All rights reserved.