private static class RoundRobinConnectionPool.Entry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
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 boolean active
private long used