net.i2p.router.transport
Class GetBidsJob
java.lang.Object
net.i2p.router.JobImpl
net.i2p.router.transport.GetBidsJob
- All Implemented Interfaces:
- Job
public class GetBidsJob
- extends JobImpl
Retrieve a set of bids for a particular outbound message, and if any are found
that meet the message's requirements, register the message as in process and
pass it on to the transport for processing
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GetBidsJob
public GetBidsJob(RouterContext ctx,
CommSystemFacadeImpl facade,
OutNetMessage msg)
getName
public java.lang.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.
getBids
static void getBids(RouterContext context,
CommSystemFacadeImpl facade,
OutNetMessage msg)