|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jolbox.bonecp.ConnectionReleaseHelperThread
public class ConnectionReleaseHelperThread
A thread that monitors a queue containing connections to be released and moves those connections to the partition queue.
| Constructor Summary | |
|---|---|
ConnectionReleaseHelperThread(java.util.concurrent.BlockingQueue<ConnectionHandle> queue,
BoneCP pool)
Helper Thread constructor. |
|
| Method Summary | |
|---|---|
void |
run()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectionReleaseHelperThread(java.util.concurrent.BlockingQueue<ConnectionHandle> queue,
BoneCP pool)
queue - Handle to the release queue.pool - handle to the connection pool.| Method Detail |
|---|
public void run()
run in interface java.lang.RunnableRunnable.run()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||