Uses of Class
javax.realtime.MemoryParameters

Packages that use MemoryParameters
javax.realtime   
 

Uses of MemoryParameters in javax.realtime
 

Fields in javax.realtime declared as MemoryParameters
protected  MemoryParameters RealtimeThread.memoryParameters
          This RealtimeThread's MemoryParameters.
protected  MemoryParameters AsyncEventHandler.memoryParameters
          This object's memory parameters
 

Methods in javax.realtime that return MemoryParameters
 MemoryParameters Schedulable.getMemoryParameters()
           
 MemoryParameters RealtimeThread.getMemoryParameters()
          Set this thread's memory parameters
 MemoryParameters AsyncEventHandler.getMemoryParameters()
          Get this object'MemoryParameters.
 

Methods in javax.realtime with parameters of type MemoryParameters
 boolean Scheduler.setIfFeasible(Schedulable schedulable, ReleaseParameters release, MemoryParameters memory)
          Returns true if, after considering the values of the parameters, the task set would still be feasible.
 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.setMemoryParameters(MemoryParameters memory)
          Set the MemoryParameters of this schedulable object.
 boolean Schedulable.setMemoryParametersIfFeasible(MemoryParameters memory)
           
 void Schedulable.setScheduler(Scheduler scheduler, SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memoryParameters, ProcessingGroupParameters processingGroup)
          Set the Scheduler and associated parameters of this object
 void RealtimeThread.setMemoryParameters(MemoryParameters memoryParameters)
          Set this thread's memory parameters
 boolean RealtimeThread.setMemoryParametersIfFeasible(MemoryParameters memoryParameters)
          Set this thread's memory 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)
           
 boolean PriorityScheduler.setIfFeasible(Schedulable schedulable, ReleaseParameters release, MemoryParameters memory, ProcessingGroupParameters group)
           
 boolean AsyncEventHandler.setIfFeasible(ReleaseParameters release, MemoryParameters memoryParameters)
          Not currently implemented
 void AsyncEventHandler.setMemoryParameters(MemoryParameters memoryParameters)
           
 boolean AsyncEventHandler.setMemoryParametersIfFeasible(MemoryParameters memory)
          Not currently implemented
 void AsyncEventHandler.setScheduler(Scheduler scheduler, SchedulingParameters schedulingParameters, ReleaseParameters releaseParameters, MemoryParameters memoryParameters, ProcessingGroupParameters processingGroup)
           
 

Constructors in javax.realtime with parameters of type MemoryParameters
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.