Package net.i2p.router.tunnel.pool
Class TestJob
java.lang.Object
net.i2p.router.JobImpl
net.i2p.router.tunnel.pool.TestJob
- All Implemented Interfaces:
Job
Repeatedly test a single tunnel for its entire lifetime,
or until the pool is shut down or removed from the client manager.
Tunnel testing is enabled by default.
see TunnelPoolManager.buildComplete()
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()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, madeReady, requeue, toString
-
Constructor Details
-
TestJob
-
-
Method Details