aicas logoJamaica 6.4 release 1

Uses of Class
javax.realtime.SchedulingParameters

Packages that use SchedulingParameters
javax.realtime Jamaica's implementation of the Real-Time Specification for Java. 
 

Uses of SchedulingParameters in javax.realtime
 

Subclasses of SchedulingParameters in javax.realtime
 class ImportanceParameters
           Jamaica Real-Time Specification for Java class ImportanceParameters.
 class PriorityParameters
           Jamaica Real-Time Specification for Java class PriorityParameters.
 

Methods in javax.realtime that return SchedulingParameters
 SchedulingParameters AbstractAsyncEventHandler.getSchedulingParameters()
          getSchedulingParameters returns the SchedulingParameters of this handler.
 SchedulingParameters RealtimeThread.getSchedulingParameters()
          getSchedulingParameters returns the SchedulingParameters of this RealtimeThread.
 SchedulingParameters Schedulable.getSchedulingParameters()
          getSchedulingParameters returns the SchedulingParameters of this Schedulable.
 

Methods in javax.realtime with parameters of type SchedulingParameters
 boolean PriorityScheduler.setIfFeasible(Schedulable schedulable, SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memory, ProcessingGroupParameters group)
          setIfFeasible first performs a feasibility analysis using the new scheduling, release, memory, and group parameters for schedulable.
abstract  boolean Scheduler.setIfFeasible(Schedulable schedulable, SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memory, ProcessingGroupParameters group)
          setIfFeasible first performs a feasibility analysis for schedulable using the new scheduling, release, memory, and group parameters.
 boolean AbstractAsyncEventHandler.setIfFeasible(SchedulingParameters sched, ReleaseParameters release, MemoryParameters memory)
           setIfFeasible performs a feasibility analysis using the provided scheduling, release and memory parameters.
 boolean RealtimeThread.setIfFeasible(SchedulingParameters sched, ReleaseParameters release, MemoryParameters memory)
           setIfFeasible performs a feasibility analysis using the provided scheduling, release, and memory parameters.
 boolean Schedulable.setIfFeasible(SchedulingParameters sched, ReleaseParameters release, MemoryParameters memory)
           setIfFeasible performs a feasibility analysis using the provided scheduling, release, and memory parameters.
 boolean AbstractAsyncEventHandler.setIfFeasible(SchedulingParameters sched, ReleaseParameters release, MemoryParameters memory, ProcessingGroupParameters group)
           setIfFeasible performs a feasibility analysis using the provided scheduling, release, memory, and processing group parameters.
 boolean RealtimeThread.setIfFeasible(SchedulingParameters sched, ReleaseParameters release, MemoryParameters memory, ProcessingGroupParameters group)
           setIfFeasible performs a feasibility analysis using the provided scheduling, release, memory, and processing group parameters.
 boolean Schedulable.setIfFeasible(SchedulingParameters sched, ReleaseParameters release, MemoryParameters memory, ProcessingGroupParameters group)
           setIfFeasible performs a feasibility analysis using the provided scheduling, release, memory, and processing group parameters.
 void AbstractAsyncEventHandler.setScheduler(Scheduler scheduler, SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memory, ProcessingGroupParameters group)
           setScheduler sets the scheduler and scheduling, release, memory, and processing group parameters for this handler.
 void RealtimeThread.setScheduler(Scheduler scheduler, SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memory, ProcessingGroupParameters group)
           setScheduler set the scheduler and scheduling, release, memory, and processing group parameters for this RealtimeThread.
 void Schedulable.setScheduler(Scheduler scheduler, SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memoryParameters, ProcessingGroupParameters processingGroup)
           setScheduler set the scheduler and scheduling, release, memory and processing group parameters for this Schedulable.
 void AbstractAsyncEventHandler.setSchedulingParameters(SchedulingParameters scheduling)
           setSchedulingParameters sets the scheduling parameters for this handler.
 void RealtimeThread.setSchedulingParameters(SchedulingParameters scheduling)
           setSchedulingParameters sets the scheduling parameters for this RealtimeThread.
 void Schedulable.setSchedulingParameters(SchedulingParameters scheduling)
           setSchedulingParameters sets the scheduling parameters for this Schedulable.
 boolean AbstractAsyncEventHandler.setSchedulingParametersIfFeasible(SchedulingParameters scheduling)
           setSchedulingParametersIfFeasible performs a feasibility analysis using the provided scheduling parameters.
 boolean RealtimeThread.setSchedulingParametersIfFeasible(SchedulingParameters scheduling)
           setSchedulingParametersIfFeasible performs a feasibility analysis using the provided scheduling parameters.
 boolean Schedulable.setSchedulingParametersIfFeasible(SchedulingParameters scheduling)
           setSchedulingParametersIfFeasible performs a feasibility analysis using the provided scheduling parameters.
 

Constructors in javax.realtime with parameters of type SchedulingParameters
ActiveEventDispatcher(SchedulingParameters schedule)
          Create a new dispatcher.
AsyncEventHandler(SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memory, MemoryArea area, ProcessingGroupParameters group, boolean noheap)
          Constructor to create an instance of AsyncEventHandler with the given scheduling, release, memory, memory area, processing group, and noheap parameters.
AsyncEventHandler(SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memory, MemoryArea area, ProcessingGroupParameters group, boolean noheap, Runnable logic)
          Constructor to create an instance of AsyncEventHandler with the given scheduling, release, memory, memory area, processing group, noheap, and logic parameters.
AsyncEventHandler(SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memory, MemoryArea area, ProcessingGroupParameters group, Runnable logic)
          Constructor to create an instance of AsyncEventHandler with the given scheduling, release, memory, memory area, processing group, and logic parameters.
BoundAsyncEventHandler(SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memory, MemoryArea area, ProcessingGroupParameters group, boolean nonheap, Runnable logic)
          Constructor to create an instance of BoundAsyncEventHandler with the given scheduling, release, memory, memory area, processing group, noheap, and logic parameters.
NoHeapRealtimeThread(SchedulingParameters scheduling, MemoryArea area)
          Constructor to create a NoHeapRealtimeThread with the given scheduling parameters and memory area.
NoHeapRealtimeThread(SchedulingParameters scheduling, ReleaseParameters release, MemoryArea area)
          Constructor to create a NoHeapRealtimeThread with the given scheduling and release parameters and memory area.
NoHeapRealtimeThread(SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memory, MemoryArea area, ProcessingGroupParameters group, Runnable logic)
          Constructor to create a NoHeapRealtimeThread using specified scheduling, release, and memory parameters, using the specified memory area, group, and logic.
RealtimeThread(SchedulingParameters scheduling)
          Constructor to create a RealtimeThread using specified scheduling parameters and default values for all other parameters.
RealtimeThread(SchedulingParameters scheduling, ReleaseParameters release)
          Constructor to create a RealtimeThread using specified scheduling and release parameters and default values for all other parameters.
RealtimeThread(SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memory, MemoryArea area, ProcessingGroupParameters group, Runnable logic)
           Constructor to create a RealtimeThread using specified scheduling, release, and memory parameters, using the specified memory area, group, and logic.
 


aicas logoJamaica 6.4 release 1

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