net.i2p.router.startup
Class CreateRouterInfoJob
java.lang.Object
net.i2p.router.JobImpl
net.i2p.router.startup.CreateRouterInfoJob
- All Implemented Interfaces:
- Job
public class CreateRouterInfoJob
- extends JobImpl
CreateRouterInfoJob
public CreateRouterInfoJob(RouterContext ctx,
Job next)
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.
createRouterInfo
RouterInfo createRouterInfo()
getCurrentPublishDate
static long getCurrentPublishDate(RouterContext context)
- We probably don't want to expose the exact time at which a router published its info.
perhaps round down to the nearest minute? 10 minutes? 30 minutes? day?