class FloodOnlyLookupMatchJob extends JobImpl implements ReplyJob
Modifier and Type | Field and Description |
---|---|
protected Log |
_log |
protected FloodSearchJob |
_search |
protected boolean |
_success |
Constructor and Description |
---|
FloodOnlyLookupMatchJob(RouterContext ctx,
FloodSearchJob job) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Descriptive name of the task
|
void |
runJob()
Actually perform the task.
|
void |
setMessage(I2NPMessage message)
Called by InNetMessagePool when an I2NPMessage
matching a MessageSelector registered with the OutboundMessageRegistry
is received
|
dropped, getAddedBy, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, madeReady, requeue, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
dropped, getAddedBy, getJobId, getTiming
protected final Log _log
protected final FloodSearchJob _search
protected volatile boolean _success
public FloodOnlyLookupMatchJob(RouterContext ctx, FloodSearchJob job)
public void runJob()
Job
public void setMessage(I2NPMessage message)
ReplyJob
setMessage
in interface ReplyJob