lejos.realtime
Class SchedulingParameters

java.lang.Object
  extended by lejos.realtime.SchedulingParameters
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
PriorityParameters, ReleaseParameters

public class SchedulingParameters
extends Object
implements Cloneable

Subclasses of SchedulingParameters (PriorityParameters, ImportanceParameters, and any others defined for particular schedulers) provide the parameters to be used by the Scheduler. Changes to the values in a parameters object affects the scheduling behavior of all the Schedulable objects to which it is bound. Caution: Subclasses of this class are explicitly unsafe in multithreaded situations when they are being changed. No synchronization is done. It is assumed that users of this class who are mutating instances will be doing their own synchronization at a higher level.

Author:
Benoit Bousquet

Constructor Summary
SchedulingParameters()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulingParameters

public SchedulingParameters()