A B C D E F G H I K L M N O P Q R S T U V W X Y

L

LDATA_FRAME - Static variable in interface tuwien.auto.calimero.link.medium.RawFrame
Indicates a L-data frame type.
LDataObject - Class in tuwien.auto.calimero.buffer
Used for holding CEMILData frames.
LDataObject(CEMILData) - Constructor for class tuwien.auto.calimero.buffer.LDataObject
Creates a LDataObject holding the frame argument.
LDataObject(KNXAddress, Object) - Constructor for class tuwien.auto.calimero.buffer.LDataObject
Creates a LDataObject set to key addrKey and holding value.
LDataObjectQueue - Class in tuwien.auto.calimero.buffer
A CacheObject used for holding a list of CEMILData frames.
LDataObjectQueue(GroupAddress) - Constructor for class tuwien.auto.calimero.buffer.LDataObjectQueue
Creates a new LDataObjectQueue for KNX address addr.
LDataObjectQueue(GroupAddress, boolean) - Constructor for class tuwien.auto.calimero.buffer.LDataObjectQueue
Creates a new LDataObjectQueue for KNX address addr.
LDataObjectQueue(GroupAddress, boolean, int, boolean, LDataObjectQueue.QueueListener) - Constructor for class tuwien.auto.calimero.buffer.LDataObjectQueue
Creates a new LDataObjectQueue for KNX address addr with a fixed maximum queue size.
LDataObjectQueue.QueueItem - Class in tuwien.auto.calimero.buffer
Represents an item in the queue, holding one L-Data frame and its timestamp.
LDataObjectQueue.QueueItem(CEMILData, long) - Constructor for class tuwien.auto.calimero.buffer.LDataObjectQueue.QueueItem
Creates a new QueueItem.
LDataObjectQueue.QueueListener - Interface in tuwien.auto.calimero.buffer
Listener for queue events.
LFUCache - Class in tuwien.auto.calimero.buffer.cache
A Cache using a LFU replacement policy.
LFUCache(int, int) - Constructor for class tuwien.auto.calimero.buffer.cache.LFUCache
Creates a new LFU cache.
LibraryAdapter - Class in tuwien.auto.calimero.serial
Adapter to access a serial communication port using some serial I/O library.
LibraryAdapter() - Constructor for class tuwien.auto.calimero.serial.LibraryAdapter
Creates a new library adapter.
lineSep - Variable in class tuwien.auto.calimero.log.LogStreamWriter
Line separator, retrieved from the property "line.separator" and set in the constructor.
LINK_LAYER - Static variable in class tuwien.auto.calimero.knxnetip.KNXnetIPTunnel
Tunneling on link layer, establishes a link layer tunnel to the KNX network.
linkClosed(CloseEvent) - Method in interface tuwien.auto.calimero.link.event.LinkListener
Invoked after close of the link.
linkClosed(CloseEvent) - Method in interface tuwien.auto.calimero.mgmt.TransportListener
The attached KNX network link was closed.
LinkListener - Interface in tuwien.auto.calimero.link.event
Base listener interface for getting events from a KNX link (network or monitor link).
load(XMLReader) - Method in class tuwien.auto.calimero.datapoint.DatapointMap
 
