net.i2p.router.transport
Class GetBidsJob

java.lang.Object
  extended by net.i2p.router.JobImpl
      extended by net.i2p.router.transport.GetBidsJob
All Implemented Interfaces:
Job

 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


Constructor Summary
GetBidsJob(RouterContext ctx, TransportManager tmgr, OutNetMessage msg)
          Deprecated. unused, see static getBids()
 
Method Summary
(package private) static void fail(RouterContext context, OutNetMessage msg)
           
(package private) static void getBids(RouterContext context, TransportManager tmgr, OutNetMessage msg)
           
 String getName()
          Descriptive name of the task
 void runJob()
          Actually perform the task.
 
Methods inherited from class net.i2p.router.JobImpl
dropped, getAddedBy, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, requeue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetBidsJob

public GetBidsJob(RouterContext ctx,
                  TransportManager tmgr,
                  OutNetMessage msg)
Deprecated. unused, see static getBids()

Method Detail

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.


getBids

static void getBids(RouterContext context,
                    TransportManager tmgr,
                    OutNetMessage msg)

fail

static void fail(RouterContext context,
                 OutNetMessage msg)