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