aicas logoJamaica 6.4 release 1

javax.realtime
Class SchedulingParameters

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

public abstract class SchedulingParameters
extends Object
implements Cloneable

Jamaica Real-Time Specification for Java class SchedulingParameters.

Subclasses of this class provide parameters for schedulable objects used by the scheduler to perform the scheduling of these objects.

NOTE: the methods in this class are not synchronized. They cannot be used by several threads simultaneously without proper explicit synchronization.


Constructor Summary
protected SchedulingParameters()
          Constructor to create SchedulingParameter that are not associated with any schedulable object.
 
Method Summary
 Object clone()
          clone creates a clone of this object with the same parameters but without association to any schedulable object
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulingParameters

protected SchedulingParameters()
Constructor to create SchedulingParameter that are not associated with any schedulable object.

Method Detail

clone

public Object clone()
clone creates a clone of this object with the same parameters but without association to any schedulable object

Overrides:
clone in class Object
Returns:
a new instance of SchedulableParameters without any associated schedulable objects.
Since:
RTSJ V1.0.1

aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.