Apache Tomcat 7.0.42

org.apache.tomcat.jdbc.pool
Class ConnectionPool.PoolCleaner

java.lang.Object
  extended by java.util.TimerTask
      extended by org.apache.tomcat.jdbc.pool.ConnectionPool.PoolCleaner
All Implemented Interfaces:
Runnable
Enclosing class:
ConnectionPool

protected static class ConnectionPool.PoolCleaner
extends TimerTask


Field Summary
protected  long lastRun
           
protected  WeakReference<ConnectionPool> pool
           
protected  long sleepTime
           
 
Method Summary
 void run()
           
 void start()
           
 void stopRunning()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pool

protected WeakReference<ConnectionPool> pool

sleepTime

protected long sleepTime

lastRun

protected volatile long lastRun
Method Detail

run

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

start

public void start()

stopRunning

public void stopRunning()

Apache Tomcat 7.0.42

Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.