Package net.i2p.router.transport
Class GetBidsJob
- java.lang.Object
-
- net.i2p.router.JobImpl
-
- net.i2p.router.transport.GetBidsJob
-
-
Constructor Summary
Constructors Constructor Description GetBidsJob(RouterContext ctx, TransportManager tmgr, OutNetMessage msg)
Deprecated.unused, see static getBids()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (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 taskvoid
runJob()
Actually perform the task.-
Methods inherited from class net.i2p.router.JobImpl
dropped, getAddedBy, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, requeue, toString
-
-
-
-
Constructor Detail
-
GetBidsJob
@Deprecated public GetBidsJob(RouterContext ctx, TransportManager tmgr, OutNetMessage msg)
Deprecated.unused, see static getBids()
-
-
Method Detail
-
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)
-
-