@Deprecated public class ConnectionPoolStatisticsBean extends Object
| Constructor and Description |
|---|
ConnectionPoolStatisticsBean(int total,
int inUse,
InUseConnectionBean[] inUseConnections)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getInUse()
Deprecated.
Gets the number of pool members that are currently in use.
|
InUseConnectionBean[] |
getInUseConnections()
Deprecated.
Gets an array of beans describing all the connections that are currently in use.
|
int |
getTotal()
Deprecated.
Gets the total number of pool members, including idle and and in-use members.
|
public ConnectionPoolStatisticsBean(int total,
int inUse,
InUseConnectionBean[] inUseConnections)
public int getTotal()
public int getInUse()
public InUseConnectionBean[] getInUseConnections()