Package net.i2p.router.startup
Class BootCommSystemJob
- java.lang.Object
-
- net.i2p.router.JobImpl
-
- net.i2p.router.startup.BootCommSystemJob
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROP_USE_TRUSTED_LINKS
-
Constructor Summary
Constructors Constructor Description BootCommSystemJob(RouterContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, requeue, toString
-
-
-
-
Field Detail
-
PROP_USE_TRUSTED_LINKS
public static final String PROP_USE_TRUSTED_LINKS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BootCommSystemJob
public BootCommSystemJob(RouterContext context)
-
-