com.jolbox.bonecp
Class PoolWatchThread
java.lang.Object
com.jolbox.bonecp.PoolWatchThread
- All Implemented Interfaces:
- Runnable
public class PoolWatchThread
- extends Object
- implements Runnable
Watches a partition to create new connections when required.
- Author:
- wwadge
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PoolWatchThread
public PoolWatchThread(ConnectionPartition connectionPartition,
BoneCP pool)
- Thread constructor
- Parameters:
connectionPartition - partition to monitorpool - Pool handle.
run
public void run()
- Specified by:
run in interface Runnable
Copyright © 2009-2011 JolBox. All Rights Reserved.