net.i2p.router.networkdb.kademlia
Class SearchUpdateReplyFoundJob
java.lang.Object
net.i2p.router.JobImpl
net.i2p.router.networkdb.kademlia.SearchUpdateReplyFoundJob
- All Implemented Interfaces:
- Job, ReplyJob
- class SearchUpdateReplyFoundJob
- extends JobImpl
- implements ReplyJob
Called after a match to a db search is found
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SearchUpdateReplyFoundJob
public SearchUpdateReplyFoundJob(RouterContext context,
RouterInfo peer,
SearchState state,
KademliaNetworkDatabaseFacade facade,
SearchJob job)
getName
public java.lang.String getName()
- Description copied from interface:
Job
- Descriptive name of the task
- Specified by:
getName
in interface Job
runJob
public void runJob()
- Description copied from interface:
Job
- Actually perform the task. This call blocks until the Job is complete.
- Specified by:
runJob
in interface Job
setMessage
public void setMessage(I2NPMessage message)
- Specified by:
setMessage
in interface ReplyJob