protected class DBConnectionPool.DBConnectionReaper extends Object implements Runnable
Check for connections whose lease has expired and return them to the free connection pool.
Constructor and Description |
---|
DBConnectionPool.DBConnectionReaper(long intvl)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
void |
run()
Connection reaper thread
|
void |
setOnlineCheckInterval(int interval)
Set the database online check interval
|
void |
shutdownRequest()
Shutdown the connection reaper
|
public DBConnectionPool.DBConnectionReaper(long intvl)
intvl
- longCopyright © 2005–2018 Alfresco Software. All rights reserved.