- 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
-
- 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
-
- LTMemory(SizeEstimator, SizeEstimator, Runnable) - Constructor for class javax.realtime.LTMemory
-
- LTMemory(long) - Constructor for class javax.realtime.LTMemory
-
- LTMemory(long, Runnable) - Constructor for class javax.realtime.LTMemory
-
- LTMemory(SizeEstimator) - Constructor for class javax.realtime.LTMemory
-
- LTMemory(SizeEstimator, Runnable) - Constructor for class javax.realtime.LTMemory
-
- 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
-
- 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
-
- LTMemory(SizeEstimator, Runnable) - Constructor for class javax.realtime.memory.LTMemory
-
- 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.