Package lejos.realtime

Interface Summary
Schedulable Handlers and other objects can be run by a Scheduler if they provide a run() method and the methods defined below.
 

Class Summary
AbsoluteTime  
AperiodicParameters  
AsyncEvent  
AsyncEventHandler  
BoundAsyncEventHandler  
Clock  
DMScheduler  
EDFScheduler  
EnergyParameters  
EnergyRealtimeThread  
HighResolutionTime  
ImmortalMemory  
ImportanceParameters  
MemoryArea  
MemoryParameters  
MonitorControl  
NoHeapRealtimeThread  
PeriodicParameters  
PriorityCeilingEmulation  
PriorityInheritance  
PriorityParameters Instances of this class should be assigned to schedulable objects that are by schedulers which use a single integer to determine execution order.
PriorityScheduler  
ProcessingGroupParameters  
RealtimeThread Class used to create a Realtime thread.
RelativeTime  
ReleaseParameters This ReleaseParameters class is an equivalent of the ReleaseParameters class in RTSJ.
RMScheduler  
Scheduler  
SchedulingParameters Subclasses of SchedulingParameters (PriorityParameters, ImportanceParameters, and any others defined for particular schedulers) provide the parameters to be used by the Scheduler.
SporadicParameters  
 

Exception Summary
CeilingViolationException  
 

Error Summary
IllegalAssignmentError