net.i2p.router.tasks
Class Restarter

java.lang.Object
  extended by net.i2p.router.tasks.Restarter
All Implemented Interfaces:
Runnable

public class Restarter
extends Object
implements Runnable

Since:
0.8.8, moved from Router in 0.8.12

Constructor Summary
Restarter(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

Restarter

public Restarter(RouterContext ctx)
Method Detail

run

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