Package net.i2p.router.transport
Class GetBidsJob
- java.lang.Object
- 
- net.i2p.router.JobImpl
- 
- net.i2p.router.transport.GetBidsJob
 
 
- 
- 
Constructor SummaryConstructors Constructor Description GetBidsJob(RouterContext ctx, TransportManager tmgr, OutNetMessage msg)Deprecated.unused, see static getBids()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static voidfail(RouterContext context, OutNetMessage msg)(package private) static voidgetBids(RouterContext context, TransportManager tmgr, OutNetMessage msg)StringgetName()Descriptive name of the taskvoidrunJob()Actually perform the task.- 
Methods inherited from class net.i2p.router.JobImpldropped, 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- 
runJobpublic void runJob() Description copied from interface:JobActually perform the task. This call blocks until the Job is complete.
 - 
getBidsstatic void getBids(RouterContext context, TransportManager tmgr, OutNetMessage msg) 
 - 
failstatic void fail(RouterContext context, OutNetMessage msg) 
 
- 
 
-