Class PersistRouterInfoJob

java.lang.Object
net.i2p.router.JobImpl
net.i2p.router.tasks.PersistRouterInfoJob
All Implemented Interfaces:
Job

public class PersistRouterInfoJob extends JobImpl
Update the router.info file whenever its, er, updated
Since:
0.8.12 moved from Router.java
  • Constructor Details

    • PersistRouterInfoJob

      public PersistRouterInfoJob(RouterContext ctx)
  • Method Details

    • getName

      public String getName()
      Description copied from interface: Job
      Descriptive name of the task
    • runJob

      public void runJob()
      Description copied from interface: Job
      Actually perform the task. This call blocks until the Job is complete.