Uses of Class
org.objectweb.proactive.scheduler.GenericJob

Packages that use GenericJob
org.objectweb.proactive.scheduler   
org.objectweb.proactive.scheduler.policy   
 

Uses of GenericJob in org.objectweb.proactive.scheduler
 

Methods in org.objectweb.proactive.scheduler that return GenericJob
 GenericJob Queue.get(java.lang.String jobId)
          returns the job associated with the job Id.
 GenericJob JobNoDescriptor.getJobDescription()
           
 GenericJob DeployedTask.getTaskDescription()
           
 GenericJob Scheduler.getTmpJob(java.lang.String jobID)
          Gets the temporary created generic job object to change it's attribute's content.
 GenericJob Queue.remove(java.lang.String jobId)
          removes and returns the job associated with the job Id from the queue.
 

Methods in org.objectweb.proactive.scheduler with parameters of type GenericJob
 void Queue.put(GenericJob job)
          Inserts the job to the queue and give it an Id.
 void DeployedTask.setTaskDescription(GenericJob jobDescription)
           
 BooleanWrapper Scheduler.sub(GenericJob job)
          Insert a job in the queue of the scheduler.
 

Constructors in org.objectweb.proactive.scheduler with parameters of type GenericJob
DeployedTask(GenericJob jobDescription, Agent agent)
           
 

Uses of GenericJob in org.objectweb.proactive.scheduler.policy
 

Methods in org.objectweb.proactive.scheduler.policy with parameters of type GenericJob
 boolean SpacePolicy.isToBeServed(GenericJob job1, GenericJob job2)
          Returns true if job1 is to be served before job2 according to the policy.
 boolean FIFOPolicy.isToBeServed(GenericJob job1, GenericJob job2)
          Returns true if job1 is to be served before job2 according to the policy.
 boolean MixedPolicy.isToBeServed(GenericJob job1, GenericJob job2)
          Returns true if job1 is to be served before job2 according to the policy.
 boolean TimePolicy.isToBeServed(GenericJob job1, GenericJob job2)
          Returns true if job1 is to be served before job2 according to the policy.
abstract  boolean AbstractPolicy.isToBeServed(GenericJob job1, GenericJob job2)
          This is an abstract comparer method to be redefined by the specifique policy ...
 BooleanWrapper AbstractPolicy.sub(GenericJob job)
          Insert job's descriptions in the queue.
 



Copyright 2001-2007 INRIA All Rights Reserved.