Uses of Interface
org.isam.exehda.services.Executor.SchedulingHeuristic

Packages that use Executor.SchedulingHeuristic
org.isam.exehda.services   
org.isam.exehda.services.primos   
org.isam.exehda.services.tips   
 

Uses of Executor.SchedulingHeuristic in org.isam.exehda.services
 

Methods in org.isam.exehda.services with parameters of type Executor.SchedulingHeuristic
 void Executor.setHeuristic(Executor.SchedulingHeuristic sh)
          Deprecated. As an application attribute, the sche-heuristic is going to be configured through the application launching descriptor, but this feature is not yet implemented.
 

Uses of Executor.SchedulingHeuristic in org.isam.exehda.services.primos
 

Classes in org.isam.exehda.services.primos that implement Executor.SchedulingHeuristic
(package private)  class HostIdHeuristic
           
(package private)  class LocalHostHeuristic
           
 

Methods in org.isam.exehda.services.primos that return Executor.SchedulingHeuristic
 Executor.SchedulingHeuristic Application.getHeuristic()
           
 

Methods in org.isam.exehda.services.primos with parameters of type Executor.SchedulingHeuristic
 void Application.setHeuristic(Executor.SchedulingHeuristic h)
           
 void ExecutorImpl.setHeuristic(Executor.SchedulingHeuristic h)
           
 

Uses of Executor.SchedulingHeuristic in org.isam.exehda.services.tips
 

Classes in org.isam.exehda.services.tips that implement Executor.SchedulingHeuristic
 class TipsSchedulingHeuristic