load(XMLReader) - Method in interface tuwien.auto.calimero.datapoint.DatapointModel
Loads a datapoint model from XML input into this model.
load(String) - Method in interface tuwien.auto.calimero.mgmt.PropertyClient.ResourceHandler
Loads the properties from the resource.
LOAD_STATE_CONTROL - Static variable in interface tuwien.auto.calimero.mgmt.PropertyClient.PID
Global property "Load Control".
loadDefinitions(String) - Static method in class tuwien.auto.calimero.mgmt.PropertyClient
Loads property definitions from a resource using the global set PropertyClient.ResourceHandler.
log(LogLevel, String) - Method in class tuwien.auto.calimero.log.LogService
Offers msg with log level.
log(LogLevel, String, Throwable) - Method in class tuwien.auto.calimero.log.LogService
Offers msg and the throwable object with log level.
LOG_SERVICE - Static variable in class tuwien.auto.calimero.buffer.NetworkBuffer
Name of the log service used for network buffer logging.
LOG_SERVICE - Static variable in class tuwien.auto.calimero.DataUnitBuilder
Name of the log service used by data-unit builder methods.
LOG_SERVICE - Static variable in class tuwien.auto.calimero.dptxlator.DPTXlator
Name of the log service used in DPT translators.
LOG_SERVICE - Static variable in class tuwien.auto.calimero.knxnetip.Discoverer
Name of the log service used by a discoverer.
logAllowed(LogLevel) - Method in class tuwien.auto.calimero.log.LogStreamWriter
Checks if logging output with log level is possible and would get accepted by this LogStreamWriter.
LogFileWriter - Class in tuwien.auto.calimero.log
A LogWriter using a file resource as output destination for log information.
LogFileWriter(String, boolean) - Constructor for class tuwien.auto.calimero.log.LogFileWriter
Creates a LogFileWriter to write to the output file named by file and open the file according to append.
LogFileWriter(String, boolean, boolean) - Constructor for class tuwien.auto.calimero.log.LogFileWriter
Like LogFileWriter.LogFileWriter(String, boolean), with the option to adjust the automatic flush behavior of data.
LogFileWriter(LogLevel, String, boolean) - Constructor for class tuwien.auto.calimero.log.LogFileWriter
Like LogFileWriter.LogFileWriter(String, boolean), with the option to adjust the filter log level for information logged by LogFileWriter.
LogFileWriter(LogLevel, String, boolean, int) - Constructor for class tuwien.auto.calimero.log.LogFileWriter
Like LogFileWriter.LogFileWriter(LogLevel, String, boolean), with the option to specify the maximum file size allowed for all output written.
LogFileWriter(LogLevel, String, boolean, int, boolean) - Constructor for class tuwien.auto.calimero.log.LogFileWriter
Like LogFileWriter.LogFileWriter(LogLevel, String, boolean, int), with the option to adjust the automatic flush behavior of data.
logger - Static variable in class tuwien.auto.calimero.dptxlator.DPTXlator
Logger object for all translators.
logger - Static variable in class tuwien.auto.calimero.serial.LibraryAdapter
The same logger as used for the FT1.2 connection.
LogLevel - Class in tuwien.auto.calimero.log
Defines different log levels.
LogLevel(int) - Constructor for class tuwien.auto.calimero.log.LogLevel
Creates a new LogLevel object with logLevel assigned to it.
LogManager - Class in tuwien.auto.calimero.log
Global Manager for LogServices and LogWriters.
LogNetWriter - Class in tuwien.auto.calimero.log
A LogNetWriter is used to log information over a socket network connection.
LogNetWriter(String, int) - Constructor for class tuwien.auto.calimero.log.LogNetWriter
Creates a log writer and opens a socket connection to destination host and port.
LogNetWriter(LogLevel, String, int) - Constructor for class tuwien.auto.calimero.log.LogNetWriter
Like LogNetWriter.LogNetWriter(String, int) with the ability to set the filter log level for information logged by LogNetWriter.
LogService - Class in tuwien.auto.calimero.log
A LogService is used to categorize logging information with regard to logging level and topic, and offer it to its LogWriters.
LogService(String) - Constructor for class tuwien.auto.calimero.log.LogService
Creates a new log service with the specified name.
LogService(String, LogLevel) - Constructor for class tuwien.auto.calimero.log.LogService
Creates a new log service with the specified name and log level.
LogStreamWriter - Class in tuwien.auto.calimero.log
LogWriter using a Writer for output.
LogStreamWriter() - Constructor for class tuwien.auto.calimero.log.LogStreamWriter
Sets line separator; also called by subtypes creating the output stream on their own.
LogStreamWriter(OutputStream) - Constructor for class tuwien.auto.calimero.log.LogStreamWriter
Creates a LogStreamWriter with specified output stream.
LogStreamWriter(LogLevel, OutputStream) - Constructor for class tuwien.auto.calimero.log.LogStreamWriter
Creates a LogStreamWriter with specified log level and output stream.
LogStreamWriter(LogLevel, OutputStream, boolean) - Constructor for class tuwien.auto.calimero.log.LogStreamWriter
Creates a LogStreamWriter with specified log level and output stream.
LogWriter - Class in tuwien.auto.calimero.log
LogWriter is responsible for writing information to individual destinations.
LogWriter() - Constructor for class tuwien.auto.calimero.log.LogWriter
 
lostMessage(LostMessageEvent) - Method in interface tuwien.auto.calimero.knxnetip.RouterListener
Informs about the loss of messages in the KNXnet/IP router.
LostMessageEvent - Class in tuwien.auto.calimero.knxnetip
Event informing about an overflow with loss of messages in KNXnet/IP routing mode.
LostMessageEvent(Object, short, int) - Constructor for class tuwien.auto.calimero.knxnetip.LostMessageEvent
Creates a new lost message event.
LOW - Static variable in class tuwien.auto.calimero.Priority
Low priority, used for long frames.
LPOLLDATA_FRAME - Static variable in interface tuwien.auto.calimero.link.medium.RawFrame
Indicates a L-poll-data frame type.

A B C D E F G H I K L M N O P Q R S T U V W X Y