org.logicalcobwebs.proxool
public interface ConnectionPoolStatisticsIF
ProxoolFacade
.
String alias = "myPool"; ConnectionPoolStatisticsIF cps = ProxoolFacade.getConnectionPoolStatistics(alias);
Modifier and Type | Method and Description |
---|---|
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.
|
java.util.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()
java.util.Date getDateStarted()
long getConnectionCount()