|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface ConnectionPoolStatisticsIF
This provides real time information about the pool. You can get this from
ProxoolFacade.
String alias = "myPool"; ConnectionPoolStatisticsIF cps = ProxoolFacade.getConnectionPoolStatistics(alias);
| 方法摘要 | |
|---|---|
int |
getActiveConnectionCount()
The number of connections currently in use. |
int |
getAvailableConnectionCount()
The number of connections that are available for use (doesn't include active connections). |
long |
getConnectionCount()
|
long |
getConnectionsRefusedCount()
The number of connections refused. |
long |
getConnectionsServedCount()
The number of connections provided. |
Date |
getDateStarted()
When this pool was started |
int |
getOfflineConnectionCount()
The number of connections that are neither active or available. |
| 方法详细信息 |
|---|
long getConnectionsServedCount()
long getConnectionsRefusedCount()
int getActiveConnectionCount()
int getAvailableConnectionCount()
int getOfflineConnectionCount()
Date getDateStarted()
long getConnectionCount()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||