Lightweight Bartering Grid

Uses of Class
lbg.peer.workflow.JobDescriptor

Packages that use JobDescriptor
lbg.middleware   
lbg.middleware.execution   
lbg.middleware.util   
lbg.peer.core.qms.prequeue   
lbg.peer.service   
lbg.peer.workflow   
lbg.user   
 

Uses of JobDescriptor in lbg.middleware
 

Methods in lbg.middleware with parameters of type JobDescriptor
 void AutomaticJobSubmitter.jobCompletion(JobDescriptor jd, int job_id)
          LiveUserAgentListener implementation.
 

Uses of JobDescriptor in lbg.middleware.execution
 

Methods in lbg.middleware.execution with parameters of type JobDescriptor
 void GridClassLoader.load(JobDescriptor jd)
          Tries to load all Tasks from the Job description
 

Uses of JobDescriptor in lbg.middleware.util
 

Methods in lbg.middleware.util that return JobDescriptor
 JobDescriptor JobConfigurator.configureJobDescriptor()
           
 JobDescriptor PropertiesJobLoader.loadJobDescription(UserAgent user, java.util.Properties props)
          Deprecated. Relying on the current working directory is dangerous and can yield confusing results for the user. The best is usually to specify the directory containing the JDF file using PropertiesJobLoader.loadJobDescription(UserAgent, Properties, String)
 JobDescriptor PropertiesJobLoader.loadJobDescription(UserAgent user, java.util.Properties props, java.lang.String basedir)
          Loads a JobDescriptor form a set of properties coming from a JDF file.
 

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

Methods in lbg.peer.core.qms.prequeue with parameters of type JobDescriptor
 int JobPreQueue.transferLocalJobToQMS(UserHandle uh, JobDescriptor jd)
           
 

Uses of JobDescriptor in lbg.peer.service
 

Methods in lbg.peer.service with parameters of type JobDescriptor
 int TestPeerHandle.submitJob(UserHandle uh, JobDescriptor jd)
           
 int SimulatedPeerService.submitJob(UserHandle uh, JobDescriptor jd)
           
 int SimulatedPeerHandle.submitJob(UserHandle uh, JobDescriptor jd)
           
 int LivePeerService.submitJob(UserHandle uh, JobDescriptor jd)
           
 int LivePeerHandle.submitJob(UserHandle uh, JobDescriptor jd)
          Submit a job to peer
 int AbstractUserPeerHandle.submitJob(UserHandle uh, JobDescriptor jd)
           
 

Uses of JobDescriptor in lbg.peer.workflow
 

Methods in lbg.peer.workflow with parameters of type JobDescriptor
 BoT BoTFactory.createBoT(java.lang.String consumer_peer_id, int job_id, JobDescriptor jd, boolean is_supplying_task)
          Creates a Bag of Tasks from given JobDescriptor.
 Job JobFactory.createLocalJob(UserHandle uh, JobDescriptor jd)
           
 

Uses of JobDescriptor in lbg.user
 

Methods in lbg.user with parameters of type JobDescriptor
 void LiveUserAgentListener.jobCompletion(JobDescriptor jd, int jobID)
          Called upon Job completion.
abstract  int UserAgent.submitJob(JobDescriptor jd)
           
 int SimulatedUserAgent.submitJob(JobDescriptor jd)
           
 int LiveUserAgent.submitJob(JobDescriptor jd)
          Submits a Job.
 


Lightweight Bartering Grid

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