Skip navigation links
OSGi™ Compendium
Release 7
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

L

launch(Map) - Method in class org.osgi.service.application.ApplicationDescriptor
Launches a new instance of an application.
launchSpecific(Map) - Method in class org.osgi.service.application.ApplicationDescriptor
Called by launch() to create and start a new instance in an application model specific way.
LIFECYCLE - Static variable in class org.osgi.service.subsystem.SubsystemPermission
The action string lifecycle.
LIFECYCLE_ACTION - Static variable in class org.osgi.service.application.ApplicationAdminPermission
Allows the lifecycle management of the target applications.
limit(long) - Method in interface org.osgi.util.pushstream.PushStream
Automatically close the channel after the maxSize number of elements is received.
limit(Duration) - Method in interface org.osgi.util.pushstream.PushStream
Automatically close the channel after the given amount of time has elapsed.
LIMIT_EXCEEDED - Static variable in exception org.osgi.service.dmt.DmtException
The requested operation failed because a specific limit was exceeded, e.g.
LIST - Static variable in class org.osgi.service.deploymentadmin.DeploymentAdminPermission
Constant String to the "list" action.
listConfigurations(String) - Method in interface org.osgi.service.cm.ConfigurationAdmin
List the current Configuration objects which match the filter.
listDeploymentPackages() - Method in interface org.osgi.service.deploymentadmin.DeploymentAdmin
Lists the Deployment Packages currently installed on the platform.
ListenerDTO - Class in org.osgi.service.http.runtime.dto
Represents a listener currently being used by a servlet context.
ListenerDTO() - Constructor for class org.osgi.service.http.runtime.dto.ListenerDTO
 
listenerDTOs - Variable in class org.osgi.service.http.runtime.dto.ServletContextDTO
Returns the representations of the listener services associated with this context.
loadDriver(String) - Method in interface org.osgi.service.device.DriverLocator
Get an InputStream from which the driver bundle providing a driver with the giving DRIVER_ID can be installed.
LOCAL_ENLISTMENT_ENABLED - Static variable in interface org.osgi.service.transaction.control.jdbc.JDBCConnectionProviderFactory
The property used to determine whether local enlistment is enabled for this resource provider
LOCAL_ENLISTMENT_ENABLED - Static variable in interface org.osgi.service.transaction.control.jpa.JPAEntityManagerProviderFactory
The property used to determine whether local enlistment is enabled for this resource provider
LocalResource - Interface in org.osgi.service.transaction.control
Resources that can integrate with local transactions should do so using this interface
locateService(String) - Method in interface org.osgi.application.ApplicationContext
This method returns the service object for the specified referenceName.
locateService(String) - Method in interface org.osgi.service.component.ComponentContext
Returns the service object for the specified reference name.
locateService(String, ServiceReference<S>) - Method in interface org.osgi.service.component.ComponentContext
Returns the service object for the specified reference name and ServiceReference.
locateServices(String) - Method in interface org.osgi.application.ApplicationContext
This method returns the service objects for the specified referenceName.
locateServices(String) - Method in interface org.osgi.service.component.ComponentContext
Returns the service objects for the specified reference name.
lock() - Method in class org.osgi.service.application.ApplicationDescriptor
Sets the lock state of the application.
LOCK_ACTION - Static variable in class org.osgi.service.application.ApplicationAdminPermission
Allows setting/unsetting the locking state of the target applications.
LOCK_INTERRUPTED - Static variable in exception org.osgi.service.coordinator.CoordinationException
The current thread was interrupted while waiting to register a Participant with a Coordination.
LOCK_TYPE_ATOMIC - Static variable in interface org.osgi.service.dmt.DmtSession
LOCK_TYPE_ATOMIC is an exclusive lock with transactional functionality.
LOCK_TYPE_EXCLUSIVE - Static variable in interface org.osgi.service.dmt.DmtSession
LOCK_TYPE_EXCLUSIVE lock guarantees full access to the tree, but can not be shared with any other locks.
LOCK_TYPE_SHARED - Static variable in interface org.osgi.service.dmt.DmtSession
Sessions created with LOCK_TYPE_SHARED lock allows read-only access to the tree, but can be shared between multiple readers.
lockSpecific() - Method in class org.osgi.service.application.ApplicationDescriptor
This method is used to notify the container implementation that the corresponding application has been locked and it should update the application.locked service property accordingly.
log(int, String) - Method in interface org.osgi.service.log.LogService
Deprecated.
Since 1.4. Replaced by Logger. See LoggerFactory.
log(int, String, Throwable) - Method in interface org.osgi.service.log.LogService
Deprecated.
Since 1.4. Replaced by Logger. See LoggerFactory.
log(ServiceReference<?>, int, String) - Method in interface org.osgi.service.log.LogService
Deprecated.
Since 1.4. Replaced by Logger. See LoggerFactory.
log(ServiceReference<?>, int, String, Throwable) - Method in interface org.osgi.service.log.LogService
Deprecated.
Since 1.4. Replaced by Logger. See LoggerFactory.
LOG_DEBUG - Static variable in interface org.osgi.service.log.LogService
Deprecated.
Since 1.4. Replaced by LogLevel.DEBUG.
LOG_ERROR - Static variable in interface org.osgi.service.log.LogService
Deprecated.
Since 1.4. Replaced by LogLevel.ERROR.
LOG_INFO - Static variable in interface org.osgi.service.log.LogService
Deprecated.
Since 1.4. Replaced by LogLevel.INFO.
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
Deprecated.
Since 1.4. Replaced by LogLevel.WARN.
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.
LogStreamProvider - Interface in org.osgi.service.log.stream
LogStreamProvider service for creating a PushStream of LogEntry objects.
LogStreamProvider.Options - Enum in org.osgi.service.log.stream
Creation options for the PushStream of LogEntry objects.
LONG - Static variable in interface org.osgi.service.metatype.AttributeDefinition
The LONG type.
lx - Static variable in class org.osgi.util.measurement.Unit
The illuminance unit lux (lx).
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links
OSGi™ Compendium
Release 7

Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0