Job
public class PeerTestJob extends JobImpl
Constructor | Description |
---|---|
PeerTestJob(RouterContext context) |
Creates a new instance of PeerTestJob
|
Modifier and Type | Method | Description |
---|---|---|
String |
getName() |
Descriptive name of the task
|
void |
runJob() |
Actually perform the task.
|
void |
startTesting(PeerManager manager) |
|
void |
stopTesting() |
dropped, getAddedBy, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, requeue, toString
public PeerTestJob(RouterContext context)
public void startTesting(PeerManager manager)
public void stopTesting()
public void runJob()
Job