com.jolbox.bonecp
Class StatementReleaseHelperThread

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

public class StatementReleaseHelperThread
extends Object
implements Runnable

A thread that monitors a queue containing statements to be closed.

Author:
Wallace

Constructor Summary
StatementReleaseHelperThread(BlockingQueue<StatementHandle> queue, BoneCP pool)
          Helper 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

StatementReleaseHelperThread

public StatementReleaseHelperThread(BlockingQueue<StatementHandle> queue,
                                    BoneCP pool)
Helper Thread constructor.

Parameters:
queue - Handle to the release queue.
pool - handle to the connection pool.
Method Detail

run

public void run()

Specified by:
run in interface Runnable
See Also:
Runnable.run()


Copyright © 2009-2011 JolBox. All Rights Reserved.