Class FloodOnlyLookupMatchJob
java.lang.Object
net.i2p.router.JobImpl
net.i2p.router.networkdb.kademlia.FloodOnlyLookupMatchJob
- Direct Known Subclasses:
 DirectLookupMatchJob
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Logprotected final FloodSearchJobprotected boolean - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetName()Descriptive name of the taskvoidrunJob()Actually perform the task.voidsetMessage(I2NPMessage message) Called by InNetMessagePool when an I2NPMessage matching a MessageSelector registered with the OutboundMessageRegistry is receivedMethods inherited from class net.i2p.router.JobImpl
dropped, getAddedBy, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, madeReady, requeue, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.i2p.router.Job
dropped, getAddedBy, getJobId, getTiming 
- 
Field Details
- 
_log
 - 
_search
 - 
_success
protected volatile boolean _success 
 - 
 - 
Constructor Details
- 
FloodOnlyLookupMatchJob
 
 - 
 - 
Method Details
- 
runJob
public void runJob()Description copied from interface:JobActually perform the task. This call blocks until the Job is complete. - 
getName
Description copied from interface:JobDescriptive name of the task - 
setMessage
Description copied from interface:ReplyJobCalled by InNetMessagePool when an I2NPMessage matching a MessageSelector registered with the OutboundMessageRegistry is received- Specified by:
 setMessagein interfaceReplyJob
 
 -