protected static class ConnectionFactory.ConnectionTracker
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
checkoutTime |
protected java.sql.Connection |
theConnection |
protected java.lang.Exception |
theTrace |
| Constructor and Description |
|---|
ConnectionTracker(java.sql.Connection theConnection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasExpired(long currentTime) |
void |
printDetails() |