com.sun.grizzly.http.jk.util.threads
Class ThreadPool.MonitorRunnable
java.lang.Object
com.sun.grizzly.http.jk.util.threads.ThreadPool.MonitorRunnable
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- ThreadPool
public static class ThreadPool.MonitorRunnable
- extends Object
- implements Runnable
Periodically execute an action - cleanup in this case
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
start
public void start()
setInterval
public void setInterval(int i)
run
public void run()
- Specified by:
run
in interface Runnable
stop
public void stop()
terminate
public void terminate()
- Stop the monitor
Copyright © 2012 Oracle Corporation. All Rights Reserved.