com.jolbox.bonecp
Class PoolWatchThread

java.lang.Object
  extended by 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

Constructor Summary
PoolWatchThread(ConnectionPartition connectionPartition, BoneCP pool)
          Thread constructor
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolWatchThread

public PoolWatchThread(ConnectionPartition connectionPartition,
                       BoneCP pool)
Thread constructor

Parameters:
connectionPartition - partition to monitor
pool - Pool handle.
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2009-2011 JolBox. All Rights Reserved.