net.i2p.router.client
Class LookupDestJob
java.lang.Object
net.i2p.router.JobImpl
net.i2p.router.client.LookupDestJob
- All Implemented Interfaces:
- Job
class LookupDestJob
- extends JobImpl
Look up the lease of a hash, to convert it to a Destination for the client
Method Summary |
String |
getName()
Descriptive name of the task |
void |
runJob()
Actually perform the task. |
LookupDestJob
public LookupDestJob(RouterContext context,
ClientConnectionRunner runner,
Hash h)
getName
public String getName()
- Description copied from interface:
Job
- Descriptive name of the task
runJob
public void runJob()
- Description copied from interface:
Job
- Actually perform the task. This call blocks until the Job is complete.