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

Packages that use SchedulerConstants
org.objectweb.proactive.core.descriptor.services Provides classes to start JVM acquisition services like RMI lookup service on a ProActiveRuntime, P2P ProActiveRuntime acquisition service, or Fault Tolerance service. 
org.objectweb.proactive.scheduler   
org.objectweb.proactive.scheduler.policy   
 

Uses of SchedulerConstants in org.objectweb.proactive.core.descriptor.services
 

Classes in org.objectweb.proactive.core.descriptor.services that implement SchedulerConstants
 class SchedulerLookupService
          This class represents a service to acquire the nodes of a given Job from the scheduler service This service can be defined and used transparently when using XML Deployment descriptor
 

Uses of SchedulerConstants in org.objectweb.proactive.scheduler
 

Classes in org.objectweb.proactive.scheduler that implement SchedulerConstants
 class Scheduler
          This is the class of the scheduler daemon.
 

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

Classes in org.objectweb.proactive.scheduler.policy that implement SchedulerConstants
 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.