Package net.i2p.router.networkdb
Class PublishLocalRouterInfoJob
- java.lang.Object
-
- net.i2p.router.JobImpl
-
- net.i2p.router.networkdb.PublishLocalRouterInfoJob
-
-
Constructor Summary
Constructors Constructor Description PublishLocalRouterInfoJob(RouterContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getDelay()
String
getName()
Descriptive name of the taskvoid
runJob()
Actually perform the task.-
Methods inherited from class net.i2p.router.JobImpl
dropped, getAddedBy, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, madeReady, requeue, toString
-
-
-
-
Constructor Detail
-
PublishLocalRouterInfoJob
public PublishLocalRouterInfoJob(RouterContext ctx)
-
-
Method Detail
-
runJob
public void runJob()
Description copied from interface:Job
Actually perform the task. This call blocks until the Job is complete.
-
getDelay
public long getDelay()
- Since:
- public since 0.9.65 for use by Router
-
-