|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectionPoolInfo
The ConnectionPoolInfo interface defines an Object that contains data pertinant to the ConnectionPool's state
ConnectionPool| Method Summary | |
|---|---|
int |
getActiveConnections()
Get the total number of active Connections |
ConnectionPoolConfig |
getConfig()
Get the ConnectionPool configuration object |
int |
getIdleConnections()
Get the total number of idle Connections |
String |
getTimestamp()
Get the time this ConnectionPoolInfo object was created |
int |
getTotalConnections()
Return the total number of Connections currently established by the ConnectionPool |
| Method Detail |
|---|
ConnectionPoolConfig getConfig()
int getTotalConnections()
int getActiveConnections()
int getIdleConnections()
String getTimestamp()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||