net.i2p.router.networkdb
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
_notFirstTime |
(package private) static long |
FIRST_TIME_DELAY
this needs to be long enough to give us time to start up,
but less than 20m (when we start accepting tunnels and could be a IBGW)
|
(package private) static long |
PUBLISH_DELAY |
Constructor and Description |
---|
PublishLocalRouterInfoJob(RouterContext ctx) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Descriptive name of the task
|
void |
runJob()
Actually perform the task.
|
dropped, getAddedBy, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, requeue, toString
static final long PUBLISH_DELAY
static final long FIRST_TIME_DELAY
boolean _notFirstTime
public PublishLocalRouterInfoJob(RouterContext ctx)