net.i2p.router.tasks
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
Method Summary |
String |
getName()
Descriptive name of the task |
void |
runJob()
Actually perform the task. |
PersistRouterInfoJob
public PersistRouterInfoJob(RouterContext ctx)
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.