Skip navigation links
aicas logoJamaica 8.0 release 1
A B C D E F G H I J L M N O P R S T U V W 

C

CeilingViolationException - Exception in javax.realtime
Jamaica Real-Time Specification for Java class CeilingViolationException.
checkAccessPhysical() - Method in class javax.realtime.RealtimeSecurity
checkAccessPhysical checks if access to physical memory is permitted.
checkAccessPhysicalRange(long, long) - Method in class javax.realtime.RealtimeSecurity
checkAccessPhysicalRange checks if access to the given area of physical memory is permitted.
checkAEHSetDaemon() - Method in class javax.realtime.RealtimeSecurity
checkAEHSetDaemon checks if the application is allowed to set the daemon status of an AsyncBaseEventHandler.
checkSetFilter() - Method in class javax.realtime.RealtimeSecurity
checkSetFilter checks if the application is allowed to register new memory type filters with the PhysicalMemoryManager class.
checkSetMonitorControl(MonitorControl) - Method in class javax.realtime.RealtimeSecurity
checkSetMonitorControl checks if the application is allowed to set the default monitor control policy.
checkSetScheduler() - Method in class javax.realtime.RealtimeSecurity
checkSetScheduler checks if the application is allowed to set the scheduler.
clear() - Method in exception javax.realtime.AsynchronouslyInterruptedException
clear checks if it is called on the AIE that is currently pending.
clear() - Method in class javax.realtime.WaitFreeReadQueue
clear clears this queue.
clear() - Method in class javax.realtime.WaitFreeWriteQueue
clear clears this queue.
clearMemory() - Method in class javax.realtime.MemoryArea
 
clearMemory() - Method in class javax.realtime.StackedMemory
 
