Skip navigation links
aicas logoJamaicaVM 8.6.1-0
A B C D E F G H I J L M N O P Q R S T U V W 

C

CeilingViolationException - Exception in javax.realtime
Jamaica Real-Time Specification for Java class CeilingViolationException.
ChainableAbsoluteTime - Class in javax.realtime
A subclass of Absolute time that can be singularly linked.
ChainableAbsoluteTime(long, int, Clock) - Constructor for class javax.realtime.ChainableAbsoluteTime
A full contructor.
ChainableAbsoluteTime(long, int) - Constructor for class javax.realtime.ChainableAbsoluteTime
Same ChainableAbsoluteTime(long, int, Clock) with arguments {@code milliseconds.
ChainableAbsoluteTime() - Constructor for class javax.realtime.ChainableAbsoluteTime
Same ChainableAbsoluteTime(long, int, Clock) with arguments {@code 0L.
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.
Chronograph - Interface in javax.realtime
The interface for all devices that support the measurement of time with great accuracy.
clear() - Method in exception javax.realtime.control.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.
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(T) - Method in class javax.realtime.HighResolutionTime
Compares this HighResolutionTime with the specified HighResolutionTime time.
compareToZero() - Method in class javax.realtime.RelativeTime
compareTo compares this to zero.
ConfigurationParameters - Class in javax.realtime
Configuration parameters provide a way to specify various implementation-dependent parameters such as the Java stack and native stack sizes, and to configure the statically allocated ThrowBoundaryError associated with a Schedulable.
ConfigurationParameters(int, int, int, int, int, long[]) - Constructor for class javax.realtime.ConfigurationParameters
Creates a parameter object for initializing the state of a Schedulable.
ConfigurationParameters(long[]) - Constructor for class javax.realtime.ConfigurationParameters
Same as ConfigurationParameters(int,int,int,int,int,long[]) with arguments (0, 0, 0, 0, 0, sizes).
ConstructorCheckedException - Exception in javax.realtime
To throw when MemoryArea.newInstance(java.lang.Class<T>) causes the constructor of the new instance to throw a checked exception.
contains(long, long) - Method in interface javax.realtime.PhysicalMemoryTypeFilter
contains tests if the specified memory range contains memory of this memory type.
createDefaultSchedulingParameters() - Method in class javax.realtime.PriorityScheduler
 
createDefaultSchedulingParameters() - Method in class javax.realtime.Scheduler
Create a default SchedulingParameters instance for this scheduler.
createRawByte(RawMemoryRegion, long, int, int) - Method in class javax.realtime.device.RawMemoryFactory
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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
Creates 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.AsyncBaseEvent
Create a ReleaseParameters object appropriate to the release characteristics of this event.
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.
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 Q R S T U V W 
Skip navigation links
aicas logoJamaicaVM 8.6.1-0

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