Package net.i2p.router.tunnel.pool
Class TestJob
- java.lang.Object
-
- net.i2p.router.JobImpl
-
- net.i2p.router.tunnel.pool.TestJob
-
-
Constructor Summary
Constructors Constructor Description TestJob(RouterContext ctx, PooledTunnelCreatorConfig cfg, TunnelPool pool)
-
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.void
testSuccessful(int ms)
-
Methods inherited from class net.i2p.router.JobImpl
dropped, getAddedBy, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, requeue, toString
-
-
-
-
Constructor Detail
-
TestJob
public TestJob(RouterContext ctx, PooledTunnelCreatorConfig cfg, TunnelPool pool)
-
-
Method Detail
-
runJob
public void runJob()
Description copied from interface:Job
Actually perform the task. This call blocks until the Job is complete.
-
testSuccessful
public void testSuccessful(int ms)
-
-