- 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.
- 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.
- 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
-
- 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.
- 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
-
- 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.
- 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.
- isCurrent() - Method in interface org.osgi.framework.wiring.BundleWiring
-
Returns true if this bundle wiring is the current bundle wiring.
- isEmpty() - Method in class org.osgi.framework.VersionRange
-
Returns whether this version range is empty.
- isExact() - Method in class org.osgi.framework.VersionRange
-
Returns whether this version range contains only a single version.
- isInUse() - Method in interface org.osgi.framework.wiring.BundleWiring
-
Returns true if this bundle wiring is in use.
- isPersistentlyStarted() - Method in interface org.osgi.framework.startlevel.BundleStartLevel
-
Returns whether the bundle's autostart setting indicates it must be
started.
- isRemoved() - Method in interface org.osgi.framework.hooks.service.ListenerHook.ListenerInfo
-
Return the state of the listener for this addition and removal life
cycle.
- isWeavingComplete() - Method in interface org.osgi.framework.hooks.weaving.WovenClass
-
Returns whether weaving is complete in this woven class.