javax.realtime
Class SchedulingParameters

java.lang.Object
  extended byjavax.realtime.SchedulingParameters
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
PriorityParameters

public abstract 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:
Angelo Corsaro, Morgan Deters
See Also:
Scheduler

Constructor Summary
protected SchedulingParameters()
           
 
Method Summary
 Object clone()
          Clone this SchedulingParameters object.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulingParameters

protected SchedulingParameters()
Method Detail

clone

public Object clone()
Clone this SchedulingParameters object. The returned SchedulingParameters object is not yet bound to a Schedulable object.



jRate is developed and maintained by the jRate project development team.
Copyright (c) 2001-2006 Angelo Corsaro and Morgan Deters.