Uses of Class
org.globus.cog.karajan.scheduler.NoFreeResourceException

Packages that use NoFreeResourceException
org.globus.cog.karajan.scheduler   
 

Uses of NoFreeResourceException in org.globus.cog.karajan.scheduler
 

Subclasses of NoFreeResourceException in org.globus.cog.karajan.scheduler
 class NoSuchResourceException
           
 

Methods in org.globus.cog.karajan.scheduler that throw NoFreeResourceException
 Contact LateBindingScheduler.allocateContact()
           
 Contact Scheduler.allocateContact()
          Attempt to allocate a host.
 Contact LateBindingScheduler.allocateContact(Object constraints)
           
 Contact Scheduler.allocateContact(Object constraints)
           
protected  void LateBindingScheduler.checkGlobalLoadConditions()
           
protected  boolean LateBindingScheduler.checkLoad(BoundContact contact)
           
protected  void LateBindingScheduler.checkTaskLoadConditions(Task t)
           
protected  BoundContact LateBindingScheduler.getNextContact(Task t)
           
protected  BoundContact DefaultScheduler.getNextContact(TaskConstraints t)
           
protected abstract  BoundContact LateBindingScheduler.getNextContact(TaskConstraints constraints)
           
protected  BoundContact ThrottlingScheduler.getNextContact(TaskConstraints constraints)
           
protected  BoundContact WeightedHostScoreScheduler.getNextContact(TaskConstraints t)
           
 BoundContact LateBindingScheduler.resolveContact(Task t, Contact contact)
           
 BoundContact LateBindingScheduler.resolveVirtualContact(Contact contact)