OSGi™ Enterprise
Release 5
A B C D E F G H I J K L M N O P R S T U V W X

I

IDENTIFIER - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key IDENTIFIER, used in BundleStateMBean.IDENTIFIER_ITEM.
IDENTIFIER - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The key IDENTIFIER, used ServiceStateMBean.IDENTIFIER_ITEM.
IDENTIFIER_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the bundle identifier in BundleStateMBean.BUNDLE_TYPE.
IDENTIFIER_ITEM - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The item containing the service identifier in ServiceStateMBean.SERVICE_TYPE.
IdRefMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for the verified id of another component managed by the Blueprint Container.
implies(Permission) - Method in class org.osgi.service.cm.ConfigurationPermission
Determines if a ConfigurationPermission object "implies" the specified permission.
implies(Permission) - Method in class org.osgi.service.coordinator.CoordinationPermission
Determines if the specified permission is implied by this object.
implies(Permission) - Method in class org.osgi.service.event.TopicPermission
Determines if the specified permission is implied by this object.
implies(Permission) - Method in class org.osgi.service.remoteserviceadmin.EndpointPermission
Determines if a EndpointPermission object "implies" the specified permission.
implies(Permission) - Method in class org.osgi.service.subsystem.SubsystemPermission
Determines if the specified permission is implied by this object.
implies(Permission) - Method in class org.osgi.service.useradmin.UserAdminPermission
Checks if this UserAdminPermission object "implies" the specified permission.
IMPORT - Static variable in class org.osgi.service.remoteserviceadmin.EndpointPermission
The action string import.
IMPORT_ERROR - Static variable in class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
A fatal importing error occurred.
IMPORT_REGISTRATION - Static variable in class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
Add an import registration.
IMPORT_UNREGISTRATION - Static variable in class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
Remove an import registration.
IMPORT_WARNING - Static variable in class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
A problematic situation occurred, the import is still active.
IMPORTED_PACKAGES - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key IMPORTED_PACKAGES, used in BundleStateMBean.EXPORTED_PACKAGES_ITEM.
IMPORTED_PACKAGES_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the imported package names in BundleStateMBean.BUNDLE_TYPE .The key is BundleStateMBean.IMPORTED_PACKAGES and the the type is JmxConstants.STRING_ARRAY_TYPE.
IMPORTING_BUNDLES - Static variable in interface org.osgi.jmx.framework.PackageStateMBean
The key IMPORTING_BUNDLES, used in PackageStateMBean.IMPORTING_BUNDLES_ITEM.
IMPORTING_BUNDLES_ITEM - Static variable in interface org.osgi.jmx.framework.PackageStateMBean
The item containing the bundle identifier in PackageStateMBean.PACKAGE_TYPE.
ImportReference - Interface in org.osgi.service.remoteserviceadmin
An Import Reference associates an active proxy service to a remote endpoint.
ImportRegistration - Interface in org.osgi.service.remoteserviceadmin
An Import Registration associates an active proxy service to a remote endpoint.
importService(EndpointDescription) - Method in interface org.osgi.service.remoteserviceadmin.RemoteServiceAdmin
Import a service from an Endpoint.
initCause(Throwable) - Method in exception org.osgi.service.cm.ConfigurationException
Initializes the cause of this exception to the specified value.
initCause(Throwable) - Method in exception org.osgi.service.component.ComponentException
Initializes the cause of this exception to the specified value.
initCause(Throwable) - Method in exception org.osgi.service.http.NamespaceException
Initializes the cause of this exception to the specified value.
INITIALPROVISIONING_ENTRIES - Static variable in interface org.osgi.service.provisioning.ProvisioningService
Name of the header that specifies the type information for the ZIP file entries.
INITIATE - Static variable in class org.osgi.service.coordinator.CoordinationPermission
The action string initiate.
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).
install(String) - Method in interface org.osgi.service.subsystem.Subsystem
Installs a subsystem from the specified location identifier.
install(String, InputStream) - Method in interface org.osgi.service.subsystem.Subsystem
Installs a subsystem from the specified content.
installBundle(String) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Install the bundle indicated by the bundleLocations
installBundleFromURL(String, String) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Install the bundle indicated by the bundleLocations
installBundles(String[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Batch install the bundles indicated by the list of bundleLocationUrls
installBundlesFromURL(String[], String[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Batch install the bundles indicated by the list of bundleLocationUrls
INSTALLED - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
Constant INSTALLED for the BundleStateMBean.STATE
INTEGER - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE value in the case of Integer
INTEGER - Static variable in interface org.osgi.service.metatype.AttributeDefinition
The INTEGER (3) type.
isActivationPolicyUsed(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer whether the specified bundle's autostart setting indicates that the activation policy declared in the bundle's manifest must be used.
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.service.event.EventProperties
Indicate if this properties is empty.
isFragment(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer whether the bundle is a fragment or not
isPersistentlyStarted(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer if the bundle is persistently started when its start level is reached
isRemovalPending(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer true if the bundle is pending removal
isRemovalPending(String, String, long) - Method in interface org.osgi.jmx.framework.PackageStateMBean
Answer if this package is exported by a bundle which has been updated or uninstalled
isReplay() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
Return whether this event is a replay event.
isRequired(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer true if the bundle is required by another bundle
isSameService(EndpointDescription) - Method in class org.osgi.service.remoteserviceadmin.EndpointDescription
Answers if this Endpoint Description refers to the same service instance as the given Endpoint Description.
isTerminated() - Method in interface org.osgi.service.coordinator.Coordination
Returns whether this Coordination is terminated.
Item - Class in org.osgi.jmx
The item class enables the definition of open types in the appropriate interfaces.
Item(String, String, OpenType, String...) - Constructor for class org.osgi.jmx.Item
Create a triple of name, description, and type.

OSGi™ Enterprise
Release 5
A B C D E F G H I J K L M N O P R S T U V W X
Copyright © OSGi Alliance (2000, 2012). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0