- lastModified - Variable in class org.osgi.framework.dto.BundleDTO
 
- 
The time when the bundle was last modified.
 
- LAZY_ACTIVATION - Static variable in class org.osgi.framework.BundleEvent
 
- 
The bundle will be lazily activated.
 
- LEFT_CLOSED - Static variable in class org.osgi.framework.VersionRange
 
- 
The left endpoint is closed and is included in the range.
 
- LEFT_OPEN - Static variable in class org.osgi.framework.VersionRange
 
- 
The left endpoint is open and is excluded from the range.
 
- LIFECYCLE - Static variable in class org.osgi.framework.AdminPermission
 
- 
The action string lifecycle.
 
- LISTENER - Static variable in class org.osgi.framework.AdminPermission
 
- 
The action string listener.
 
- ListenerHook - Interface in org.osgi.framework.hooks.service
 
- 
OSGi Framework Service Listener Hook Service.
 
- ListenerHook.ListenerInfo - Interface in org.osgi.framework.hooks.service
 
- 
Information about a Service Listener.
 
- listResources(String, String, int) - Method in interface org.osgi.framework.wiring.BundleWiring
 
- 
Returns the names of resources visible to this bundle wiring's
 
class loader.
 
 
- LISTRESOURCES_LOCAL - Static variable in interface org.osgi.framework.wiring.BundleWiring
 
- 
The list resource names operation must limit the result to the names of
 matching resources contained in this bundle wiring's
 
bundle revision and its attached fragment
 revisions.
 
 
- LISTRESOURCES_RECURSE - Static variable in interface org.osgi.framework.wiring.BundleWiring
 
- 
The list resource names operation must recurse into subdirectories.
 
- loadClass(String) - Method in interface org.osgi.framework.Bundle
 
- 
Loads the specified class using this bundle's class loader.
 
- log(int, String) - Method in interface org.osgi.service.log.LogService
 
- 
 
- log(int, String, Throwable) - Method in interface org.osgi.service.log.LogService
 
- 
 
- log(ServiceReference<?>, int, String) - Method in interface org.osgi.service.log.LogService
 
- 
 
- log(ServiceReference<?>, int, String, Throwable) - Method in interface org.osgi.service.log.LogService
 
- 
 
- LOG_DEBUG - Static variable in interface org.osgi.service.log.LogService
 
- 
 
- LOG_ERROR - Static variable in interface org.osgi.service.log.LogService
 
- 
 
- LOG_INFO - Static variable in interface org.osgi.service.log.LogService
 
- 
 
- LOG_SERVICE_ID - Static variable in interface org.osgi.service.log.admin.LoggerAdmin
 
- 
Logger Admin service property to associate the Logger Admin service with
 a 
LoggerFactory service.
 
 
- LOG_WARNING - Static variable in interface org.osgi.service.log.LogService
 
- 
 
- LogEntry - Interface in org.osgi.service.log
 
- 
Provides methods to access the information contained in an individual Log
 Service log entry.
 
- logged(LogEntry) - Method in interface org.osgi.service.log.LogListener
 
- 
Listener method called for each LogEntry object created.
 
- Logger - Interface in org.osgi.service.log
 
- 
Provides methods for bundles to write messages to the log using SLF4J-style
 format strings.
 
- LOGGER_CONTEXT_DEFAULT_LOGLEVEL - Static variable in interface org.osgi.service.log.admin.LoggerContext
 
- 
Framework launching property specifying the default log level of the root
 Logger Context.
 
- LOGGER_CONTEXT_PID - Static variable in interface org.osgi.service.log.admin.LoggerContext
 
- 
Logger Context PID.
 
- LoggerAdmin - Interface in org.osgi.service.log.admin
 
- 
LoggerAdmin service for configuring loggers.
 
- LoggerConsumer<E extends java.lang.Exception> - Interface in org.osgi.service.log
 
- 
An operation that accepts a 
Logger argument and produces no result.
 
 
- LoggerContext - Interface in org.osgi.service.log.admin
 
- 
Logger Context for a bundle.
 
- LoggerFactory - Interface in org.osgi.service.log
 
- 
Logger Factory service for logging information.
 
- LogLevel - Enum in org.osgi.service.log
 
- 
Log Levels.
 
- LogListener - Interface in org.osgi.service.log
 
- 
Subscribes to LogEntry objects from the LogReaderService.
 
- LogReaderService - Interface in org.osgi.service.log
 
- 
LogReaderService for obtaining logging information.
 
- LogService - Interface in org.osgi.service.log
 
- 
LogService for logging information.