@Deprecated
public class ConnectionPoolStatisticsBean
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
inUse
Deprecated.
|
private InUseConnectionBean[] |
inUseConnections
Deprecated.
|
private int |
total
Deprecated.
|
| 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.
|
private final int total
private final int inUse
private final InUseConnectionBean[] inUseConnections
public ConnectionPoolStatisticsBean(int total,
int inUse,
InUseConnectionBean[] inUseConnections)
public int getTotal()
public int getInUse()
public InUseConnectionBean[] getInUseConnections()