45464748495051
public int getPort() { return _addr.getPort(); } public synchronized ConnectionPoolStatisticsBean getStatistics() { return new ConnectionPoolStatisticsBean(getTotal(), getInUse(), getInUseConnections()); }