Clock - Class in javax.realtime
Jamaica Real-Time Specification for Java class Clock.
Clock() - Constructor for class javax.realtime.Clock
Constructor to be called by subclasses of Clock.
clone() - Method in class javax.realtime.AperiodicParameters
clone creates a clone of this object with the same parameters but without association to any schedulable object.
clone() - Method in class javax.realtime.HighResolutionTime
produces a clone of this object.
clone() - Method in class javax.realtime.ImportanceParameters
clone creates a clone of this object with the same parameters but without association to any schedulable object
clone() - Method in class javax.realtime.MemoryParameters
clone create a clone of this object with the same parameters but without association to any schedulable object
clone() - Method in class javax.realtime.PeriodicParameters
clone creates a clone of this object with the same parameters but without association to any schedulable object.
clone() - Method in class javax.realtime.PriorityParameters
clone creates a clone of this object with the same parameters but without association to any schedulable object
clone() - Method in class javax.realtime.ProcessingGroupParameters
clone creates a clone of this object with the same parameters but without association to any schedulable object.
clone() - Method in class javax.realtime.ReleaseParameters
clone creates a clone of this object with the same parameters but without association to any schedulable object.
clone() - Method in class javax.realtime.SchedulingParameters
clone creates a clone of this object with the same parameters but without association to any schedulable object
clone() - Method in class javax.realtime.SporadicParameters
clone creates a clone of this object with the same parameters but without association to any schedulable object.
compareTo(HighResolutionTime) - Method in class javax.realtime.HighResolutionTime
compareTo compares this to another HighResolutionTime object.
compareTo(Object) - Method in class javax.realtime.HighResolutionTime
compareTo compares this to another object.
compareToZero() - Method in class javax.realtime.RelativeTime
compareTo compares this to zero.
contains(long, long) - Method in interface javax.realtime.PhysicalMemoryTypeFilter
contains tests if the specified memory range contains memory of this memory type.
createRawByte(RawMemoryRegion, long, int, int) - Method in class javax.realtime.device.RawMemoryFactory
Create an instance of a class that implements RawByte and accesses memory of region in the address range described by base, stride, and count.
createRawByte(long, int, int) - Method in interface javax.realtime.device.RawMemoryRegionFactory
Create an instance of a class that implements RawByte and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
createRawByteReader(RawMemoryRegion, long, int, int) - Method in class javax.realtime.device.RawMemoryFactory
Create an instance of a class that implements RawByteReader and accesses memory of region in the address range described by base, stride, and count.
createRawByteReader(long, int, int) - Method in interface javax.realtime.device.RawMemoryRegionFactory
Create an instance of a class that implements RawByteReader and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
createRawByteWriter(RawMemoryRegion, long, int, int) - Method in class javax.realtime.device.RawMemoryFactory
Create an instance of a class that implements RawByteWriter and accesses memory of region in the address range described by base, stride, and count.
createRawByteWriter(long, int, int) - Method in interface javax.realtime.device.RawMemoryRegionFactory
Create an instance of a class that implements RawByteWriter and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
createRawDouble(RawMemoryRegion, long, int, int) - Method in class javax.realtime.device.RawMemoryFactory
Create an instance of a class that implements RawDouble and accesses memory of region in the address range described by base, stride, and count.
createRawDouble(long, int, int) - Method in interface javax.realtime.device.RawMemoryRegionFactory
Create an instance of a class that implements RawDouble and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
createRawDoubleReader(RawMemoryRegion, long, int, int) - Method in class javax.realtime.device.RawMemoryFactory
Create an instance of a class that implements RawDoubleReader and accesses memory of region in the address range described by base, stride, and count.
createRawDoubleReader(long, int, int) - Method in interface javax.realtime.device.RawMemoryRegionFactory
Create an instance of a class that implements RawDoubleReader and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
createRawDoubleWriter(RawMemoryRegion, long, int, int) - Method in class javax.realtime.device.RawMemoryFactory
Create an instance of a class that implements RawDoubleWriter and accesses memory of region in the address range described by base, stride, and count.
createRawDoubleWriter(long, int, int) - Method in interface javax.realtime.device.RawMemoryRegionFactory
Create an instance of a class that implements RawDoubleWriter and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
createRawFloat(RawMemoryRegion, long, int, int) - Method in class javax.realtime.device.RawMemoryFactory
Create an instance of a class that implements RawFloat and accesses memory of region in the address range described by base, stride, and count.
createRawFloat(long, int, int) - Method in interface javax.realtime.device.RawMemoryRegionFactory
Create an instance of a class that implements RawFloat and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
createRawFloatReader(RawMemoryRegion, long, int, int) - Method in class javax.realtime.device.RawMemoryFactory
Create an instance of a class that implements RawFloatReader and accesses memory of region in the address range described by base, stride, and count.
createRawFloatReader(long, int, int) - Method in interface javax.realtime.device.RawMemoryRegionFactory
Create an instance of a class that implements RawFloatReader and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
createRawFloatWriter(RawMemoryRegion, long, int, int) - Method in class javax.realtime.device.RawMemoryFactory
Create an instance of a class that implements RawFloatWriter and accesses memory of region in the address range described by base, stride, and count.
createRawFloatWriter(long, int, int) - Method in interface javax.realtime.device.RawMemoryRegionFactory
Create an instance of a class that implements RawFloatWriter and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
createRawInt(RawMemoryRegion, long, int, int) - Method in class javax.realtime.device.RawMemoryFactory
Create an instance of a class that implements RawInt and accesses memory of region in the address range described by base, stride, and count.
createRawInt(long, int, int) - Method in interface javax.realtime.device.RawMemoryRegionFactory
Create an instance of a class that implements RawInt and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
createRawIntReader(RawMemoryRegion, long, int, int) - Method in class javax.realtime.device.RawMemoryFactory
Create an instance of a class that implements RawIntReader and accesses memory of region in the address range described by base, stride, and count.
createRawIntReader(long, int, int) - Method in interface javax.realtime.device.RawMemoryRegionFactory
Create an instance of a class that implements RawIntReader and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
createRawIntWriter(RawMemoryRegion, long, int, int) - Method in class javax.realtime.device.RawMemoryFactory
Create an instance of a class that implements RawIntWriter and accesses memory of region in the address range described by base, stride, and count.
createRawIntWriter(long, int, int) - Method in interface javax.realtime.device.RawMemoryRegionFactory
Create an instance of a class that implements RawIntWriter and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
createRawLong(RawMemoryRegion, long, int, int) - Method in class javax.realtime.device.RawMemoryFactory
Create an instance of a class that implements RawLong and accesses memory of region in the address range described by base, stride, and count.
createRawLong(long, int, int) - Method in interface javax.realtime.device.RawMemoryRegionFactory
Create an instance of a class that implements RawLong and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
createRawLongReader(RawMemoryRegion, long, int, int) - Method in class javax.realtime.device.RawMemoryFactory
Create an instance of a class that implements RawLongReader and accesses memory of region in the address range described by base, stride, and count.
createRawLongReader(long, int, int) - Method in interface javax.realtime.device.RawMemoryRegionFactory
Create an instance of a class that implements RawLongReader and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
createRawLongWriter(RawMemoryRegion, long, int, int) - Method in class javax.realtime.device.RawMemoryFactory
Create an instance of a class that implements RawLongWriter and accesses memory of region in the address range described by base, stride, and count.
createRawLongWriter(long, int, int) - Method in interface javax.realtime.device.RawMemoryRegionFactory
Create an instance of a class that implements RawLongWriter and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
createRawShort(RawMemoryRegion, long, int, int) - Method in class javax.realtime.device.RawMemoryFactory
Create an instance of a class that implements RawShort and accesses memory of region in the address range described by base, stride, and count.
createRawShort(long, int, int) - Method in interface javax.realtime.device.RawMemoryRegionFactory
Create an instance of a class that implements RawShort and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
createRawShortReader(RawMemoryRegion, long, int, int) - Method in class javax.realtime.device.RawMemoryFactory
Create an instance of a class that implements RawShortReader and accesses memory of region in the address range described by base, stride, and count.
createRawShortReader(long, int, int) - Method in interface javax.realtime.device.RawMemoryRegionFactory
Create an instance of a class that implements RawShortReader and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
createRawShortWriter(RawMemoryRegion, long, int, int) - Method in class javax.realtime.device.RawMemoryFactory
Create an instance of a class that implements RawShortWriter and accesses memory of region in the address range described by base, stride, and count.
createRawShortWriter(long, int, int) - Method in interface javax.realtime.device.RawMemoryRegionFactory
Create an instance of a class that implements RawShortWriter and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
createReleaseParameters() - Method in class javax.realtime.AsyncEvent
createReleaseParameters creates the default release parameters for this event.
createReleaseParameters() - Method in class javax.realtime.PeriodicTimer
createReleaseParameters creates the default release parameters for this event.
createReleaseParameters() - Method in class javax.realtime.Timer
createReleaseParameters creates the default release parameters for this event.
createStackedMemory() - Method in class javax.realtime.MemoryArea
Create a new child StackedMemory for this memory area.
currentGC() - Static method in class javax.realtime.RealtimeSystem
currentGC returns the singleton instance of the garbage collector used by the system to recycle memory allocated in HeapMemory.
currentRealtimeThread() - Static method in class javax.realtime.RealtimeThread
currentRealtimeThread returns a reference to the current RealtimeThread.
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links
aicas logoJamaica 8.0 release 1

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