aicas logoJamaicaVM 3.2 rel 62
RTSJ Implementation

Uses of Interface
javax.realtime.Schedulable

Uses of Schedulable in javax.realtime
 

Classes in javax.realtime that implement Schedulable
 class AsyncEventHandler
           Jamaica Realtime Specification for Java class AsyncEventHandler.
 class BoundAsyncEventHandler
          Jamaica Realtime Specification for Java class BoundAsyncEventHandler.
 class NoHeapRealtimeThread
          Jamaica Realtime Specification for Java class NoHeapRealTimeThread.
 class RealtimeThread
           Jamaica Realtime Specification for Java class RealtimeThread.
 

Methods in javax.realtime with parameters of type Schedulable
protected abstract  boolean Scheduler.addToFeasibility(Schedulable schedulable)
          addToFeasibility adds the provided schedulable object to the set of schedulable objects that take part in feasibility analysis.
protected  boolean PriorityScheduler.addToFeasibility(Schedulable schedulable)
          addToFeasibility adds the provided schedulable object to the set of schedulable objects that take part in feasibility analysis.
abstract  void Scheduler.fireSchedulable(Schedulable schedulable)
          Fire a release for the given schedulable object.
 void PriorityScheduler.fireSchedulable(Schedulable schedulable)
          Fire a release for the given schedulable object.
protected abstract  boolean Scheduler.removeFromFeasibility(Schedulable schedulable)
          removeFromFeasibility removes the provided schedulable object from the set of schedulable objects that take part in feasibility analysis.
protected  boolean PriorityScheduler.removeFromFeasibility(Schedulable schedulable)
          removeFromFeasibility removes the provided schedulable object from the set of schedulable objects that take part in feasibility analysis.
abstract  boolean Scheduler.setIfFeasible(Schedulable schedulable, ReleaseParameters release, MemoryParameters memory)
          setIfFeasible first performs a feasibility analysis using the new release and memory parameters for schedulable.
 boolean PriorityScheduler.setIfFeasible(Schedulable schedulable, ReleaseParameters release, MemoryParameters memory)
          setIfFeasible first performs a feasibility analysis using the new release and memory parameters for schedulable.
abstract  boolean Scheduler.setIfFeasible(Schedulable schedulable, ReleaseParameters release, MemoryParameters memory, ProcessingGroupParameters group)
          setIfFeasible first performs a feasibility analysis using the new release, memory and group parameters for schedulable.
 boolean PriorityScheduler.setIfFeasible(Schedulable schedulable, ReleaseParameters release, MemoryParameters memory, ProcessingGroupParameters group)
          setIfFeasible first performs a feasibility analysis using the new release, memory and group parameters for schedulable.
 


aicas logoJamaicaVM 3.2 rel 62
RTSJ Implementation

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