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

L

lastSynchronized() - Method in interface javax.realtime.Chronograph
Determine the last time this chronograph was synchronized.
lastSynchronized(AbsoluteTime) - Method in interface javax.realtime.Chronograph
Determine the last time this chronograph was synchronized with an external time source.
lastUsed() - Method in class javax.realtime.enforce.ProcessingConstraint
Gets the total cost used in the last period.
lastUsed(RelativeTime) - Method in class javax.realtime.enforce.ProcessingConstraint
Gets the total cost used in the last period.
LateStartException - Exception in javax.realtime
Exception thrown when a periodic realtime thread or timer is started after its assigned, absolute, start time.
LITTLE_ENDIAN - Static variable in class javax.realtime.RealtimeSystem
Value indicating that the lowest order byte of a word is stored at the lowest byte address: the int 0x0A0B0C0D is stored in the byte sequence 0x0D, 0x0C, 0x0B, 0x0A and the long 0x0102030405060708 is stored in the sequence 0x08, 0x07, 0x06, 0x05, 0x04, 0x03, 0x02, 0x01.
LTMemory - Class in javax.realtime
Equivalent to and superseded by LTMemory.
LTMemory(long, long) - Constructor for class javax.realtime.LTMemory
Equivalent to LTMemory(long, long, Runnable) with the argument list (initialSizeInBytes, maxSizeInBytes, null).
LTMemory(long, long, Runnable) - Constructor for class javax.realtime.LTMemory
Creates an LTMemory of the given size.
LTMemory(SizeEstimator, SizeEstimator) - Constructor for class javax.realtime.LTMemory
Equivalent to LTMemory(long, long, Runnable) with the argument list (initial.getEstimate(), maximum.getEstimate(), null).
LTMemory(SizeEstimator, SizeEstimator, Runnable) - Constructor for class javax.realtime.LTMemory
Equivalent to LTMemory(long, long, Runnable) with the argument list (initial.getEstimate(), maximum.getEstimate(), logic).
LTMemory(long) - Constructor for class javax.realtime.LTMemory
Equivalent to LTMemory(long, long, Runnable) with the argument list (sizeInBytes, sizeInBytes, null).
LTMemory(long, Runnable) - Constructor for class javax.realtime.LTMemory
Equivalent to LTMemory(long, long, Runnable) with the argument list (sizeInBytes, sizeInBytes, logic).
LTMemory(SizeEstimator) - Constructor for class javax.realtime.LTMemory
Equivalent to LTMemory(long, long, Runnable) with the argument list (size.getEstimate(), size.getEstimate(), null).
LTMemory(SizeEstimator, Runnable) - Constructor for class javax.realtime.LTMemory
Equivalent to LTMemory(long, long, Runnable) with the argument list (size.getEstimate(), size.getEstimate(), logic).
LTMemory - Class in javax.realtime.memory
LTMemory represents a memory area guaranteed by the system to have linear time allocation when memory consumption from the memory area is less than the memory area's initial size.
LTMemory(long) - Constructor for class javax.realtime.memory.LTMemory
Equivalent to LTMemory(long, Runnable) with the argument list ((size, null).
LTMemory(long, Runnable) - Constructor for class javax.realtime.memory.LTMemory
Create a scoped memory of the given size and with the give logic to run upon entry when no other logic is given.
LTMemory(SizeEstimator) - Constructor for class javax.realtime.memory.LTMemory
Equivalent to LTMemory(long, Runnable) with argument list (size.getEstimate(), null).
LTMemory(SizeEstimator, Runnable) - Constructor for class javax.realtime.memory.LTMemory
Equivalent to LTMemory(long, Runnable) with argument list (size.getEstimate(), runnable).
LTPhysicalMemory - Class in javax.realtime
Jamaica Real-Time Specification for Java class LTPhysicalMemory.
LTPhysicalMemory(Object, long) - Constructor for class javax.realtime.LTPhysicalMemory
Constructor to create an instance of LTPhysicalMemory with the given type and size.
LTPhysicalMemory(Object, long, long) - Constructor for class javax.realtime.LTPhysicalMemory
Constructor to create an instance of LTPhysicalMemory with the given type, base address, and size.
LTPhysicalMemory(Object, SizeEstimator) - Constructor for class javax.realtime.LTPhysicalMemory
Constructor to create an instance of LTPhysicalMemory with the given type and size.
LTPhysicalMemory(Object, long, SizeEstimator) - Constructor for class javax.realtime.LTPhysicalMemory
Constructor to create an instance of LTPhysicalMemory with the given type, base address, and size.
LTPhysicalMemory(Object, long, Runnable) - Constructor for class javax.realtime.LTPhysicalMemory
Constructor to create an instance of LTPhysicalMemory with the given type, size, and logic.
LTPhysicalMemory(Object, long, long, Runnable) - Constructor for class javax.realtime.LTPhysicalMemory
Constructor to create an instance of LTPhysicalMemory with the given type, base address, size, and logic.
LTPhysicalMemory(Object, SizeEstimator, Runnable) - Constructor for class javax.realtime.LTPhysicalMemory
Constructor to create an instance of LTPhysicalMemory with the given type, size, and logic.
LTPhysicalMemory(Object, long, SizeEstimator, Runnable) - Constructor for class javax.realtime.LTPhysicalMemory
Constructor to create an instance of LTPhysicalMemory with the given type, base address, size, and logic.
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.9.1-0

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