Skip navigation links
OSGi™ Core
Release 8
A B C D E F G H I L M N O P R S T U V W 

I

id - Variable in class org.osgi.framework.dto.BundleDTO
The bundle's unique identifier.
id - Variable in class org.osgi.framework.dto.ServiceReferenceDTO
The id of the service.
id - Variable in class org.osgi.resource.dto.CapabilityDTO
The unique identifier of the capability.
id - Variable in class org.osgi.resource.dto.RequirementDTO
The unique identifier of the requirement.
id - Variable in class org.osgi.resource.dto.ResourceDTO
The unique identifier of the resource.
id - Variable in class org.osgi.resource.dto.WiringDTO
The unique identifier of the wiring node.
IDENTITY_NAMESPACE - Static variable in class org.osgi.framework.namespace.IdentityNamespace
Namespace name for identity capabilities and requirements.
IdentityNamespace - Class in org.osgi.framework.namespace
Identity Capability and Requirement Namespace.
implies(Permission) - Method in class org.osgi.framework.AdaptPermission
Determines if the specified permission is implied by this object.
implies(Permission) - Method in class org.osgi.framework.AdminPermission
Determines if the specified permission is implied by this object.
implies(Permission) - Method in class org.osgi.framework.BundlePermission
Determines if the specified permission is implied by this object.
implies(Permission) - Method in class org.osgi.framework.CapabilityPermission
Determines if a CapabilityPermission object "implies" the specified permission.
implies(Permission) - Method in class org.osgi.framework.PackagePermission
Determines if the specified permission is implied by this object.
implies(Permission) - Method in class org.osgi.framework.ServicePermission
Determines if a ServicePermission object "implies" the specified permission.
implies(LogLevel) - Method in enum org.osgi.service.log.LogLevel
Returns whether this log level implies the specified log level.
IMPORT - Static variable in class org.osgi.framework.PackagePermission
The action string import.
IMPORT_PACKAGE - Static variable in interface org.osgi.framework.Constants
Manifest header identifying the packages on which the bundle depends.
IMPORT_SERVICE - Static variable in interface org.osgi.framework.Constants
Deprecated.
As of 1.2.
INCLUDE_DIRECTIVE - Static variable in interface org.osgi.framework.Constants
Manifest header directive identifying a list of classes to include in the exported package.
includes(Version) - Method in class org.osgi.framework.VersionRange
Returns whether this version range includes the specified version.
INFO - Static variable in class org.osgi.framework.FrameworkEvent
An informational event has occurred.
info(String) - Method in interface org.osgi.service.log.Logger
Log a message at the LogLevel.INFO level.
info(String, Object) - Method in interface org.osgi.service.log.Logger
Log a formatted message at the LogLevel.INFO level.
info(String, Object, Object) - Method in interface org.osgi.service.log.Logger
Log a formatted message at the LogLevel.INFO level.
info(String, Object...) - Method in interface org.osgi.service.log.Logger
Log a formatted message at the LogLevel.INFO level.
info(LoggerConsumer<E>) - Method in interface org.osgi.service.log.Logger
Perform the specified operation if logging enabled for the LogLevel.INFO level.
init() - Method in interface org.osgi.framework.launch.Framework
Initialize this Framework.
init(FrameworkListener...) - Method in interface org.osgi.framework.launch.Framework
Initialize this Framework.
initCause(Throwable) - Method in exception org.osgi.framework.BundleException
Initializes the cause of this exception to the specified value.
initCause(Throwable) - Method in exception org.osgi.framework.InvalidSyntaxException
Initializes the cause of this exception to the specified value.
initialBundleStartLevel - Variable in class org.osgi.framework.startlevel.dto.FrameworkStartLevelDTO
The initial start level value that is assigned to a bundle when it is first installed.
initialize(File, Map<String, String>) - Method in interface org.osgi.framework.connect.ModuleConnector
Initializes this ModuleConnector with the framework persistent storage file and framework properties configured for a Framework instance.
insertHostedCapability(List<Capability>, HostedCapability) - Method in class org.osgi.service.resolver.ResolveContext
Add a HostedCapability to the list of capabilities returned from ResolveContext.findProviders(Requirement).
installBundle(String, InputStream) - Method in interface org.osgi.framework.BundleContext
Installs a bundle from the specified InputStream object.
installBundle(String) - Method in interface org.osgi.framework.BundleContext
Installs a bundle from the specified location identifier.
INSTALLED - Static variable in interface org.osgi.framework.Bundle
The bundle is installed but not yet resolved.
INSTALLED - Static variable in class org.osgi.framework.BundleEvent
The bundle has been installed.
INSTALLING - Static variable in interface org.osgi.framework.hooks.bundle.CollisionHook
Specifies a bundle install operation is being performed.
INSTANCE - Static variable in interface org.osgi.service.condition.Condition
A condition instance that can be used to register Condition services.
INTENT_ASYNC - Static variable in interface org.osgi.framework.Constants
Intent supported by Remote Service implementations that support Asynchronous Remote Services as defined for the osgi.async intent.
INTENT_BASIC - Static variable in interface org.osgi.framework.Constants
Intent supported by Remote Services implementations that support Basic Remote Services as defined for the osgi.basic intent.
INTENT_CONFIDENTIAL - Static variable in interface org.osgi.framework.Constants
Intent supported by Remote Service implementation that provide confidential communications as defined for the osgi.confidential intent.
INTENT_PRIVATE - Static variable in interface org.osgi.framework.Constants
Intent supported by Remote Service implementations that provide private communications as defined for the osgi.private intent.
intersection(VersionRange...) - Method in class org.osgi.framework.VersionRange
Returns the intersection of this version range with the specified version ranges.
inUse - Variable in class org.osgi.framework.wiring.dto.BundleWiringDTO.NodeDTO
The bundle wiring's in use setting indicates that the bundle wiring is in use.
INVALID_OPERATION - Static variable in exception org.osgi.framework.BundleException
The operation was invalid.
InvalidSyntaxException - Exception in org.osgi.framework
A Framework exception used to indicate that a filter string has an invalid syntax.
InvalidSyntaxException(String, String) - Constructor for exception org.osgi.framework.InvalidSyntaxException
Creates an exception of type InvalidSyntaxException.
InvalidSyntaxException(String, String, Throwable) - Constructor for exception org.osgi.framework.InvalidSyntaxException
Creates an exception of type InvalidSyntaxException.
isActivationPolicyUsed() - Method in interface org.osgi.framework.startlevel.BundleStartLevel
Returns whether the bundle's autostart setting indicates that the activation policy declared in the bundle manifest must be used.
isAssignableTo(Bundle, String) - Method in interface org.osgi.framework.ServiceReference
Tests if the bundle that registered the service referenced by this ServiceReference and the specified bundle use the same source for the package of the specified class name.
isBundleActivationPolicyUsed(Bundle) - Method in interface org.osgi.service.startlevel.StartLevel
Deprecated.
Returns whether the specified bundle's autostart setting indicates that the activation policy declared in the bundle's manifest must be used.
isBundlePersistentlyStarted(Bundle) - Method in interface org.osgi.service.startlevel.StartLevel
Deprecated.
Returns whether the specified bundle's autostart setting indicates the bundle must be started.
isCurrent() - Method in interface org.osgi.framework.wiring.BundleWiring
Returns true if this bundle wiring is the current bundle wiring.
isDebugEnabled() - Method in interface org.osgi.service.log.Logger
Is logging enabled for the LogLevel.DEBUG level?
isEffective(Requirement) - Method in class org.osgi.service.resolver.ResolveContext
Test if a given requirement should be wired in the resolve operation.
isEmpty() - Method in class org.osgi.framework.VersionRange
Returns whether this version range is empty.
isEmpty() - Method in interface org.osgi.service.log.admin.LoggerContext
Returns whether the configuration of this Logger Context is empty.
isEmpty() - Method in class org.osgi.util.tracker.BundleTracker
Return if this BundleTracker is empty.
isEmpty() - Method in class org.osgi.util.tracker.ServiceTracker
Return if this ServiceTracker is empty.
isErrorEnabled() - Method in interface org.osgi.service.log.Logger
Is logging enabled for the LogLevel.ERROR level?
isExact() - Method in class org.osgi.framework.VersionRange
Returns whether this version range contains only a single version.
isInfoEnabled() - Method in interface org.osgi.service.log.Logger
Is logging enabled for the LogLevel.INFO level?
isInUse() - Method in interface org.osgi.framework.wiring.BundleWiring
Returns true if this bundle wiring is in use.
isMutable() - Method in interface org.osgi.service.condpermadmin.Condition
Returns whether the Condition is mutable.
isPersistentlyStarted() - Method in interface org.osgi.framework.startlevel.BundleStartLevel
Returns whether the bundle's autostart setting indicates it must be started.
isPostponed() - Method in interface org.osgi.service.condpermadmin.Condition
Returns whether the evaluation must be postponed until the end of the permission check.
isRemovalPending() - Method in interface org.osgi.service.packageadmin.ExportedPackage
Deprecated.
Returns true if the package associated with this ExportedPackage object has been exported by a bundle that has been updated or uninstalled.
isRemovalPending() - Method in interface org.osgi.service.packageadmin.RequiredBundle
Deprecated.
Returns true if the bundle associated with this RequiredBundle object has been updated or uninstalled.
isRemoved() - Method in interface org.osgi.framework.hooks.service.ListenerHook.ListenerInfo
Return the state of the listener for this addition and removal life cycle.
isSatisfied() - Method in interface org.osgi.service.condpermadmin.Condition
Returns whether the Condition is satisfied.
isSatisfied(Condition[], Dictionary<Object, Object>) - Method in interface org.osgi.service.condpermadmin.Condition
Returns whether the specified set of Condition objects are satisfied.
isTraceEnabled() - Method in interface org.osgi.service.log.Logger
Is logging enabled for the LogLevel.TRACE level?
isWarnEnabled() - Method in interface org.osgi.service.log.Logger
Is logging enabled for the LogLevel.WARN level?
isWeavingComplete() - Method in interface org.osgi.framework.hooks.weaving.WovenClass
Returns whether weaving is complete in this woven class.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links
OSGi™ Core
Release 8

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