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 StringgetName()Descriptive name of the taskvoidrunJob()Actually perform the task.voidtestSuccessful(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:JobActually perform the task. This call blocks until the Job is complete.
-
testSuccessful
public void testSuccessful(int ms)
-
-