class ConnectionCache.ConnectionInfo extends Object
| Modifier and Type | Field and Description | 
|---|---|
| (package private) Admin | admin | 
| private boolean | closed | 
| (package private) Connection | connection | 
| private long | lastAccessTime | 
| (package private) String | userName | 
| Constructor and Description | 
|---|
| ConnectionInfo(Connection conn,
              String user) | 
| Modifier and Type | Method and Description | 
|---|---|
| (package private) boolean | timedOut(int maxIdleTime) | 
| (package private) boolean | updateAccessTime() | 
final Connection connection
private long lastAccessTime
private boolean closed
ConnectionInfo(Connection conn, String user)
boolean updateAccessTime()
boolean timedOut(int maxIdleTime)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.