com.jolbox.bonecp
Class ConnectionMaxAgeThread

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

public class ConnectionMaxAgeThread
extends java.lang.Object
implements java.lang.Runnable

Periodically checks for connections to see if the connection has expired.

Author:
wwadge

Method Summary
 void run()
          Invoked periodically.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public void run()
Invoked periodically.

Specified by:
run in interface java.lang.Runnable


Copyright © 2009-2011 JolBox. All Rights Reserved.