|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public ConnectionPoolConfig getConfig()
public int getTotalConnections()
public int getActiveConnections()
public int getIdleConnections()
public String getTimestamp()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||