org.apache.tomcat.util.threads

Class ThreadPool.MonitorRunnable

public static class ThreadPool.MonitorRunnable extends Object implements Runnable

Periodically execute an action - cleanup in this case
Method Summary
voidrun()
voidsetInterval(int i)
voidstart()
voidstop()
voidterminate()
Stop the monitor

Method Detail

run

public void run()

setInterval

public void setInterval(int i)

start

public void start()

stop

public void stop()

terminate

public void terminate()
Stop the monitor
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.