public static class ThreadPool.ControlRunnable extends Object implements Runnable
| Modifier and Type | Method and Description |
|---|---|
void |
kill() |
void |
run() |
void |
runIt(Runnable toRun)
Run a task
|
void |
runIt(ThreadPoolRunnable toRun)
Run a task
|
void |
stop() |
void |
terminate() |
public void runIt(Runnable toRun)
toRun - public void runIt(ThreadPoolRunnable toRun)
toRun - public void stop()
public void kill()
public void terminate()
Copyright © 2005–2017 Oracle Corporation. All rights reserved.