Uses of Class
org.almendra.janet.cas.schedulers.Arbitrator

Packages that use Arbitrator
org.almendra.janet.cas.node   
org.almendra.janet.cas.schedulers   
 

Uses of Arbitrator in org.almendra.janet.cas.node
 

Fields in org.almendra.janet.cas.node declared as Arbitrator
protected  Arbitrator SchedulerAnchor.arbitrator
           
protected  Arbitrator SchedulerAnchor.systemArbitrator
           
 

Methods in org.almendra.janet.cas.node that return Arbitrator
 Arbitrator SchedulerAnchor.getArbitrator()
           
 Arbitrator Node.getArbitrator()
           
 Arbitrator SchedulerAnchor.getSystemArbitrator()
           
 Arbitrator Node.getSystemArbitrator()
           
 

Uses of Arbitrator in org.almendra.janet.cas.schedulers
 

Fields in org.almendra.janet.cas.schedulers declared as Arbitrator
protected  Arbitrator ArbitratedScheduler.arbitrator
           
 

Constructors in org.almendra.janet.cas.schedulers with parameters of type Arbitrator
ApplicationScheduler(Arbitrator arbitrator, AbstractApplication application, Capability capability, Logger logger, boolean verbose, int numPriorities)
           
ArbitratedScheduler(Arbitrator arbitrator, AbstractApplication application, Capability capability, Logger logger, boolean verbose, int numPriorities)
           
SystemScheduler(Arbitrator arbitrator, AbstractApplication application, Capability capability, Logger logger, boolean verbose, int numPriorities)