net.i2p.router.tasks
Class GracefulShutdown
java.lang.Object
net.i2p.router.tasks.GracefulShutdown
- All Implemented Interfaces:
- Runnable
public class GracefulShutdown
- extends Object
- implements Runnable
Simple thread that sits and waits forever, managing the
graceful shutdown "process" (describing it would take more text
than just reading the code...)
- Since:
- 0.8.12 moved from Router
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GracefulShutdown
public GracefulShutdown(RouterContext ctx)
run
public void run()
- Specified by:
run
in interface Runnable