net.i2p.router.tasks
Class GracefulShutdown

java.lang.Object
  extended by 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
GracefulShutdown(RouterContext ctx)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GracefulShutdown

public GracefulShutdown(RouterContext ctx)
Method Detail

run

public void run()
Specified by:
run in interface Runnable