aicas logo Realtime Java
Technology.

Uses of Class
javax.realtime.SchedulingParameters

Uses of SchedulingParameters in javax.realtime
 

Subclasses of SchedulingParameters in javax.realtime
 class ImportanceParameters
           
 class PriorityParameters
           
 

Methods in javax.realtime that return SchedulingParameters
 SchedulingParameters RealtimeThread.getSchedulingParameters()
           
 SchedulingParameters Schedulable.getSchedulingParameters()
           
 SchedulingParameters AsyncEventHandler.getSchedulingParameters()
           
 

Methods in javax.realtime with parameters of type SchedulingParameters
 void RealtimeThread.setScheduler(Scheduler scheduler, SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memoryParameters, ProcessingGroupParameters processingGroup)
           
 void RealtimeThread.setSchedulingParameters(SchedulingParameters scheduling)
           
 boolean RealtimeThread.setSchedulingParametersIfFeasible(SchedulingParameters scheduling)
           
 void Schedulable.setScheduler(Scheduler scheduler, SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memoryParameters, ProcessingGroupParameters processingGroup)
           
 void Schedulable.setSchedulingParameters(SchedulingParameters scheduling)
           
 boolean Schedulable.setSchedulingParametersIfFeasible(SchedulingParameters scheduling)
           
 void AsyncEventHandler.setScheduler(Scheduler scheduler, SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memoryParameters, ProcessingGroupParameters processingGroup)
           
 void AsyncEventHandler.setSchedulingParameters(SchedulingParameters scheduling)
           
 boolean AsyncEventHandler.setSchedulingParametersIfFeasible(SchedulingParameters scheduling)
           
 

Constructors in javax.realtime with parameters of type SchedulingParameters
RealtimeThread(SchedulingParameters scheduling)
           
RealtimeThread(SchedulingParameters scheduling, ReleaseParameters release)
           
RealtimeThread(SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memory, MemoryArea area, ProcessingGroupParameters group, java.lang.Runnable logic)
           
NoHeapRealtimeThread(SchedulingParameters sp, MemoryArea ma)
           
NoHeapRealtimeThread(SchedulingParameters sp, ReleaseParameters rp, MemoryArea ma)
           
NoHeapRealtimeThread(SchedulingParameters sp, ReleaseParameters rp, MemoryParameters mp, MemoryArea ma, ProcessingGroupParameters group, java.lang.Runnable logic)
           
AsyncEventHandler(SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memory, MemoryArea area, ProcessingGroupParameters group, java.lang.Runnable logic)
           
AsyncEventHandler(SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memory, MemoryArea area, ProcessingGroupParameters group, boolean nonheap)
           
AsyncEventHandler(SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memory, MemoryArea area, ProcessingGroupParameters group, boolean nonheap, java.lang.Runnable logic)
           
BoundAsyncEventHandler(SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memory, MemoryArea area, ProcessingGroupParameters group, boolean nonheap, java.lang.Runnable logic)
           
 


aicas logo Realtime Java
Technology.

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2003 aicas GmbH. All Rights Reserved.