Package 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
-
Constructor Summary
Constructors Constructor Description GracefulShutdown(RouterContext ctx)
-
Method Summary
Modifier and Type Method Description void
run()