| Modifier | Constructor and Description |
|---|---|
protected |
ConnectionMaxAgeThread(ConnectionPartition connectionPartition,
ScheduledExecutorService scheduler,
BoneCP pool,
long maxAgeInMs,
boolean lifoMode)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
closeConnection(ConnectionHandle connection)
Closes off this connection
|
void |
run()
Invoked periodically.
|
protected ConnectionMaxAgeThread(ConnectionPartition connectionPartition, ScheduledExecutorService scheduler, BoneCP pool, long maxAgeInMs, boolean lifoMode)
connectionPartition - partition to work onscheduler - Scheduler handler.pool - pool handlemaxAgeInMs - Threads older than this are killed offlifoMode - if true, we're running under a lifo fashion.protected void closeConnection(ConnectionHandle connection)
connection - to closeCopyright © 2009-2013 JolBox. All Rights Reserved.