Lightweight Bartering Grid

Uses of Class
lbg.peer.workflow.Job

Packages that use Job
lbg.peer.core.qms   
lbg.peer.core.qms.prequeue   
lbg.peer.workflow   
 

Uses of Job in lbg.peer.core.qms
 

Methods in lbg.peer.core.qms with parameters of type Job
 void QueueManager.queueLocalJob(Job job)
          Queues a Local Job.
 void QueueManager.queueSupplyingJob(Job job, java.lang.String consumer_id)
          Queues a Supplying Job.
 

Uses of Job in lbg.peer.core.qms.prequeue
 

Fields in lbg.peer.core.qms.prequeue declared as Job
 Job JobPreQueue.RequestHolder.job
           
 

Constructors in lbg.peer.core.qms.prequeue with parameters of type Job
JobPreQueue.RequestHolder(Job job, java.lang.String consumer_id)
           
 

Uses of Job in lbg.peer.workflow
 

Methods in lbg.peer.workflow that return Job
 Job JobFactory.createLocalJob(UserHandle uh, JobDescriptor jd)
           
 Job JobFactory.createSupplyingJob(Task t)
           
 

Methods in lbg.peer.workflow with parameters of type Job
 int Job.compareTo(Job other)
           
 


Lightweight Bartering Grid

Copyright (c) 2005-2008, Cyril Briquet, parts Xavier Dalem.