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 

I

IllegalAssignmentError - Error in javax.realtime
Jamaica Real-Time Specification for Java class IllegalAssignmentError.
IllegalAssignmentError() - Constructor for error javax.realtime.IllegalAssignmentError
Constructor of this exception without detail message.
IllegalAssignmentError(String) - Constructor for error javax.realtime.IllegalAssignmentError
Constructor of this exception with detail message.
ImmortalMemory - Class in javax.realtime
Jamaica Real-Time Specification for Java class ImmortalMemory.
ImmortalPhysicalMemory - Class in javax.realtime
Jamaica Real-Time Specification for Java class ImmortalPhysicalMemory.
ImmortalPhysicalMemory(Object, long) - Constructor for class javax.realtime.ImmortalPhysicalMemory
Constructor to create an instance of ImmortalPhysicalMemory with the given type and size.
ImmortalPhysicalMemory(Object, long, long) - Constructor for class javax.realtime.ImmortalPhysicalMemory
Constructor to create an instance of ImmortalPhysicalMemory with the given type, base address, and size.
ImmortalPhysicalMemory(Object, SizeEstimator) - Constructor for class javax.realtime.ImmortalPhysicalMemory
Constructor to create an instance of ImmortalPhysicalMemory with the given type and size.
ImmortalPhysicalMemory(Object, long, SizeEstimator) - Constructor for class javax.realtime.ImmortalPhysicalMemory
Constructor to create an instance of ImmortalPhysicalMemory with the given type, base address, and size.
ImmortalPhysicalMemory(Object, long, Runnable) - Constructor for class javax.realtime.ImmortalPhysicalMemory
Constructor to create an instance of ImmortalPhysicalMemory with the given type, size and logic.
ImmortalPhysicalMemory(Object, long, long, Runnable) - Constructor for class javax.realtime.ImmortalPhysicalMemory
Constructor to create an instance of ImmortalPhysicalMemory with the given type, base address, size, and logic.
ImmortalPhysicalMemory(Object, SizeEstimator, Runnable) - Constructor for class javax.realtime.ImmortalPhysicalMemory
Constructor to create an instance of ImmortalPhysicalMemory with the given type, size, and logic.
ImmortalPhysicalMemory(Object, long, SizeEstimator, Runnable) - Constructor for class javax.realtime.ImmortalPhysicalMemory
Constructor to create an instance of ImmortalPhysicalMemory with the given type, base address, size, and logic.
ImportanceParameters - Class in javax.realtime
Jamaica Real-Time Specification for Java class ImportanceParameters.
ImportanceParameters(int, int) - Constructor for class javax.realtime.ImportanceParameters
Constructor to create an instance of ImportanceParameters with the given priority and importance values.
InaccessibleAreaException - Exception in javax.realtime
Jamaica Real-Time Specification for Java class InaccessibleAreaException.
InaccessibleAreaException() - Constructor for exception javax.realtime.InaccessibleAreaException
Constructor of this exception without detail message.
InaccessibleAreaException(String) - Constructor for exception javax.realtime.InaccessibleAreaException
Constructor of this exception with detail message.
initialize(long, long, long) - Method in interface javax.realtime.PhysicalMemoryTypeFilter
initialize performs the required initialization if initialization is required for the given memory range to correspond to the type of this (i.e., set the virtual memory protection mode).
instance() - Static method in class javax.realtime.HeapMemory
instance returns the single instance of HeapMemory in the system.
instance() - Static method in class javax.realtime.ImmortalMemory
instance returns the single instance of ImmortalMemory in the system.
instance(int) - Static method in class javax.realtime.PriorityCeilingEmulation
instance returns the unique instance of monitor control for priority ceiling emulation using the given ceiling priority.
instance() - Static method in class javax.realtime.PriorityInheritance
instance returns the single instance of PriorityInheritance
instance() - Static method in class javax.realtime.PriorityScheduler
instance returns the instance of default PriorityScheduler.
interrupt() - Method in class javax.realtime.RealtimeThread
interrupt causes a generic AsynchronouslyInterruptedException to be thrown in this RealtimeThread.
interruptAction(AsynchronouslyInterruptedException) - Method in interface javax.realtime.Interruptible
interruptAction will be called when the run() method returned because it was interrupted asynchronously.
Interruptible - Interface in javax.realtime
Jamaica Real-Time Specification for Java interface Interruptible.
IO_PAGE - Static variable in class javax.realtime.PhysicalMemoryManager
Memory type for I/O memory, if supported by the implementation.
IO_PORT_MAPPED_REGION - Static variable in class javax.realtime.device.RawMemoryFactory
This raw memory name is used to request access to memory mapped I/O devices.
isActive() - Method in interface javax.realtime.ActiveEvent
Determine the activation state of this event, i.e., it has been started but not yet stopped again.
isDaemon() - Method in class javax.realtime.AsyncBaseEventHandler
Check if this is a daemon handler, i.e., one that does not keep the VM from exiting.
isEmpty() - Method in class javax.realtime.WaitFreeReadQueue
isEmpty checks if the queue is currently empty.
isEmpty() - Method in class javax.realtime.WaitFreeWriteQueue
isEmpty checks if the queue is currently empty.
isEnabled() - Method in exception javax.realtime.AsynchronouslyInterruptedException
isEnabled returns the current state of this AIE: enabled or disabled.
isFeasible() - Method in class javax.realtime.PriorityScheduler
isFeasible checks if the current set of schedulable objects that take part in feasibility analysis form a feasible set
isFeasible() - Method in class javax.realtime.Scheduler
isFeasible checks if the current set of schedulable objects that take part in feasibility analysis form a feasible set
isFull() - Method in class javax.realtime.WaitFreeReadQueue
isFull checks if the queue is currently full.
isFull() - Method in class javax.realtime.WaitFreeWriteQueue
isFull checks if the queue is currently full.
isGuest() - Method in class javax.realtime.StackedMemory
Check if this is a guest StackedMemory
isHost() - Method in class javax.realtime.StackedMemory
Check if this is a host StackedMemory
isPresent(long, long) - Method in interface javax.realtime.PhysicalMemoryTypeFilter
isPresent checks if the specified range of memory currently exists (i.e., it has not been removed).
isProcessorInSet(int) - Method in class javax.realtime.Affinity
Check if a given processor is part of this affinity set
isRawMemoryRegion(String) - Static method in class javax.realtime.device.RawMemoryRegion
A predicate on names for raw memory regions
isRemovable(long, long) - Static method in class javax.realtime.PhysicalMemoryManager
isRemovable is true if the memory at the given range is removable.
isRemovable() - Method in interface javax.realtime.PhysicalMemoryTypeFilter
isRemovable is true if the memory of this type is removable.
isRemoved(long, long) - Static method in class javax.realtime.PhysicalMemoryManager
isRemoved returns true iff the given memory range is currently removed.
isRunning() - Method in interface javax.realtime.ActiveEvent
Determine the running state of this event, i.e., it is both active and enabled.
isRunning() - Method in class javax.realtime.Timer
isRunning returns true if this timer has been started (it is active) and it has not been disabled.
isSetAffinitySupported() - Static method in class javax.realtime.Affinity
Check whether affinity setting (via methods setProcessorAffinity(set, ...) is supported by this VM.
isStackedRoot() - Method in class javax.realtime.StackedMemory
Determines if we are in a root StackedMemory
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.