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

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

Uses of RessourceManager in org.objectweb.proactive.scheduler
 

Constructors in org.objectweb.proactive.scheduler with parameters of type RessourceManager
JobNoDescriptor(RessourceManager ressourceManager, java.lang.Integer ressourceNb, java.lang.Integer estimatedTime)
           
 

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

Fields in org.objectweb.proactive.scheduler.policy declared as RessourceManager
protected  RessourceManager AbstractPolicy.ressourceManager
           
 

Constructors in org.objectweb.proactive.scheduler.policy with parameters of type RessourceManager
AbstractPolicy(RessourceManager ressourceManager)
          This is the main constructor for the creation of the job manager object.
FIFOPolicy(RessourceManager ressourceManager)
           
MixedPolicy(RessourceManager ressourceManager, java.util.Vector policyNames)
          Here we create a mixed policy job manager by submitting the ressource manager object and a vector of the policies that shall form this policy.
SpacePolicy(RessourceManager ressourceManager)
           
TimePolicy(RessourceManager ressourceManager)
           
 



Copyright 2001-2007 INRIA All Rights Reserved.