private static class RoundRobinConnectionPool.Entry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
active |
private Connection |
connection |
private long |
used |
Modifier | Constructor and Description |
---|---|
private |
Entry() |
Modifier and Type | Method and Description |
---|---|
private void |
reset() |
java.lang.String |
toString() |
private Connection connection
private int active
private long used