Uses of Class
javax.realtime.ProcessingGroupParameters

Packages that use ProcessingGroupParameters
javax.realtime   
 

Uses of ProcessingGroupParameters in javax.realtime
 

Fields in javax.realtime declared as ProcessingGroupParameters
protected  ProcessingGroupParameters RealtimeThread.processingGroup
          This RealtimeThread's ProcessingGroupParameters.
protected  ProcessingGroupParameters AsyncEventHandler.processingGroup
          This object's processing group parameters
 

Methods in javax.realtime that return ProcessingGroupParameters
 ProcessingGroupParameters Schedulable.getProcessingGroupParameters()
           
 ProcessingGroupParameters RealtimeThread.getProcessingGroupParameters()
          Get this thread's processing group parameters
 ProcessingGroupParameters AsyncEventHandler.getProcessingGroupParameters()
           
 

Methods in javax.realtime with parameters of type ProcessingGroupParameters
 boolean Scheduler.setIfFeasible(Schedulable schedulable, ReleaseParameters release, MemoryParameters memory, ProcessingGroupParameters group)
          Returns true if, after considering the values of the parameters, the task set would still be feasible.
 void Schedulable.setProcessingGroupParameters(ProcessingGroupParameters groupParameters)
          Set the ProcessingGroupParameters of this schedulable object.
 boolean Schedulable.setProcessingGroupParametersIfFeasible(ProcessingGroupParameters groupParameters)
           
 void Schedulable.setScheduler(Scheduler scheduler, SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memoryParameters, ProcessingGroupParameters processingGroup)
          Set the Scheduler and associated parameters of this object
 void RealtimeThread.setProcessingGroupParameters(ProcessingGroupParameters processingGroup)
          Set this thread's processing group parameters
 boolean RealtimeThread.setProcessingGroupParametersIfFeasible(ProcessingGroupParameters groupParameters)
          Set this thread's processing group parameters if it would still be feasible given that change
 void RealtimeThread.setScheduler(Scheduler scheduler, SchedulingParameters scheduling, ReleaseParameters releaseParameters, MemoryParameters memoryParameters, ProcessingGroupParameters processingGroup)
          Set all the following parameters of this thread:
 boolean PriorityScheduler.setIfFeasible(Schedulable schedulable, ReleaseParameters release, MemoryParameters memory, ProcessingGroupParameters group)
           
 void AsyncEventHandler.setProcessingGroupParameters(ProcessingGroupParameters processingGroup)
           
 boolean AsyncEventHandler.setProcessingGroupParametersIfFeasible(ProcessingGroupParameters groupParameters)
          Not currently implemented
 void AsyncEventHandler.setScheduler(Scheduler scheduler, SchedulingParameters schedulingParameters, ReleaseParameters releaseParameters, MemoryParameters memoryParameters, ProcessingGroupParameters processingGroup)
           
 

Constructors in javax.realtime with parameters of type ProcessingGroupParameters
RealtimeThread(SchedulingParameters scheduling, ReleaseParameters releaseParameters, MemoryParameters memoryParameters, MemoryArea memoryArea, ProcessingGroupParameters processingGroup, java.lang.Runnable logic)
          Constructor
RealtimeThread(java.lang.String name, SchedulingParameters scheduling, ReleaseParameters releaseParameters, MemoryParameters memoryParameters, MemoryArea memoryArea, ProcessingGroupParameters processingGroup, java.lang.Runnable logic)
          Constructor
NoHeapRealtimeThread(SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memory, MemoryArea area, ProcessingGroupParameters group, java.lang.Runnable logic)
          Create a real-time thread with the given characteristics and a Runnable.
NoHeapRealtimeThread(java.lang.String name, SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memory, MemoryArea area, ProcessingGroupParameters group, java.lang.Runnable logic)
          Constructor.
BoundAsyncEventHandler(SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memory, MemoryArea area, ProcessingGroupParameters group, boolean nonheap, java.lang.Runnable logic)
          Create an instance of BoundAsyncEventHandler with the specified parameters.
AsyncEventHandler(SchedulingParameters schedulingParameters, ReleaseParameters releaseParameters, MemoryParameters memoryParameters, MemoryArea memoryArea, ProcessingGroupParameters processingGroup, boolean nonheap, java.lang.Runnable logic)
          Create a handler with the specified parameters.