Uses of Interface
org.objectweb.proactive.scheduler.JobConstants

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

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

Classes in org.objectweb.proactive.scheduler.policy that implement JobConstants
 class AbstractPolicy
          This is an abstract class that contains all the essential tools for the job managers to run.
 class FIFOPolicy
          FIFO Policy is a policy where the jobs are served by the order of their submission to the scheduler.
 class MixedPolicy
          This is the mixed policy class that takes, while instanciating, the policy names and creates a vector of the policies for the only purpose of using its comparor
 class SpacePolicy
          Space policy is a policy where the jobs that need the minimum of ressources are served first.
 class TimePolicy
          Time policy is a policy where the quickest job is served first.
 



Copyright 2001-2007 INRIA All Rights Reserved.