|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.realtime.SchedulingParameters
public abstract class SchedulingParameters
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 |
---|
protected SchedulingParameters()
Method Detail |
---|
public Object clone()
clone
in class Object
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |