Package net.i2p.router.tasks
Class Republish
- java.lang.Object
-
- net.i2p.router.tasks.Republish
-
- All Implemented Interfaces:
SimpleTimer.TimedEvent
public class Republish extends Object implements SimpleTimer.TimedEvent
Periodically publish our RouterInfo to the netdb- Since:
- 0.8.12 moved from Router.java
-
-
Constructor Summary
Constructors Constructor Description Republish(RouterContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
timeReached()
the time requested has been reached (this call should NOT block, otherwise the whole SimpleTimer gets backed up)
-
-
-
Constructor Detail
-
Republish
public Republish(RouterContext ctx)
-
-
Method Detail
-
timeReached
public void timeReached()
Description copied from interface:SimpleTimer.TimedEvent
the time requested has been reached (this call should NOT block, otherwise the whole SimpleTimer gets backed up)- Specified by:
timeReached
in interfaceSimpleTimer.TimedEvent
-
-