com.jolbox.bonecp
Class PoolWatchThread

java.lang.Object
  extended by com.jolbox.bonecp.PoolWatchThread
All Implemented Interfaces:
java.lang.Runnable

public class PoolWatchThread
extends java.lang.Object
implements java.lang.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
equals, 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 java.lang.Runnable


Copyright © 2009-2011 JolBox. All Rights Reserved.