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

A

ACTIVATION_EAGER - Static variable in interface org.osgi.service.blueprint.reflect.ComponentMetadata
The component's manager must eagerly activate the component.
ACTIVATION_LAZY - Static variable in interface org.osgi.service.blueprint.reflect.ComponentMetadata
The component's manager must lazily activate the component.
ACTIVE - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
Constant ACTIVE for the BundleStateMBean.STATE
addCredential(String, byte[], String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Add credentials to a user, associated with the supplied key
addCredentialString(String, String, String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Add credentials to a user, associated with the supplied key
addInformation(TabularData) - Method in interface org.osgi.jmx.service.provisioning.ProvisioningServiceMBean
Adds the key/value pairs contained in info to the Provisioning Information dictionary.
addInformation(Dictionary) - Method in interface org.osgi.service.provisioning.ProvisioningService
Adds the key/value pairs contained in info to the Provisioning Information dictionary.
addInformation(ZipInputStream) - Method in interface org.osgi.service.provisioning.ProvisioningService
Processes the ZipInputStream and extracts information to add to the Provisioning Information dictionary, as well as, install/update and start bundles.
addInformationFromZip(String) - Method in interface org.osgi.jmx.service.provisioning.ProvisioningServiceMBean
Processes the ZipInputStream contents of the provided zipURL and extracts information to add to the Provisioning Information dictionary, as well as, install/update and start bundles.
addingBundle(Bundle, BundleEvent) - Method in class org.osgi.util.tracker.BundleTracker
Default implementation of the BundleTrackerCustomizer.addingBundle method.
addingBundle(Bundle, BundleEvent) - Method in interface org.osgi.util.tracker.BundleTrackerCustomizer
A bundle is being added to the BundleTracker.
addingService(ServiceReference) - Method in class org.osgi.util.tracker.ServiceTracker
Default implementation of the ServiceTrackerCustomizer.addingService method.
addingService(ServiceReference) - Method in interface org.osgi.util.tracker.ServiceTrackerCustomizer
A service is being added to the ServiceTracker.
addLogListener(LogListener) - Method in interface org.osgi.service.log.LogReaderService
Subscribes to LogEntry objects.
addMember(String, String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Add a member to the group.
addMember(Role) - Method in interface org.osgi.service.useradmin.Group
Adds the specified Role object as a basic member to this Group object.
addProperty(String, byte[], String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Add or update a property on a role.
addPropertyString(String, String, String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Add or update a property on a role
addRequiredMember(String, String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Add a required member to the group
addRequiredMember(Role) - Method in interface org.osgi.service.useradmin.Group
Adds the specified Role object as a required member to this Group object.
ADMIN - Static variable in class org.osgi.service.useradmin.UserAdminPermission
The permission name "admin".
ALL - Static variable in interface org.osgi.service.metatype.ObjectClassDefinition
Argument for getAttributeDefinitions(int).
ARRAY_OF - Static variable in class org.osgi.jmx.JmxConstants
For an encoded array we need to start with ARRAY_OF.
arrayType(int, OpenType) - Static method in class org.osgi.jmx.Item
Return a new Array Type.
AttributeDefinition - Interface in org.osgi.service.metatype
An interface to describe an attribute.
AUTHENTICATION_TYPE - Static variable in interface org.osgi.service.http.HttpContext
HttpServletRequest attribute specifying the scheme used in authentication.
AUTHORIZATION - Static variable in interface org.osgi.service.http.HttpContext
HttpServletRequest attribute specifying the Authorization object obtained from the org.osgi.service.useradmin.UserAdmin service.
Authorization - Interface in org.osgi.service.useradmin
The Authorization interface encapsulates an authorization context on which bundles can base authorization decisions, where appropriate.
AUTO_EXPORT_ALL_CLASSES - Static variable in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Advertise all Java classes and interfaces in the component instance type as service interfaces.
AUTO_EXPORT_CLASS_HIERARCHY - Static variable in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Advertise all Java classes in the hierarchy of the component instance type as service interfaces.
AUTO_EXPORT_DISABLED - Static variable in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Do not auto-detect types for advertised service interfaces
AUTO_EXPORT_INTERFACES - Static variable in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Advertise all Java interfaces implemented by the component instance type as service interfaces.
AUTORIZATION_TYPE - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The Composite Type for an Authorization object.
AVAILABILITY_MANDATORY - Static variable in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
A matching service is required at all times.
AVAILABILITY_OPTIONAL - Static variable in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
A matching service is not required to be present.

B

BATCH_ACTION_RESULT_TYPE - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The Composite Type for a batch action result.
BATCH_INSTALL_RESULT_TYPE - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The Composite Type which represents the result of a batch install operation.
BeanArgument - Interface in org.osgi.service.blueprint.reflect
Metadata for a factory method or constructor argument of a bean.
BeanMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a Bean component.
BeanProperty - Interface in org.osgi.service.blueprint.reflect
Metadata for a property to be injected into a bean.
BIGDECIMAL - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE value in the case of BigDecimal
BIGDECIMAL - Static variable in interface org.osgi.service.metatype.AttributeDefinition
Deprecated. As of 1.1.
BIGINTEGER - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE value in the case of BigInteger
BIGINTEGER - Static variable in interface org.osgi.service.metatype.AttributeDefinition
Deprecated. As of 1.1.
BlueprintContainer - Interface in org.osgi.service.blueprint.container
A Blueprint Container represents the managed state of a Blueprint bundle.
BlueprintEvent - Class in org.osgi.service.blueprint.container
A Blueprint Event.
BlueprintEvent(int, Bundle, Bundle) - Constructor for class org.osgi.service.blueprint.container.BlueprintEvent
Create a simple BlueprintEvent object.
BlueprintEvent(int, Bundle, Bundle, String[]) - Constructor for class org.osgi.service.blueprint.container.BlueprintEvent
Create a BlueprintEvent object associated with a set of dependencies.
BlueprintEvent(int, Bundle, Bundle, Throwable) - Constructor for class org.osgi.service.blueprint.container.BlueprintEvent
Create a BlueprintEvent object associated with a failure cause.
BlueprintEvent(int, Bundle, Bundle, String[], Throwable) - Constructor for class org.osgi.service.blueprint.container.BlueprintEvent
Create a BlueprintEvent object associated with a failure cause and a set of dependencies.
BlueprintEvent(BlueprintEvent, boolean) - Constructor for class org.osgi.service.blueprint.container.BlueprintEvent
Create a new BlueprintEvent from the specified BlueprintEvent.
blueprintEvent(BlueprintEvent) - Method in interface org.osgi.service.blueprint.container.BlueprintListener
Receives notifications of a Blueprint Event.
BlueprintListener - Interface in org.osgi.service.blueprint.container
A BlueprintEvent Listener.
BOOLEAN - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE value in the case of Boolean
BOOLEAN - Static variable in interface org.osgi.service.metatype.AttributeDefinition
The BOOLEAN (11) type.
BUNDLE - Static variable in class org.osgi.service.blueprint.container.EventConstants
The Blueprint bundle associated with this event.
BUNDLE - Static variable in interface org.osgi.service.event.EventConstants
The Bundle object of the bundle relevant to the event.
BUNDLE_CONTEXT - Static variable in class org.osgi.service.jndi.JNDIConstants
This JNDI environment property can be used by a JNDI client to indicate the caller's BundleContext.
BUNDLE_EVENT_TYPE - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The Composite Type that represents a bundle event.
BUNDLE_ID - Static variable in class org.osgi.service.blueprint.container.EventConstants
The bundle id of the Blueprint bundle associated with this event.
BUNDLE_ID - Static variable in interface org.osgi.service.event.EventConstants
The Bundle id of the bundle relevant to the event.
BUNDLE_IDENTIFIER - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The key BUNDLE_IDENTIFIER, used in ServiceStateMBean.BUNDLE_IDENTIFIER_ITEM.
BUNDLE_IDENTIFIER_ITEM - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The item containing the bundle identifier in ServiceStateMBean.SERVICE_TYPE.
BUNDLE_IN_ERROR - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The key for BUNDLE_IN_ERROR.
BUNDLE_IN_ERROR_ID_ITEM - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The item containing the bundle which caused the error during the batch operation.
BUNDLE_IN_ERROR_LOCATION_ITEM - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The item containing the bundle which caused the error during the batch operation.
BUNDLE_LOCATION - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The key BUNDLE_LOCATION, used in ServiceStateMBean.SERVICE_EVENT_TYPE.
BUNDLE_LOCATION_ITEM - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The item containing the bundle location in ServiceStateMBean.EVENT_ITEM.
BUNDLE_SIGNER - Static variable in interface org.osgi.service.event.EventConstants
The Distinguished Names of the signers of the bundle relevant to the event.
BUNDLE_SYMBOLIC_NAME - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The key BUNDLE_SYMBOLIC_NAME, used in ServiceStateMBean.SERVICE_EVENT_TYPE.
BUNDLE_SYMBOLIC_NAME_ITEM - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The item containing the symbolic name in ServiceStateMBean.EVENT.
BUNDLE_SYMBOLICNAME - Static variable in class org.osgi.service.blueprint.container.EventConstants
The bundle symbolic name of the Blueprint bundle associated with this event.
BUNDLE_SYMBOLICNAME - Static variable in interface org.osgi.service.event.EventConstants
The Bundle Symbolic Name of the bundle relevant to the event.
BUNDLE_TYPE - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The Composite Type that represents a bundle.
BUNDLE_VERSION - Static variable in class org.osgi.service.blueprint.container.EventConstants
The bundle version of the Blueprint bundle associated with this event.
BUNDLE_VERSION - Static variable in interface org.osgi.service.event.EventConstants
The version of the bundle relevant to the event.
BUNDLES_TYPE - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The Tabular Type for a list of bundles.
BundleStateMBean - Interface in org.osgi.jmx.framework
This MBean represents the Bundle state of the framework.
BundleTracker - Class in org.osgi.util.tracker
The BundleTracker class simplifies tracking bundles much like the ServiceTracker simplifies tracking services.
BundleTracker(BundleContext, int, BundleTrackerCustomizer) - Constructor for class org.osgi.util.tracker.BundleTracker
Create a BundleTracker for bundles whose state is present in the specified state mask.
BundleTrackerCustomizer - Interface in org.osgi.util.tracker
The BundleTrackerCustomizer interface allows a BundleTracker to customize the Bundles that are tracked.
BYTE - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE value in the case of Byte
BYTE - Static variable in interface org.osgi.service.metatype.AttributeDefinition
The BYTE (6) type.

C

canConvert(Object, ReifiedType) - Method in interface org.osgi.service.blueprint.container.Converter
Return if this converter is able to convert the specified object to the specified type.
CAUSE - Static variable in class org.osgi.service.blueprint.container.EventConstants
The cause for a FAILURE event.
CHANGE_CREDENTIAL - Static variable in class org.osgi.service.useradmin.UserAdminPermission
The action string "changeCredential".
CHANGE_PROPERTY - Static variable in class org.osgi.service.useradmin.UserAdminPermission
The action string "changeProperty".
CHARACTER - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE value in the case of Character
CHARACTER - Static variable in interface org.osgi.service.metatype.AttributeDefinition
The CHARACTER (5) type.
close() - Method in interface org.osgi.service.remoteserviceadmin.ExportRegistration
Delete the local endpoint and disconnect any remote distribution providers.
close() - Method in interface org.osgi.service.remoteserviceadmin.ImportRegistration
Close this Import Registration.
close() - Method in class org.osgi.util.tracker.BundleTracker
Close this BundleTracker.
close() - Method in class org.osgi.util.tracker.ServiceTracker
Close this ServiceTracker.
CM_DELETED - Static variable in class org.osgi.service.cm.ConfigurationEvent
A Configuration has been deleted.
CM_RANKING - Static variable in interface org.osgi.service.cm.ConfigurationPlugin
A service property to specify the order in which plugins are invoked.
CM_TARGET - Static variable in interface org.osgi.service.cm.ConfigurationPlugin
A service property to limit the Managed Service or Managed Service Factory configuration dictionaries a Configuration Plugin service receives.
CM_UPDATED - Static variable in class org.osgi.service.cm.ConfigurationEvent
A Configuration has been updated.
CollectionMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a collection based value.
COMPLETED - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The key COMPLETED, used in FrameworkMBean.COMPLETED_ITEM.
COMPLETED_ITEM - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The item containing the list of bundles completing the batch operation.
COMPONENT_FACTORY - Static variable in interface org.osgi.service.component.ComponentConstants
A service registration property for a Component Factory that contains the value of the factory attribute.
COMPONENT_ID - Static variable in interface org.osgi.service.component.ComponentConstants
A component property that contains the generated id for a component configuration.
COMPONENT_NAME - Static variable in interface org.osgi.service.component.ComponentConstants
A component property for a component configuration that contains the name of the component as specified in the name attribute of the component element.
ComponentConstants - Interface in org.osgi.service.component
Defines standard names for Service Component constants.
ComponentContext - Interface in org.osgi.service.component
A Component Context object is used by a component instance to interact with its execution context including locating services by reference name.
ComponentDefinitionException - Exception in org.osgi.service.blueprint.container
A Blueprint exception indicating that a component definition is in error.
ComponentDefinitionException() - Constructor for exception org.osgi.service.blueprint.container.ComponentDefinitionException
Creates a Component Definition Exception with no message or exception cause.
ComponentDefinitionException(String) - Constructor for exception org.osgi.service.blueprint.container.ComponentDefinitionException
Creates a Component Definition Exception with the specified message
ComponentDefinitionException(String, Throwable) - Constructor for exception org.osgi.service.blueprint.container.ComponentDefinitionException
Creates a Component Definition Exception with the specified message and exception cause.
ComponentDefinitionException(Throwable) - Constructor for exception org.osgi.service.blueprint.container.ComponentDefinitionException
Creates a Component Definition Exception with the exception cause.
ComponentException - Exception in org.osgi.service.component
Unchecked exception which may be thrown by the Service Component Runtime.
ComponentException(String, Throwable) - Constructor for exception org.osgi.service.component.ComponentException
Construct a new ComponentException with the specified message and cause.
ComponentException(String) - Constructor for exception org.osgi.service.component.ComponentException
Construct a new ComponentException with the specified message.
ComponentException(Throwable) - Constructor for exception org.osgi.service.component.ComponentException
Construct a new ComponentException with the specified cause.
ComponentFactory - Interface in org.osgi.service.component
When a component is declared with the factory attribute on its component element, the Service Component Runtime will register a Component Factory service to allow new component configurations to be created and activated rather than automatically creating and activating component configuration as necessary.
ComponentInstance - Interface in org.osgi.service.component
A ComponentInstance encapsulates a component instance of an activated component configuration.
ComponentMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for managed components.
compositeType(String, String, Item...) - Static method in class org.osgi.jmx.Item
Create a Composite Type
Configuration - Interface in org.osgi.service.cm
The configuration information for a ManagedService or ManagedServiceFactory object.
ConfigurationAdmin - Interface in org.osgi.service.cm
Service for administering configuration data.
ConfigurationAdminMBean - Interface in org.osgi.jmx.service.cm
This MBean provides the management interface to the OSGi Configuration Administration Service.
ConfigurationEvent - Class in org.osgi.service.cm
A Configuration Event.
ConfigurationEvent(ServiceReference, int, String, String) - Constructor for class org.osgi.service.cm.ConfigurationEvent
Constructs a ConfigurationEvent object from the given ServiceReference object, event type, and pids.
configurationEvent(ConfigurationEvent) - Method in interface org.osgi.service.cm.ConfigurationListener
Receives notification of a Configuration that has changed.
ConfigurationException - Exception in org.osgi.service.cm
An Exception class to inform the Configuration Admin service of problems with configuration data.
ConfigurationException(String, String) - Constructor for exception org.osgi.service.cm.ConfigurationException
Create a ConfigurationException object.
ConfigurationException(String, String, Throwable) - Constructor for exception org.osgi.service.cm.ConfigurationException
Create a ConfigurationException object.
ConfigurationListener - Interface in org.osgi.service.cm
Listener for Configuration Events.
ConfigurationPermission - Class in org.osgi.service.cm
Indicates a bundle's authority to configure bundles.
ConfigurationPermission(String, String) - Constructor for class org.osgi.service.cm.ConfigurationPermission
Create a new ConfigurationPermission.
ConfigurationPlugin - Interface in org.osgi.service.cm
A service interface for processing configuration dictionary before the update.
CONFIGURE - Static variable in class org.osgi.service.cm.ConfigurationPermission
The action string configure.
convert(Object, ReifiedType) - Method in interface org.osgi.service.blueprint.container.Converter
Convert the specified object to an instance of the specified type.
Converter - Interface in org.osgi.service.blueprint.container
Type converter to convert an object to a target type.
createConnectionPoolDataSource(Properties) - Method in interface org.osgi.service.jdbc.DataSourceFactory
Create a new ConnectionPoolDataSource using the given properties.
CREATED - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
The Blueprint extender has created a Blueprint Container for the bundle.
createDataSource(Properties) - Method in interface org.osgi.service.jdbc.DataSourceFactory
Create a new DataSource using the given properties.
createDefaultHttpContext() - Method in interface org.osgi.service.http.HttpService
Creates a default HttpContext for registering servlets or resources with the HttpService, a new HttpContext object is created each time this method is called.
createDriver(Properties) - Method in interface org.osgi.service.jdbc.DataSourceFactory
Create a new Driver using the given properties.
createEntityManagerFactory(Map<String, Object>) - Method in interface org.osgi.service.jpa.EntityManagerFactoryBuilder
Return an EntityManagerFactory instance configured according to the properties defined in the corresponding persistence descriptor, as well as the properties passed into the method.
createFactoryConfiguration(String) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Create a new configuration instance for the supplied persistent id of the factory, answering the PID of the created configuration
createFactoryConfiguration(String) - Method in interface org.osgi.service.cm.ConfigurationAdmin
Create a new factory Configuration object with a new PID.
createFactoryConfiguration(String, String) - Method in interface org.osgi.service.cm.ConfigurationAdmin
Create a new factory Configuration object with a new PID.
createFactoryConfigurationForLocation(String, String) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Create a factory configuration for the supplied persistent id of the factory and the bundle location bound to bind the created configuration to, answering the PID of the created configuration
createGroup(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Create a Group
createRole(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Create a Role
createRole(String, int) - Method in interface org.osgi.service.useradmin.UserAdmin
Creates a Role object with the given name and of the given type.
createUser(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Create a User
createXADataSource(Properties) - Method in interface org.osgi.service.jdbc.DataSourceFactory
Create a new XADataSource using the given properties.
CREATING - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
The Blueprint extender has started creating a Blueprint Container for the bundle.
CREDENTIALS - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The CREDENTIALS key, used in UserAdminMBean.CREDENTIALS_ITEM.
CREDENTIALS_ITEM - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The item containing the credentials of a user.

D

DataSourceFactory - Interface in org.osgi.service.jdbc
A factory for JDBC connection factories.
DEACTIVATION_REASON_BUNDLE_STOPPED - Static variable in interface org.osgi.service.component.ComponentConstants
The component configuration was deactivated because the bundle was stopped.
DEACTIVATION_REASON_CONFIGURATION_DELETED - Static variable in interface org.osgi.service.component.ComponentConstants
The component configuration was deactivated because its configuration was deleted.
DEACTIVATION_REASON_CONFIGURATION_MODIFIED - Static variable in interface org.osgi.service.component.ComponentConstants
The component configuration was deactivated because its configuration was changed.
DEACTIVATION_REASON_DISABLED - Static variable in interface org.osgi.service.component.ComponentConstants
The component configuration was deactivated because the component was disabled.
DEACTIVATION_REASON_DISPOSED - Static variable in interface org.osgi.service.component.ComponentConstants
The component configuration was deactivated because the component was disposed.
DEACTIVATION_REASON_REFERENCE - Static variable in interface org.osgi.service.component.ComponentConstants
The component configuration was deactivated because a reference became unsatisfied.
DEACTIVATION_REASON_UNSPECIFIED - Static variable in interface org.osgi.service.component.ComponentConstants
The reason the component configuration was deactivated is unspecified.
delete(String) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Delete the configuration
delete() - Method in interface org.osgi.service.cm.Configuration
Delete this Configuration object.
deleteConfigurations(String) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Delete the configurations matching the filter specification.
deleted(String) - Method in interface org.osgi.service.cm.ManagedServiceFactory
Remove a factory instance.
deleteForLocation(String, String) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Delete the configuration
DEPENDENCIES - Static variable in class org.osgi.service.blueprint.container.EventConstants
The filters identifying the missing dependencies that caused this event for a FAILURE, GRACE_PERIOD, or WAITING event.
DESTROYED - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
The Blueprint Container for the bundle has been completely destroyed.
DESTROYING - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
The Blueprint extender has started destroying the Blueprint Container for the bundle.
disableComponent(String) - Method in interface org.osgi.service.component.ComponentContext
Disables the specified component name.
dispose() - Method in interface org.osgi.service.component.ComponentInstance
Dispose of the component configuration for this component instance.
DOMCLASSFILE - Static variable in class org.osgi.util.xml.XMLParserActivator
Fully qualified path name of DOM Parser Factory Class Name file
DOMFACTORYNAME - Static variable in class org.osgi.util.xml.XMLParserActivator
Filename containing the DOM Parser Factory Class name.
DOUBLE - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE value in the case of Double
DOUBLE - Static variable in interface org.osgi.service.metatype.AttributeDefinition
The DOUBLE (7) type.

E

enableComponent(String) - Method in interface org.osgi.service.component.ComponentContext
Enables the specified component name.
ENDPOINT_FRAMEWORK_UUID - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
Endpoint property identifying the universally unique id of the exporting framework.
ENDPOINT_ID - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
Endpoint property identifying the id for this endpoint.
ENDPOINT_LISTENER_SCOPE - Static variable in interface org.osgi.service.remoteserviceadmin.EndpointListener
Specifies the interest of this listener with filters.
ENDPOINT_PACKAGE_VERSION_ - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
Prefix for an endpoint property identifying the interface Java package version for an interface.
ENDPOINT_SERVICE_ID - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
Endpoint property identifying the service id of the exported service.
endpointAdded(EndpointDescription, String) - Method in interface org.osgi.service.remoteserviceadmin.EndpointListener
Register an endpoint with this listener.
EndpointDescription - Class in org.osgi.service.remoteserviceadmin
A description of an endpoint that provides sufficient information for a compatible distribution provider to create a connection to this endpoint An Endpoint Description is easy to transfer between different systems because it is property based where the property keys are strings and the values are simple types.
EndpointDescription(Map<String, Object>) - Constructor for class org.osgi.service.remoteserviceadmin.EndpointDescription
Create an Endpoint Description from a Map.
EndpointDescription(ServiceReference, Map<String, Object>) - Constructor for class org.osgi.service.remoteserviceadmin.EndpointDescription
Create an Endpoint Description based on a Service Reference and a Map of properties.
EndpointListener - Interface in org.osgi.service.remoteserviceadmin
A white board service that represents a listener for endpoints.
EndpointPermission - Class in org.osgi.service.remoteserviceadmin
A bundle's authority to export, import or read an Endpoint.
EndpointPermission(String, String) - Constructor for class org.osgi.service.remoteserviceadmin.EndpointPermission
Create a new EndpointPermission with the specified filter.
EndpointPermission(EndpointDescription, String, String) - Constructor for class org.osgi.service.remoteserviceadmin.EndpointPermission
Creates a new requested EndpointPermission object to be used by code that must perform checkPermission.
endpointRemoved(EndpointDescription, String) - Method in interface org.osgi.service.remoteserviceadmin.EndpointListener
Remove the registration of an endpoint.
EntityManagerFactoryBuilder - Interface in org.osgi.service.jpa
This service interface offers JPA clients the ability to create instances of EntityManagerFactory for a given named persistence unit.
equals(Object) - Method in interface org.osgi.service.cm.Configuration
Equality is defined to have equal PIDs Two Configuration objects are equal when their PIDs are equal.
equals(Object) - Method in class org.osgi.service.cm.ConfigurationPermission
Determines the equality of two ConfigurationPermission objects.
equals(Object) - Method in class org.osgi.service.event.Event
Compares this Event object to another object.
equals(Object) - Method in class org.osgi.service.event.TopicPermission
Determines the equality of two TopicPermission objects.
equals(Object) - Method in class org.osgi.service.remoteserviceadmin.EndpointDescription
Compares this EndpointDescription object to another object.
equals(Object) - Method in class org.osgi.service.remoteserviceadmin.EndpointPermission
Determines the equality of two EndpointPermission objects.
equals(Object) - Method in class org.osgi.service.useradmin.UserAdminPermission
Checks two UserAdminPermission objects for equality.
ERROR - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The key ERROR, used in FrameworkMBean.ERROR_ITEM.
ERROR_ITEM - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The item containing the error message of the batch operation.
EVENT - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key EVENT, used in BundleStateMBean.EVENT_ITEM.
EVENT - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The key EVENT, used in ServiceStateMBean.EVENT_ITEM.
EVENT - Static variable in class org.osgi.service.blueprint.container.EventConstants
The BlueprintEvent object that caused this event.
Event - Class in org.osgi.service.event
An event.
Event(String, Map) - Constructor for class org.osgi.service.event.Event
Constructs an event.
Event(String, Dictionary) - Constructor for class org.osgi.service.event.Event
Constructs an event.
EVENT - Static variable in interface org.osgi.service.event.EventConstants
The forwarded event object.
EVENT_FILTER - Static variable in interface org.osgi.service.event.EventConstants
Service Registration property (named event.filter) specifying a filter to further select Event s of interest to a Event Handler service.
EVENT_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the event type.
EVENT_ITEM - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The item containing the event type.
EVENT_TOPIC - Static variable in interface org.osgi.service.event.EventConstants
Service registration property (named event.topics) specifying the Event topics of interest to a Event Handler service.
EventAdmin - Interface in org.osgi.service.event
The Event Admin service.
EventConstants - Class in org.osgi.service.blueprint.container
Event property names used in Event Admin events published by a Blueprint Container.
EventConstants - Interface in org.osgi.service.event
Defines standard names for EventHandler properties.
EventHandler - Interface in org.osgi.service.event
Listener for Events.
EXCEPTION - Static variable in interface org.osgi.service.event.EventConstants
An exception or error.
EXCEPTION_CLASS - Static variable in interface org.osgi.service.event.EventConstants
The name of the exception type.
EXCEPTION_MESSAGE - Static variable in interface org.osgi.service.event.EventConstants
The exception message.
EXECPTION_CLASS - Static variable in interface org.osgi.service.event.EventConstants
Deprecated. As of 1.1, replaced by EXCEPTION_CLASS
EXPORT - Static variable in class org.osgi.service.remoteserviceadmin.EndpointPermission
The action string export.
EXPORT_ERROR - Static variable in class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
A fatal exporting error occurred.
EXPORT_REGISTRATION - Static variable in class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
Add an export registration.
EXPORT_UNREGISTRATION - Static variable in class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
Remove an export registration.
EXPORT_WARNING - Static variable in class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
A problematic situation occurred, the export is still active.
EXPORTED_PACKAGES - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key EXPORTED_PACKAGES, used in BundleStateMBean.EXPORTED_PACKAGES_ITEM.
EXPORTED_PACKAGES_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the exported package names in BundleStateMBean.BUNDLE_TYPE .The key is BundleStateMBean.EXPORTED_PACKAGES and the the type is JmxConstants.STRING_ARRAY_TYPE.
EXPORTING_BUNDLES - Static variable in interface org.osgi.jmx.framework.PackageStateMBean
The key EXPORTING_BUNDLE, used in PackageStateMBean.EXPORTING_BUNDLES_ITEM.
EXPORTING_BUNDLES_ITEM - Static variable in interface org.osgi.jmx.framework.PackageStateMBean
The item containing the bundle identifier in PackageStateMBean.PACKAGE_TYPE.
ExportReference - Interface in org.osgi.service.remoteserviceadmin
An Export Reference associates a service with a local endpoint.
ExportRegistration - Interface in org.osgi.service.remoteserviceadmin
An Export Registration associates a service to a local endpoint.
exportService(ServiceReference, Map<String, Object>) - Method in interface org.osgi.service.remoteserviceadmin.RemoteServiceAdmin
Export a service to a given Endpoint.
extend(CompositeType, String, String, Item...) - Static method in class org.osgi.jmx.Item
Extend a Composite Type by adding new items.
EXTENDER_BUNDLE - Static variable in class org.osgi.service.blueprint.container.EventConstants
The Blueprint extender bundle that is generating this event.
EXTENDER_BUNDLE_ID - Static variable in class org.osgi.service.blueprint.container.EventConstants
The bundle id of the Blueprint extender bundle that is generating this event.
EXTENDER_BUNDLE_SYMBOLICNAME - Static variable in class org.osgi.service.blueprint.container.EventConstants
The bundle symbolic of the Blueprint extender bundle that is generating this event.
EXTENDER_BUNDLE_VERSION - Static variable in class org.osgi.service.blueprint.container.EventConstants
The bundle version of the Blueprint extender bundle that is generating this event.

F

FAILURE - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
The Blueprint Container creation for the bundle has failed.
FLOAT - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE value in the case of Float
FLOAT - Static variable in interface org.osgi.service.metatype.AttributeDefinition
The FLOAT (8) type.
FRAGMENT - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key FRAGMENT, used in BundleStateMBean.FRAGMENT_ITEM.
FRAGMENT_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the fragment status in BundleStateMBean.BUNDLE_TYPE.
FRAGMENTS - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key FRAGMENTS, used in BundleStateMBean.FRAGMENTS_ITEM.
FRAGMENTS_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the list of fragments the bundle is host to in BundleStateMBean.BUNDLE_TYPE.
FrameworkMBean - Interface in org.osgi.jmx.framework
The FrameworkMbean provides mechanisms to exert control over the framework.

G

GET_CREDENTIAL - Static variable in class org.osgi.service.useradmin.UserAdminPermission
The action string "getCredential".
getActions() - Method in class org.osgi.service.cm.ConfigurationPermission
Returns the canonical string representation of the ConfigurationPermission actions.
getActions() - Method in class org.osgi.service.event.TopicPermission
Returns the canonical string representation of the TopicPermission actions.
getActions() - Method in class org.osgi.service.remoteserviceadmin.EndpointPermission
Returns the canonical string representation of the actions.
getActions() - Method in class org.osgi.service.useradmin.UserAdminPermission
Returns the canonical string representation of the actions, separated by comma.
getActivation() - Method in interface org.osgi.service.blueprint.reflect.ComponentMetadata
Return the activation strategy for the component.
getActualTypeArgument(int) - Method in class org.osgi.service.blueprint.container.ReifiedType
Return a type parameter for this type.
getArguments() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
Return the arguments for the factory method or constructor of the bean.
getAttributeDefinitions(int) - Method in interface org.osgi.service.metatype.ObjectClassDefinition
Return the attribute definitions for this object class.
getAuthorization(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the authorization for the user name.
getAuthorization(User) - Method in interface org.osgi.service.useradmin.UserAdmin
Creates an Authorization object that encapsulates the specified User object and the Role objects it possesses.
getAutoExport() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Return the auto-export mode for the service.
getAvailability() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
Return whether or not a matching service is required at all times.
getBindMethod() - Method in interface org.osgi.service.blueprint.reflect.ReferenceListener
Return the name of the bind method.
getBundle() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
Return the Blueprint bundle associated with this event.
getBundle() - Method in interface org.osgi.service.log.LogEntry
Returns the bundle that created this LogEntry object.
getBundle() - Method in interface org.osgi.service.metatype.MetaTypeInformation
Return the bundle for which this object provides meta type information.
getBundleContext() - Method in interface org.osgi.service.component.ComponentContext
Returns the BundleContext of the bundle which contains this component.
getBundleIdentifier(long) - Method in interface org.osgi.jmx.framework.ServiceStateMBean
Answer the bundle identifier of the bundle which registered the service
getBundleLocation(String) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Answer the bundle location the configuration is bound to
getBundleLocation() - Method in interface org.osgi.service.cm.Configuration
Get the bundle location.
getBundles() - Method in class org.osgi.util.tracker.BundleTracker
Return an array of Bundles for all bundles being tracked by this BundleTracker.
getCardinality() - Method in interface org.osgi.service.metatype.AttributeDefinition
Return the cardinality of this attribute.
getCause() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
Return the cause for this BlueprintEvent.FAILURE event.
getCause() - Method in exception org.osgi.service.cm.ConfigurationException
Returns the cause of this exception or null if no cause was set.
getCause() - Method in exception org.osgi.service.component.ComponentException
Returns the cause of this exception or null if no cause was set.
getCause() - Method in exception org.osgi.service.http.NamespaceException
Returns the cause of this exception or null if no cause was set.
getClassName() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
Return the name of the class specified for the bean.
getCollectionClass() - Method in interface org.osgi.service.blueprint.reflect.CollectionMetadata
Return the type of the collection.
getComponentId() - Method in exception org.osgi.service.blueprint.container.NoSuchComponentException
Returns the id of the non-existent component.
getComponentId() - Method in interface org.osgi.service.blueprint.reflect.IdRefMetadata
Return the id of the referenced component.
getComponentId() - Method in interface org.osgi.service.blueprint.reflect.RefMetadata
Return the id of the referenced component.
getComponentIds() - Method in interface org.osgi.service.blueprint.container.BlueprintContainer
Returns the set of component ids managed by this Blueprint Container.
getComponentInstance(String) - Method in interface org.osgi.service.blueprint.container.BlueprintContainer
Return the component instance for the specified component id.
getComponentInstance() - Method in interface org.osgi.service.component.ComponentContext
Returns the Component Instance object for the component instance associated with this Component Context.
getComponentMetadata(String) - Method in interface org.osgi.service.blueprint.container.BlueprintContainer
Return the Component Metadata object for the component with the specified component id.
getComponentName() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
Return the value of the component-name attribute of the service reference.
getConfiguration(String, String) - Method in interface org.osgi.service.cm.ConfigurationAdmin
Get an existing Configuration object from the persistent store, or create a new Configuration object.
getConfiguration(String) - Method in interface org.osgi.service.cm.ConfigurationAdmin
Get an existing or new Configuration object from the persistent store.
getConfigurations(String) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Answer the list of PID/Location pairs of the configurations managed by this service
getConfigurationTypes() - Method in class org.osgi.service.remoteserviceadmin.EndpointDescription
Returns the configuration types.
getCredentials(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the credentials associated with a user.
getCredentials() - Method in interface org.osgi.service.useradmin.User
Returns a Dictionary of the credentials of this User object.
getDefaultValue() - Method in interface org.osgi.service.metatype.AttributeDefinition
Return a default for this attribute.
getDependencies() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
Return the filters identifying the missing dependencies that caused this event.
getDependsOn() - Method in interface org.osgi.service.blueprint.reflect.ComponentMetadata
Return the ids of any components listed in a depends-on attribute for the component.
getDescription() - Method in interface org.osgi.service.metatype.AttributeDefinition
Return a description of this attribute.
getDescription() - Method in interface org.osgi.service.metatype.ObjectClassDefinition
Return a description of this object class.
getDestroyMethod() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
Return the name of the destroy method specified for the bean.
getEntries() - Method in interface org.osgi.service.blueprint.reflect.MapMetadata
Return the entries for the map.
getEntries() - Method in interface org.osgi.service.blueprint.reflect.PropsMetadata
Return the entries for the properties.
getException() - Method in exception org.osgi.service.http.NamespaceException
Returns the nested exception.
getException() - Method in interface org.osgi.service.log.LogEntry
Returns the exception object associated with this LogEntry object.
getException() - Method in interface org.osgi.service.remoteserviceadmin.ExportRegistration
Return the exception for any error during the export process.
getException() - Method in interface org.osgi.service.remoteserviceadmin.ImportRegistration
Return the exception for any error during the import process.
getException() - Method in class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
Return the exception for this event.
getExportedEndpoint() - Method in interface org.osgi.service.remoteserviceadmin.ExportReference
Return the Endpoint Description for the local endpoint.
getExportedPackages(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the list of exported packages for this bundle.
getExportedService() - Method in interface org.osgi.service.remoteserviceadmin.ExportReference
Return the service being exported.
getExportedServices() - Method in interface org.osgi.service.remoteserviceadmin.RemoteServiceAdmin
Return the currently active Export References.
getExportingBundles(String, String) - Method in interface org.osgi.jmx.framework.PackageStateMBean
Answer the identifier of the bundle exporting the package
getExportReference() - Method in interface org.osgi.service.remoteserviceadmin.ExportRegistration
Return the Export Reference for the exported service.
getExportReference() - Method in class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
Return the Export Reference for this event.
getExtenderBundle() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
Return the Blueprint extender bundle that is generating this event.
getFactoryComponent() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
Return the Metadata for the factory component on which to invoke the factory method for the bean.
getFactoryMethod() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
Return the name of the factory method for the bean.
getFactoryPid(String) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Answer the factory PID if the configuration is a factory configuration, null otherwise.
getFactoryPid() - Method in interface org.osgi.service.cm.Configuration
For a factory configuration return the PID of the corresponding Managed Service Factory, else return null.
getFactoryPid() - Method in class org.osgi.service.cm.ConfigurationEvent
Returns the factory pid of the associated configuration.
getFactoryPidForLocation(String, String) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Answer the factory PID if the configuration is a factory configuration, null otherwise.
getFactoryPids() - Method in interface org.osgi.service.metatype.MetaTypeInformation
Return the Factory PIDs (for ManagedServiceFactories) for which ObjectClassDefinition information is available.
getFilter() - Method in exception org.osgi.service.blueprint.container.ServiceUnavailableException
Returns the filter expression that a service would have needed to satisfy in order for the invocation to proceed.
getFilter() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
Return the filter expression that a matching service must match.
getFragments(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the list of the bundle ids of the fragments associated with this bundle
getFrameworkStartLevel() - Method in interface org.osgi.jmx.framework.FrameworkMBean
Retrieve the framework start level
getFrameworkUUID() - Method in class org.osgi.service.remoteserviceadmin.EndpointDescription
Return the framework UUID for the remote service, if present.
getGroup(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the Group associated with the group name.
getGroups(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the list of group names
getHeaders(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the headers for the bundle uniquely identified by the bundle id.
getHosts(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the list of bundle ids of the bundles which host a fragment
getIcon(int) - Method in interface org.osgi.service.metatype.ObjectClassDefinition
Return an InputStream object that can be used to create an icon from.
getId() - Method in interface org.osgi.service.blueprint.reflect.ComponentMetadata
Return the id of the component.
getID() - Method in interface org.osgi.service.metatype.AttributeDefinition
Unique identity for this attribute.
getID() - Method in interface org.osgi.service.metatype.ObjectClassDefinition
Return the id of this object class.
getId() - Method in class org.osgi.service.remoteserviceadmin.EndpointDescription
Returns the endpoint's id.
getImpliedRoles(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the list of implied roles for a user
getImportedEndpoint() - Method in interface org.osgi.service.remoteserviceadmin.ImportReference
Return the Endpoint Description for the remote endpoint.
getImportedEndpoints() - Method in interface org.osgi.service.remoteserviceadmin.RemoteServiceAdmin
Return the currently active Import References.
getImportedPackages(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the array of the packages imported by this bundle
getImportedService() - Method in interface org.osgi.service.remoteserviceadmin.ImportReference
Return the Service Reference for the proxy for the endpoint.
getImportingBundles(String, String, long) - Method in interface org.osgi.jmx.framework.PackageStateMBean
Answer the list of identifiers of the bundles importing the package
getImportReference() - Method in interface org.osgi.service.remoteserviceadmin.ImportRegistration
Return the Import Reference for the imported service.
getImportReference() - Method in class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
Return the Import Reference for this event.
getIndex() - Method in interface org.osgi.service.blueprint.reflect.BeanArgument
Return the zero-based index into the parameter list of the factory method or constructor to be invoked for this argument.
getInformation() - Method in interface org.osgi.service.provisioning.ProvisioningService
Returns a reference to the Provisioning Dictionary.
getInitialBundleStartLevel() - Method in interface org.osgi.jmx.framework.FrameworkMBean
Answer the initial start level assigned to a bundle when it is first started
getInitMethod() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
Return the name of the init method specified for the bean.
getInstance() - Method in interface org.osgi.service.component.ComponentInstance
Returns the component instance of the activated component configuration.
getIntents() - Method in class org.osgi.service.remoteserviceadmin.EndpointDescription
Return the list of intents implemented by this endpoint.
getInterface() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
Return the name of the interface type that a matching service must support.
getInterfaces() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Return the type names of the interfaces that the service should be advertised as supporting.
getInterfaces() - Method in class org.osgi.service.remoteserviceadmin.EndpointDescription
Provide the list of interfaces implemented by the exported service.
getKey() - Method in interface org.osgi.service.blueprint.reflect.MapEntry
Return the Metadata for the key of the map entry.
getKeyType() - Method in interface org.osgi.service.blueprint.reflect.MapMetadata
Return the name of the type of the map keys.
getLastModified(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the last modified time of a bundle
getLevel() - Method in interface org.osgi.service.log.LogEntry
Returns the severity level of this LogEntry object.
getListenerComponent() - Method in interface org.osgi.service.blueprint.reflect.ReferenceListener
Return the Metadata for the component that will receive bind and unbind events.
getListenerComponent() - Method in interface org.osgi.service.blueprint.reflect.RegistrationListener
Return the Metadata for the component that will receive registration and unregistration events.
getLocales() - Method in interface org.osgi.service.metatype.MetaTypeProvider
Return a list of available locales.
getLocation(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the location of the bundle.
getLog() - Method in interface org.osgi.service.log.LogReaderService
Returns an Enumeration of all LogEntry objects in the log.
getMembers(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the the user names which are members of the group
getMembers() - Method in interface org.osgi.service.useradmin.Group
Gets the basic members of this Group object.
getMemberType() - Method in interface org.osgi.service.blueprint.reflect.ReferenceListMetadata
Return whether the List will contain service object proxies or ServiceReference objects.
getMessage() - Method in interface org.osgi.service.log.LogEntry
Returns the human readable message associated with this LogEntry object.
getMetadata(Class<T>) - Method in interface org.osgi.service.blueprint.container.BlueprintContainer
Return all ComponentMetadata objects of the specified Component Metadata type.
getMetaTypeInformation(Bundle) - Method in interface org.osgi.service.metatype.MetaTypeService
Return the MetaType information for the specified bundle.
getMimeType(String) - Method in interface org.osgi.service.http.HttpContext
Maps a name to a MIME type.
getName() - Method in interface org.osgi.service.blueprint.reflect.BeanProperty
Return the name of the property to be injected.
getName() - Method in interface org.osgi.service.cm.ManagedServiceFactory
Return a descriptive name of this factory.
getName() - Method in interface org.osgi.service.metatype.AttributeDefinition
Get the name of the attribute.
getName() - Method in interface org.osgi.service.metatype.ObjectClassDefinition
Return the name of this object class.
getName() - Method in interface org.osgi.service.useradmin.Authorization
Gets the name of the User that this Authorization context was created for.
getName() - Method in interface org.osgi.service.useradmin.Role
Returns the name of this role.
getObject(Bundle) - Method in class org.osgi.util.tracker.BundleTracker
Returns the customized object for the specified Bundle if the specified bundle is being tracked by this BundleTracker.
getObjectClass(long) - Method in interface org.osgi.jmx.framework.ServiceStateMBean
Answer the list of interfaces that this service implements
getObjectClassDefinition(String, String) - Method in interface org.osgi.service.metatype.MetaTypeProvider
Returns an object class definition for the specified id localized to the specified locale.
getObjectInstance(Object, Name, Context, Map) - Method in interface org.osgi.service.jndi.JNDIProviderAdmin
Resolve the object from the given reference.
getObjectInstance(Object, Name, Context, Map, Attributes) - Method in interface org.osgi.service.jndi.JNDIProviderAdmin
Resolve the object from the given reference.
getOptionLabels() - Method in interface org.osgi.service.metatype.AttributeDefinition
Return a list of labels of option values.
getOptionValues() - Method in interface org.osgi.service.metatype.AttributeDefinition
Return a list of option values that this attribute can take.
getPackageVersion(String) - Method in class org.osgi.service.remoteserviceadmin.EndpointDescription
Provide the version of the given package name.
getPermissions(String) - Method in interface org.osgi.jmx.service.permissionadmin.PermissionAdminMBean
Answer the list of encoded permissions of the bundle specified by the bundle location
getPid() - Method in interface org.osgi.service.cm.Configuration
Get the PID for this Configuration object.
getPid() - Method in class org.osgi.service.cm.ConfigurationEvent
Returns the pid of the associated configuration.
getPids() - Method in interface org.osgi.service.metatype.MetaTypeInformation
Return the PIDs (for ManagedServices) for which ObjectClassDefinition information is available.
getProperties(long) - Method in interface org.osgi.jmx.framework.ServiceStateMBean
Answer the map of properties associated with this service
getProperties(String) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Answer the contents of the configuration

getProperties(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the properties associated with a role.
getProperties() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
Return the properties for the bean.
getProperties() - Method in interface org.osgi.service.cm.Configuration
Return the properties of this Configuration object.
getProperties() - Method in interface org.osgi.service.component.ComponentContext
Returns the component properties for this Component Context.
getProperties() - Method in class org.osgi.service.remoteserviceadmin.EndpointDescription
Returns all endpoint properties.
getProperties() - Method in interface org.osgi.service.useradmin.Role
Returns a Dictionary of the (public) properties of this Role object.
getPropertiesForLocation(String, String) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Answer the contents of the configuration

getProperty() - Method in exception org.osgi.service.cm.ConfigurationException
Return the property name that caused the failure or null.
getProperty(String) - Method in class org.osgi.service.event.Event
Retrieves a property.
getPropertyNames() - Method in class org.osgi.service.event.Event
Returns a list of this event's property names.
getRanking() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Return the ranking value to use when advertising the service.
getRawClass() - Method in class org.osgi.service.blueprint.container.ReifiedType
Return the raw class represented by this type.
getReason() - Method in exception org.osgi.service.cm.ConfigurationException
Return the reason for this exception.
getReference() - Method in class org.osgi.service.cm.ConfigurationEvent
Return the ServiceReference object of the Configuration Admin service that created this event.
getReferenceListeners() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
Return the reference listeners to receive bind and unbind events.
getRegisteredServices(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the list of service identifiers representing the services this bundle exports
getRegistrationListeners() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Return the registration listeners to be notified when the service is registered and unregistered with the framework.
getRegistrationMethod() - Method in interface org.osgi.service.blueprint.reflect.RegistrationListener
Return the name of the registration method.
getRequiredBundles(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the list of identifiers of the bundles this bundle depends upon
getRequiredMembers(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the list of user names which are required members of this group
getRequiredMembers() - Method in interface org.osgi.service.useradmin.Group
Gets the required members of this Group object.
getRequiringBundles(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the list of identifiers of the bundles which require this bundle
getResource(String) - Method in interface org.osgi.service.http.HttpContext
Maps a resource name to a URL.
getRole(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the role associated with a name.
getRole(String) - Method in interface org.osgi.service.useradmin.UserAdmin
Gets the Role object with the given name from this User Admin service.
getRole() - Method in class org.osgi.service.useradmin.UserAdminEvent
Gets the Role object this event was generated for.
getRoles(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the list of role names which match the supplied filter
getRoles() - Method in interface org.osgi.service.useradmin.Authorization
Gets the names of all roles implied by this Authorization context.
getRoles(String) - Method in interface org.osgi.service.useradmin.UserAdmin
Gets the Role objects managed by this User Admin service that have properties matching the specified LDAP filter criteria.
getScope() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
Return the scope for the bean.
getService(ServiceReference) - Method in class org.osgi.util.tracker.ServiceTracker
Returns the service object for the specified ServiceReference if the specified referenced service is being tracked by this ServiceTracker.
getService() - Method in class org.osgi.util.tracker.ServiceTracker
Returns a service object for one of the services being tracked by this ServiceTracker.
getService(Bundle, ServiceRegistration) - Method in class org.osgi.util.xml.XMLParserActivator
Creates a new XML Parser Factory object.
getServiceComponent() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Return the Metadata for the component to be exported as a service.
getServiceId() - Method in class org.osgi.service.remoteserviceadmin.EndpointDescription
Returns the service id for the service exported through this endpoint.
getServiceProperties() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Return the user declared properties to be advertised with the service.
getServiceReference() - Method in interface org.osgi.service.component.ComponentContext
If the component instance is registered as a service using the service element, then this method returns the service reference of the service provided by this component instance.
getServiceReference() - Method in interface org.osgi.service.log.LogEntry
Returns the ServiceReference object for the service associated with this LogEntry object.
getServiceReference() - Method in class org.osgi.service.useradmin.UserAdminEvent
Gets the ServiceReference object of the User Admin service that generated this event.
getServiceReference() - Method in class org.osgi.util.tracker.ServiceTracker
Returns a ServiceReference for one of the services being tracked by this ServiceTracker.
getServiceReferences() - Method in class org.osgi.util.tracker.ServiceTracker
Return an array of ServiceReferences for all services being tracked by this ServiceTracker.
getServices() - Method in class org.osgi.util.tracker.ServiceTracker
Return an array of service objects for all services being tracked by this ServiceTracker.
getServicesInUse(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the list of service identifiers which refer to the the services this bundle is using
getSource() - Method in class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
Return the bundle source of this event.
getStartLevel(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the start level of the bundle
getState(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the symbolic name of the state of the bundle
getStringValue() - Method in interface org.osgi.service.blueprint.reflect.ValueMetadata
Return the unconverted string representation of the value.
getSymbolicName(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the symbolic name of the bundle
getTime() - Method in interface org.osgi.service.log.LogEntry
Returns the value of currentTimeMillis() at the time this LogEntry object was created.
getTimeout() - Method in interface org.osgi.service.blueprint.reflect.ReferenceMetadata
Return the timeout for service invocations when a backing service is is unavailable.
getTimestamp() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
Return the time at which this event was created.
getTopic() - Method in class org.osgi.service.event.Event
Returns the topic of this event.
getTrackingCount() - Method in class org.osgi.util.tracker.BundleTracker
Returns the tracking count for this BundleTracker.
getTrackingCount() - Method in class org.osgi.util.tracker.ServiceTracker
Returns the tracking count for this ServiceTracker.
getType() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
Return the type of this event.
getType() - Method in interface org.osgi.service.blueprint.reflect.ValueMetadata
Return the name of the type to which the value should be converted.
getType() - Method in class org.osgi.service.cm.ConfigurationEvent
Return the type of this event.
getType() - Method in interface org.osgi.service.metatype.AttributeDefinition
Return the type for this attribute.
getType() - Method in class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
Return the type of this event.
getType() - Method in interface org.osgi.service.useradmin.Role
Returns the type of this role.
getType() - Method in class org.osgi.service.useradmin.UserAdminEvent
Returns the type of this event.
getUnbindMethod() - Method in interface org.osgi.service.blueprint.reflect.ReferenceListener
Return the name of the unbind method.
getUnregistrationMethod() - Method in interface org.osgi.service.blueprint.reflect.RegistrationListener
Return the name of the unregistration method.
getUser(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the User associated with the user name.
getUser(String, String) - Method in interface org.osgi.service.useradmin.UserAdmin
Gets the user with the given property key-value pair from the User Admin service database.
getUsers(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the list of user names in the User Admin database
getUserWithProperty(String, String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the user name with the given property key-value pair from the User Admin service database.
getUsingBundle() - Method in interface org.osgi.service.component.ComponentContext
If the component instance is registered as a service using the servicefactory="true" attribute, then this method returns the bundle using the service provided by the component instance.
getUsingBundles(long) - Method in interface org.osgi.jmx.framework.ServiceStateMBean
Answer the list of identifiers of the bundles that use the service
getValue() - Method in interface org.osgi.service.blueprint.reflect.BeanArgument
Return the Metadata for the argument value.
getValue() - Method in interface org.osgi.service.blueprint.reflect.BeanProperty
Return the Metadata for the value to be injected into a bean.
getValue() - Method in interface org.osgi.service.blueprint.reflect.MapEntry
Return the Metadata for the value of the map entry.
getValues() - Method in interface org.osgi.service.blueprint.reflect.CollectionMetadata
Return Metadata for the values of the collection.
getValueType() - Method in interface org.osgi.service.blueprint.reflect.BeanArgument
Return the name of the value type to match the argument and convert the value into when invoking the constructor or factory method.
getValueType() - Method in interface org.osgi.service.blueprint.reflect.CollectionMetadata
Return the type specified for the values of the collection.
getValueType() - Method in interface org.osgi.service.blueprint.reflect.MapMetadata
Return the name of the type of the map values.
getVersion(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the location of the bundle.
GRACE_PERIOD - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
The Blueprint Container has entered the grace period.
Group - Interface in org.osgi.service.useradmin
A named grouping of roles (Role objects).
GROUP - Static variable in interface org.osgi.service.useradmin.Role
The type of a Group role.
GROUP_TYPE - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The Composite Type for a Group.

H

handleEvent(Event) - Method in interface org.osgi.service.event.EventHandler
Called by the EventAdmin service to notify the listener of an event.
handleSecurity(HttpServletRequest, HttpServletResponse) - Method in interface org.osgi.service.http.HttpContext
Handles security for the specified request.
hasCredential(String, Object) - Method in interface org.osgi.service.useradmin.User
Checks to see if this User object has a credential with the specified key set to the specified value.
hashCode() - Method in interface org.osgi.service.cm.Configuration
Hash code is based on PID.
hashCode() - Method in class org.osgi.service.cm.ConfigurationPermission
Returns the hash code value for this object.
hashCode() - Method in class org.osgi.service.event.Event
Returns a hash code value for the object.
hashCode() - Method in class org.osgi.service.event.TopicPermission
Returns the hash code value for this object.
hashCode() - Method in class org.osgi.service.remoteserviceadmin.EndpointDescription
Returns a hash code value for the object.
hashCode() - Method in class org.osgi.service.remoteserviceadmin.EndpointPermission
Returns the hash code value for this object.
hashCode() - Method in class org.osgi.service.useradmin.UserAdminPermission
Returns the hash code value for this object.
hasRole(String) - Method in interface org.osgi.service.useradmin.Authorization
Checks if the role with the specified name is implied by this Authorization context.
HEADER_TYPE - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The Composite Type describing an entry in bundle headers.
HEADERS - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key HEADERS, used in BundleStateMBean.HEADERS_ITEM.
HEADERS_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the bundle headers in BundleStateMBean.BUNDLE_TYPE.
HEADERS_TYPE - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The Tabular Type describing the type of the Tabular Data value that is returned from BundleStateMBean.getHeaders(long) method.
HOSTS - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key HOSTS, used in BundleStateMBean.HOSTS_ITEM.
HOSTS_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the bundle identifiers representing the hosts in BundleStateMBean.BUNDLE_TYPE.
HttpContext - Interface in org.osgi.service.http
This interface defines methods that the Http Service may call to get information about a registration.
HttpService - Interface in org.osgi.service.http
The Http Service allows other bundles in the OSGi environment to dynamically register resources and servlets into the URI namespace of Http Service.

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.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.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.
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.
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.
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.

J

JDBC_DATABASE_NAME - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "databaseName" property that DataSource clients should supply a value for when calling DataSourceFactory.createDataSource(Properties).
JDBC_DATASOURCE_NAME - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "dataSourceName" property that DataSource clients should supply a value for when calling DataSourceFactory.createDataSource(Properties).
JDBC_DESCRIPTION - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "description" property that DataSource clients should supply a value for when calling DataSourceFactory.createDataSource(Properties).
JDBC_INITIAL_POOL_SIZE - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "initialPoolSize" property that ConnectionPoolDataSource and XADataSource clients should supply a value for when calling DataSourceFactory.createConnectionPoolDataSource(Properties) or DataSourceFactory.createXADataSource(Properties).
JDBC_MAX_IDLE_TIME - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "maxIdleTime" property that ConnectionPoolDataSource and XADataSource clients should supply a value for when calling DataSourceFactory.createConnectionPoolDataSource(Properties) or DataSourceFactory.createXADataSource(Properties).
JDBC_MAX_POOL_SIZE - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "maxPoolSize" property that ConnectionPoolDataSource and XADataSource clients should supply a value for when calling DataSourceFactory.createConnectionPoolDataSource(Properties) or DataSourceFactory.createXADataSource(Properties).
JDBC_MAX_STATEMENTS - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "maxStatements" property that ConnectionPoolDataSource and XADataSource clients should supply a value for when calling DataSourceFactory.createConnectionPoolDataSource(Properties) or DataSourceFactory.createXADataSource(Properties).
JDBC_MIN_POOL_SIZE - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "minPoolSize" property that ConnectionPoolDataSource and XADataSource clients should supply a value for when calling DataSourceFactory.createConnectionPoolDataSource(Properties) or DataSourceFactory.createXADataSource(Properties).
JDBC_NETWORK_PROTOCOL - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "networkProtocol" property that DataSource clients should supply a value for when calling DataSourceFactory.createDataSource(Properties).
JDBC_PASSWORD - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "password" property that DataSource clients should supply a value for when calling DataSourceFactory.createDataSource(Properties).
JDBC_PORT_NUMBER - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "portNumber" property that DataSource clients should supply a value for when calling DataSourceFactory.createDataSource(Properties).
JDBC_PROPERTY_CYCLE - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "propertyCycle" property that ConnectionPoolDataSource and XADataSource clients should supply a value for when calling DataSourceFactory.createConnectionPoolDataSource(Properties) or DataSourceFactory.createXADataSource(Properties).
JDBC_ROLE_NAME - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "roleName" property that DataSource clients should supply a value for when calling DataSourceFactory.createDataSource(Properties).
JDBC_SERVER_NAME - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "serverName" property that DataSource clients should supply a value for when calling DataSourceFactory.createDataSource(Properties).
JDBC_URL - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "url" property that DataSource clients should supply a value for when calling DataSourceFactory.createDataSource(Properties).
JDBC_USER - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "user" property that DataSource clients should supply a value for when calling DataSourceFactory.createDataSource(Properties).
JmxConstants - Class in org.osgi.jmx
Constants for OSGi JMX Specification.
JNDI_SERVICENAME - Static variable in class org.osgi.service.jndi.JNDIConstants
This service property is set on an OSGi service to provide a name that can be used to locate the service other than the service interface name.
JNDI_URLSCHEME - Static variable in class org.osgi.service.jndi.JNDIConstants
This service property is set by JNDI Providers that publish URL Context Factories as OSGi Services.
JNDIConstants - Class in org.osgi.service.jndi
Constants for the JNDI implementation.
JNDIContextManager - Interface in org.osgi.service.jndi
This interface defines the OSGi service interface for the JNDIContextManager.
JNDIProviderAdmin - Interface in org.osgi.service.jndi
This interface defines the OSGi service interface for the JNDIProviderAdmin service.
JPA_UNIT_NAME - Static variable in interface org.osgi.service.jpa.EntityManagerFactoryBuilder
The name of the persistence unit.
JPA_UNIT_PROVIDER - Static variable in interface org.osgi.service.jpa.EntityManagerFactoryBuilder
The class name of the provider that registered the service and implements the JPA javax.persistence.PersistenceProvider interface.
JPA_UNIT_VERSION - Static variable in interface org.osgi.service.jpa.EntityManagerFactoryBuilder
The version of the persistence unit bundle.

K

KEY - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key KEY, used in BundleStateMBean.KEY_ITEM.
KEY - Static variable in class org.osgi.jmx.JmxConstants
The key KEY.
KEY_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item describing the key of a bundle header entry.
KEY_ITEM - Static variable in class org.osgi.jmx.JmxConstants
The key of a property.

L

LAST_MODIFIED - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key LAST_MODIFIED, used in BundleStateMBean.LAST_MODIFIED_ITEM.
LAST_MODIFIED_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the last modified time in the BundleStateMBean.BUNDLE_TYPE.
listBundles() - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the bundle state of the system in tabular form.
listConfigurations(String) - Method in interface org.osgi.service.cm.ConfigurationAdmin
List the current Configuration objects which match the filter.
listDefaultPermissions() - Method in interface org.osgi.jmx.service.permissionadmin.PermissionAdminMBean
Answer the list of encoded permissions representing the default permissions assigned to bundle locations that have no assigned permissions
listGroups() - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the list of group names
listInformation() - Method in interface org.osgi.jmx.service.provisioning.ProvisioningServiceMBean
Returns a table representing the Provisioning Information Dictionary.
listLocations() - Method in interface org.osgi.jmx.service.permissionadmin.PermissionAdminMBean
Answer the bundle locations that have permissions assigned to them
listPackages() - Method in interface org.osgi.jmx.framework.PackageStateMBean
Answer the package state of the system in tabular form The Tabular Data is typed by PackageStateMBean.PACKAGES_TYPE, which has PackageStateMBean.PACKAGE_TYPE as its Composite Type.
listRoles() - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the list of role names in the User Admin database
listServices() - Method in interface org.osgi.jmx.framework.ServiceStateMBean
Answer the service state of the system in tabular form.
listUsers() - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the list of user names in the User Admin database
locateService(String) - Method in interface org.osgi.service.component.ComponentContext
Returns the service object for the specified reference name.
locateService(String, ServiceReference) - 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.service.component.ComponentContext
Returns the service objects for the specified reference name.
LOCATION - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key LOCATION, used in BundleStateMBean.LOCATION_ITEM.
LOCATION_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the bundle location in BundleStateMBean.BUNDLE_TYPE.
log(int, String) - Method in interface org.osgi.service.log.LogService
Logs a message.
log(int, String, Throwable) - Method in interface org.osgi.service.log.LogService
Logs a message with an exception.
log(ServiceReference, int, String) - Method in interface org.osgi.service.log.LogService
Logs a message associated with a specific ServiceReference object.
log(ServiceReference, int, String, Throwable) - Method in interface org.osgi.service.log.LogService
Logs a message with an exception associated and a ServiceReference object.
LOG_DEBUG - Static variable in interface org.osgi.service.log.LogService
A debugging message (Value 4).
LOG_ERROR - Static variable in interface org.osgi.service.log.LogService
An error message (Value 1).
LOG_INFO - Static variable in interface org.osgi.service.log.LogService
An informational message (Value 3).
LOG_WARNING - Static variable in interface org.osgi.service.log.LogService
A warning message (Value 2).
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.
LogListener - Interface in org.osgi.service.log
Subscribes to LogEntry objects from the LogReaderService.
LogReaderService - Interface in org.osgi.service.log
Provides methods to retrieve LogEntry objects from the log.
LogService - Interface in org.osgi.service.log
Provides methods for bundles to write messages to the log.
LONG - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE value in the case of Long
LONG - Static variable in interface org.osgi.service.metatype.AttributeDefinition
The LONG (2) type.
LONG_ARRAY_TYPE - Static variable in class org.osgi.jmx.JmxConstants
The MBean Open type for an array of longs

M

ManagedService - Interface in org.osgi.service.cm
A service that can receive configuration data from a Configuration Admin service.
ManagedServiceFactory - Interface in org.osgi.service.cm
Manage multiple service instances.
MapEntry - Interface in org.osgi.service.blueprint.reflect
Metadata for a map entry.
MapMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a Map based value.
matches(Filter) - Method in class org.osgi.service.event.Event
Tests this event's properties against the given filter using a case sensitive match.
matches(String) - Method in class org.osgi.service.remoteserviceadmin.EndpointDescription
Tests the properties of this EndpointDescription against the given filter using a case insensitive match.
MEMBERS - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The MEMBERS key, used in UserAdminMBean.MEMBERS_ITEM.
MEMBERS_ITEM - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The item containing the members of a group.
MESSAGE - Static variable in interface org.osgi.service.event.EventConstants
A human-readable message that is usually not localized.
Metadata - Interface in org.osgi.service.blueprint.reflect
Top level Metadata type.
METATYPE_DOCUMENTS_LOCATION - Static variable in interface org.osgi.service.metatype.MetaTypeService
Location of meta type documents.
MetaTypeInformation - Interface in org.osgi.service.metatype
A MetaType Information object is created by the MetaTypeService to return meta type information for a specific bundle.
MetaTypeProvider - Interface in org.osgi.service.metatype
Provides access to metatypes.
MetaTypeService - Interface in org.osgi.service.metatype
The MetaType Service can be used to obtain meta type information for a bundle.
MIME_BUNDLE - Static variable in interface org.osgi.service.provisioning.ProvisioningService
MIME type to be stored in the extra field of a ZipEntry object for an installable bundle file.
MIME_BUNDLE_ALT - Static variable in interface org.osgi.service.provisioning.ProvisioningService
Alternative MIME type to be stored in the extra field of a ZipEntry object for an installable bundle file.
MIME_BUNDLE_URL - Static variable in interface org.osgi.service.provisioning.ProvisioningService
MIME type to be stored in the extra field of a ZipEntry for a String that represents a URL for a bundle.
MIME_BYTE_ARRAY - Static variable in interface org.osgi.service.provisioning.ProvisioningService
MIME type to be stored stored in the extra field of a ZipEntry object for byte[] data.
MIME_STRING - Static variable in interface org.osgi.service.provisioning.ProvisioningService
MIME type to be stored in the extra field of a ZipEntry object for String data.
modifiedBundle(Bundle, BundleEvent, Object) - Method in class org.osgi.util.tracker.BundleTracker
Default implementation of the BundleTrackerCustomizer.modifiedBundle method.
modifiedBundle(Bundle, BundleEvent, Object) - Method in interface org.osgi.util.tracker.BundleTrackerCustomizer
A bundle tracked by the BundleTracker has been modified.
modifiedService(ServiceReference, Object) - Method in class org.osgi.util.tracker.ServiceTracker
Default implementation of the ServiceTrackerCustomizer.modifiedService method.
modifiedService(ServiceReference, Object) - Method in interface org.osgi.util.tracker.ServiceTrackerCustomizer
A service tracked by the ServiceTracker has been modified.
modifyConfiguration(ServiceReference, Dictionary) - Method in interface org.osgi.service.cm.ConfigurationPlugin
View and possibly modify the a set of configuration properties before they are sent to the Managed Service or the Managed Service Factory.

N

NAME - Static variable in interface org.osgi.jmx.framework.PackageStateMBean
The key NAME, used in PackageStateMBean.NAME_ITEM.
NAME - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The key NAME, used in UserAdminMBean.NAME_ITEM.
NAME_ITEM - Static variable in interface org.osgi.jmx.framework.PackageStateMBean
The item containing the name of the package in PackageStateMBean.PACKAGE_TYPE.
NAME_ITEM - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The item for the user name for an authorization object.
NamespaceException - Exception in org.osgi.service.http
A NamespaceException is thrown to indicate an error with the caller's request to register a servlet or resources into the URI namespace of the Http Service.
NamespaceException(String) - Constructor for exception org.osgi.service.http.NamespaceException
Construct a NamespaceException object with a detail message.
NamespaceException(String, Throwable) - Constructor for exception org.osgi.service.http.NamespaceException
Construct a NamespaceException object with a detail message and a nested exception.
newInitialContext() - Method in interface org.osgi.service.jndi.JNDIContextManager
Creates a new JNDI initial context with the default JNDI environment properties.
newInitialContext(Map) - Method in interface org.osgi.service.jndi.JNDIContextManager
Creates a new JNDI initial context with the specified JNDI environment properties.
newInitialDirContext() - Method in interface org.osgi.service.jndi.JNDIContextManager
Creates a new initial DirContext with the default JNDI environment properties.
newInitialDirContext(Map) - Method in interface org.osgi.service.jndi.JNDIContextManager
Creates a new initial DirContext with the specified JNDI environment properties.
newInstance(Dictionary) - Method in interface org.osgi.service.component.ComponentFactory
Create and activate a new component configuration.
newPermissionCollection() - Method in class org.osgi.service.cm.ConfigurationPermission
Returns a new PermissionCollection object suitable for storing ConfigurationPermissions.
newPermissionCollection() - Method in class org.osgi.service.event.TopicPermission
Returns a new PermissionCollection object suitable for storing TopicPermission objects.
newPermissionCollection() - Method in class org.osgi.service.remoteserviceadmin.EndpointPermission
Returns a new PermissionCollection object for storing EndpointPermission objects.
newPermissionCollection() - Method in class org.osgi.service.useradmin.UserAdminPermission
Returns a new PermissionCollection object for storing UserAdminPermission objects.
NonNullMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a value that cannot null.
NoSuchComponentException - Exception in org.osgi.service.blueprint.container
A Blueprint exception indicating that a component does not exist in a Blueprint Container.
NoSuchComponentException(String, String) - Constructor for exception org.osgi.service.blueprint.container.NoSuchComponentException
Create a No Such Component Exception for a non-existent component.
NoSuchComponentException(String) - Constructor for exception org.osgi.service.blueprint.container.NoSuchComponentException
Create a No Such Component Exception for a non-existent component.
NULL - Static variable in interface org.osgi.service.blueprint.reflect.NullMetadata
Singleton instance of NullMetadata.
NullMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a value specified to be null via the <null> element.

O

OBJECT_CLASS - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The key OBJECT_CLASS, used ServiceStateMBean.OBJECT_CLASS_ITEM.
OBJECT_CLASS_ITEM - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The item containing the interfaces of the service in ServiceStateMBean.SERVICE_TYPE.
ObjectClassDefinition - Interface in org.osgi.service.metatype
Description for the data type information of an objectclass.
OBJECTNAME - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The Object Name for a Bundle State MBean.
OBJECTNAME - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The fully qualified object name of this mbean.
OBJECTNAME - Static variable in interface org.osgi.jmx.framework.PackageStateMBean
The fully qualified object name of this MBean.
OBJECTNAME - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The fully qualified object name of this mbean.
OBJECTNAME - Static variable in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
The object name for this mbean.
OBJECTNAME - Static variable in interface org.osgi.jmx.service.permissionadmin.PermissionAdminMBean
Permission Admin MBean object name.
OBJECTNAME - Static variable in interface org.osgi.jmx.service.provisioning.ProvisioningServiceMBean
Provisioning MBean object name.
OBJECTNAME - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
User Admin MBean object name.
open() - Method in class org.osgi.util.tracker.BundleTracker
Open this BundleTracker and begin tracking bundles.
open() - Method in class org.osgi.util.tracker.ServiceTracker
Open this ServiceTracker and begin tracking services.
open(boolean) - Method in class org.osgi.util.tracker.ServiceTracker
Open this ServiceTracker and begin tracking services.
OPTIONAL - Static variable in interface org.osgi.service.metatype.ObjectClassDefinition
Argument for getAttributeDefinitions(int).
org.osgi.jmx - package org.osgi.jmx
OSGi JMX Package Version 1.0.
org.osgi.jmx.framework - package org.osgi.jmx.framework
OSGi JMX Framework Package Version 1.5.
org.osgi.jmx.service.cm - package org.osgi.jmx.service.cm
OSGi JMX CM Package Version 1.3.
org.osgi.jmx.service.permissionadmin - package org.osgi.jmx.service.permissionadmin
OSGi JMX Permission Admin Package Admin Package Version 1.2.
org.osgi.jmx.service.provisioning - package org.osgi.jmx.service.provisioning
OSGi JMX Initial Provisioning Package Version 1.2.
org.osgi.jmx.service.useradmin - package org.osgi.jmx.service.useradmin
OSGi JMX User Admin Package Version 1.1.
org.osgi.service.blueprint.container - package org.osgi.service.blueprint.container
Blueprint Container Package Version 1.0.
org.osgi.service.blueprint.reflect - package org.osgi.service.blueprint.reflect
Blueprint Reflection Package Version 1.0.
org.osgi.service.cm - package org.osgi.service.cm
Configuration Admin Package Version 1.3.
org.osgi.service.component - package org.osgi.service.component
Service Component Package Version 1.1.
org.osgi.service.event - package org.osgi.service.event
Event Admin Package Version 1.2.
org.osgi.service.http - package org.osgi.service.http
Http Service Package Version 1.2.
org.osgi.service.jdbc - package org.osgi.service.jdbc
JDBC Service Package Version 1.0.
org.osgi.service.jndi - package org.osgi.service.jndi
JNDI Package Version 1.0.
org.osgi.service.jpa - package org.osgi.service.jpa
JPA Package Version 1.0.
org.osgi.service.log - package org.osgi.service.log
Log Service Package Version 1.3.
org.osgi.service.metatype - package org.osgi.service.metatype
Metatype Package Version 1.1.
org.osgi.service.provisioning - package org.osgi.service.provisioning
Provisioning Package Version 1.2.
org.osgi.service.remoteserviceadmin - package org.osgi.service.remoteserviceadmin
Remote Service Admin Package Version 1.0.
org.osgi.service.useradmin - package org.osgi.service.useradmin
User Admin Package Version 1.1.
org.osgi.util.tracker - package org.osgi.util.tracker
Tracker Package Version 1.4.
org.osgi.util.xml - package org.osgi.util.xml
XML Parser Package Version 1.0.
OSGI_COMPENDIUM - Static variable in class org.osgi.jmx.JmxConstants
The domain name of the selected OSGi compendium MBeans
OSGI_CORE - Static variable in class org.osgi.jmx.JmxConstants
The domain name of the core OSGi MBeans
OSGI_JDBC_DRIVER_CLASS - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
Service property used by a JDBC driver to declare the driver class when registering a JDBC DataSourceFactory service.
OSGI_JDBC_DRIVER_NAME - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
Service property used by a JDBC driver to declare the driver name when registering a JDBC DataSourceFactory service.
OSGI_JDBC_DRIVER_VERSION - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
Service property used by a JDBC driver to declare the driver version when registering a JDBC DataSourceFactory service.

P

P_BOOLEAN - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE value in the case of the boolean primitive type.
P_BYTE - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE value in the case of the byte primitive type.
P_CHAR - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE value in the case of the char primitive type.
P_DOUBLE - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE value in the case of the double primitive type.
P_FLOAT - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE value in the case of the float primitive type.
P_INT - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE value in the case of the int primitive type.
P_LONG - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE value in the case of the long primitive type.
P_SHORT - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE value in the case of the short primitive type.
PACKAGE_TYPE - Static variable in interface org.osgi.jmx.framework.PackageStateMBean
The Composite Type for a CompositeData representing a package.
PACKAGES_TYPE - Static variable in interface org.osgi.jmx.framework.PackageStateMBean
The Tabular Type used in PackageStateMBean.listPackages().
PackageStateMBean - Interface in org.osgi.jmx.framework
This MBean provides information about the package state of the framework.
PARSER_NAMESPACEAWARE - Static variable in class org.osgi.util.xml.XMLParserActivator
Service property specifying if factory is configured to support namespace aware parsers.
PARSER_VALIDATING - Static variable in class org.osgi.util.xml.XMLParserActivator
Service property specifying if factory is configured to support validating parsers.
PermissionAdminMBean - Interface in org.osgi.jmx.service.permissionadmin
This MBean represents the OSGi Permission Manager Service
PERSISTENTLY_STARTED - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key PERSISTENTLY_STARTED, used in BundleStateMBean.PERSISTENTLY_STARTED_ITEM.
PERSISTENTLY_STARTED_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the indication of persistently started in BundleStateMBean.BUNDLE_TYPE.
postEvent(Event) - Method in interface org.osgi.service.event.EventAdmin
Initiate asynchronous delivery of an event.
PROPERTIES - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The PROPERTIES key, used in UserAdminMBean.PROPERTIES_ITEM.
PROPERTIES_ITEM - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The item containing the properties of a Role.
PROPERTIES_TYPE - Static variable in class org.osgi.jmx.JmxConstants
Describes a map with properties.
PROPERTY_TYPE - Static variable in class org.osgi.jmx.JmxConstants
A Composite Type describing a a single property.
PropsMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a java.util.Properties based value.
PROVISIONING_AGENT_CONFIG - Static variable in interface org.osgi.service.provisioning.ProvisioningService
The key to the provisioning information that contains the initial configuration information of the initial Management Agent.
PROVISIONING_REFERENCE - Static variable in interface org.osgi.service.provisioning.ProvisioningService
The key to the provisioning information that contains the location of the provision data provider.
PROVISIONING_ROOTX509 - Static variable in interface org.osgi.service.provisioning.ProvisioningService
The key to the provisioning information that contains the root X509 certificate used to establish trust with operator when using HTTPS.
PROVISIONING_RSH_SECRET - Static variable in interface org.osgi.service.provisioning.ProvisioningService
The key to the provisioning information that contains the shared secret used in conjunction with the RSH protocol.
PROVISIONING_SPID - Static variable in interface org.osgi.service.provisioning.ProvisioningService
The key to the provisioning information that uniquely identifies the Service Platform.
PROVISIONING_START_BUNDLE - Static variable in interface org.osgi.service.provisioning.ProvisioningService
The key to the provisioning information that contains the location of the bundle to start with AllPermission.
PROVISIONING_UPDATE_COUNT - Static variable in interface org.osgi.service.provisioning.ProvisioningService
The key to the provisioning information that contains the update count of the info data.
ProvisioningService - Interface in org.osgi.service.provisioning
Service for managing the initial provisioning information.
ProvisioningServiceMBean - Interface in org.osgi.jmx.service.provisioning
This MBean represents the management interface to the OSGi Initial Provisioning Service
PUBLISH - Static variable in class org.osgi.service.event.TopicPermission
The action string publish.

R

READ - Static variable in class org.osgi.service.remoteserviceadmin.EndpointPermission
The action string read.
REFERENCE_TARGET_SUFFIX - Static variable in interface org.osgi.service.component.ComponentConstants
The suffix for reference target properties.
ReferenceListener - Interface in org.osgi.service.blueprint.reflect
Metadata for a reference listener interested in the reference bind and unbind events for a service reference.
ReferenceListMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a list of service references.
ReferenceMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a reference that will bind to a single matching service in the service registry.
RefMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a reference to another component managed by the Blueprint Container.
refreshBundle(long) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Force the update, replacement or removal of the packages identified by the specified bundle.
refreshBundles(long[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Force the update, replacement or removal of the packages identified by the list of bundles.
REGISTERED_SERVICES - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key REGISTERED_SERVICES, used in BundleStateMBean.REGISTERED_SERVICES_ITEM.
REGISTERED_SERVICES_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the registered services of the bundle in BundleStateMBean.BUNDLE_TYPE.
registerResources(String, String, HttpContext) - Method in interface org.osgi.service.http.HttpService
Registers resources into the URI namespace.
registerServlet(String, Servlet, Dictionary, HttpContext) - Method in interface org.osgi.service.http.HttpService
Registers a servlet into the URI namespace.
RegistrationListener - Interface in org.osgi.service.blueprint.reflect
Metadata for a registration listener interested in service registration and unregistration events for a service.
ReifiedType - Class in org.osgi.service.blueprint.container
Provides access to a concrete type and its optional generic type parameters.
ReifiedType(Class<?>) - Constructor for class org.osgi.service.blueprint.container.ReifiedType
Create a Reified Type for a raw Java class without any generic type parameters.
REMAINING - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The key REMAINING, used in FrameworkMBean.REMAINING_ID_ITEM and FrameworkMBean.REMAINING_LOCATION_ITEM.
REMAINING_ID_ITEM - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The item containing the list of remaining bundles unprocessed by the failing batch operation.
REMAINING_LOCATION_ITEM - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The item containing the list of remaining bundles unprocessed by the failing batch operation.
REMOTE_CONFIGS_SUPPORTED - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
Service property identifying the configuration types supported by a distribution provider.
REMOTE_INTENTS_SUPPORTED - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
Service property identifying the intents supported by a distribution provider.
REMOTE_USER - Static variable in interface org.osgi.service.http.HttpContext
HttpServletRequest attribute specifying the name of the authenticated user.
remoteAdminEvent(RemoteServiceAdminEvent) - Method in interface org.osgi.service.remoteserviceadmin.RemoteServiceAdminListener
Receive notification of any export or import registrations and unregistrations as well as errors and warnings.
RemoteConstants - Class in org.osgi.service.remoteserviceadmin
Provide the definition of the constants used in the Remote Service Admin specification.
RemoteServiceAdmin - Interface in org.osgi.service.remoteserviceadmin
A Remote Service Admin manages the import and export of services.
RemoteServiceAdminEvent - Class in org.osgi.service.remoteserviceadmin
Provides the event information for a Remote Service Admin event.
RemoteServiceAdminEvent(int, Bundle, ExportReference, Throwable) - Constructor for class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
Create a Remote Service Admin Event for an export notification.
RemoteServiceAdminEvent(int, Bundle, ImportReference, Throwable) - Constructor for class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
Create a Remote Service Admin Event for an import notification.
RemoteServiceAdminListener - Interface in org.osgi.service.remoteserviceadmin
A RemoteServiceAdminEvent listener is notified synchronously of any export or import registrations and unregistrations.
REMOVAL_PENDING - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key REMOVAL_PENDING, used in BundleStateMBean.REMOVAL_PENDING_ITEM.
REMOVAL_PENDING - Static variable in interface org.osgi.jmx.framework.PackageStateMBean
The name of the item containing the pending removal status of the package in the CompositeData.
REMOVAL_PENDING_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the indication of removal pending in BundleStateMBean.BUNDLE_TYPE.
REMOVAL_PENDING_ITEM - Static variable in interface org.osgi.jmx.framework.PackageStateMBean
The item representing the removal pending status of a package.
remove(Bundle) - Method in class org.osgi.util.tracker.BundleTracker
Remove a bundle from this BundleTracker.
remove(ServiceReference) - Method in class org.osgi.util.tracker.ServiceTracker
Remove a service from this ServiceTracker.
removeCredential(String, String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Remove the credential associated with the given user
removedBundle(Bundle, BundleEvent, Object) - Method in class org.osgi.util.tracker.BundleTracker
Default implementation of the BundleTrackerCustomizer.removedBundle method.
removedBundle(Bundle, BundleEvent, Object) - Method in interface org.osgi.util.tracker.BundleTrackerCustomizer
A bundle tracked by the BundleTracker has been removed.
removedService(ServiceReference, Object) - Method in class org.osgi.util.tracker.ServiceTracker
Default implementation of the ServiceTrackerCustomizer.removedService method.
removedService(ServiceReference, Object) - Method in interface org.osgi.util.tracker.ServiceTrackerCustomizer
A service tracked by the ServiceTracker has been removed.
removeGroup(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Remove the Group associated with the name
removeLogListener(LogListener) - Method in interface org.osgi.service.log.LogReaderService
Unsubscribes to LogEntry objects.
removeMember(String, String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Remove a role from the group
removeMember(Role) - Method in interface org.osgi.service.useradmin.Group
Removes the specified Role object from this Group object.
removeProperty(String, String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Remove a property from a role
removeRole(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Remove the Role associated with the name
removeRole(String) - Method in interface org.osgi.service.useradmin.UserAdmin
Removes the Role object with the given name from this User Admin service and all groups it is a member of.
removeUser(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Remove the User associated with the name
REQUIRED - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key REQUIRED, used in BundleStateMBean.REQUIRED_ITEM.
REQUIRED - Static variable in interface org.osgi.service.metatype.ObjectClassDefinition
Argument for getAttributeDefinitions(int).
REQUIRED_BUNDLES - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key REQUIRED_BUNDLES, used in BundleStateMBean.REQUIRED_BUNDLES_ITEM.
REQUIRED_BUNDLES_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the required bundles in BundleStateMBean.BUNDLE_TYPE.
REQUIRED_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the required status in BundleStateMBean.BUNDLE_TYPE.
REQUIRED_MEMBERS - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The REQUIRED_MEMBERS key, used in UserAdminMBean.REQUIRED_MEMBERS_ITEM.
REQUIRED_MEMBERS_ITEM - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The item containing the required members of a group.
REQUIRING_BUNDLES - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key REQUIRING_BUNDLES, used in BundleStateMBean.REQUIRING_BUNDLES_ITEM.
REQUIRING_BUNDLES_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the bundles requiring this bundle in BundleStateMBean.BUNDLE_TYPE.
resolveBundle(long) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Resolve the bundle indicated by the unique symbolic name and version
resolveBundles(long[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Batch resolve the bundles indicated by the list of bundle identifiers
RESOLVED - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
Constant RESOLVED for the BundleStateMBean.STATE
restartFramework() - Method in interface org.osgi.jmx.framework.FrameworkMBean
Restart the framework by updating the system bundle
Role - Interface in org.osgi.service.useradmin
The base interface for Role objects managed by the User Admin service.
ROLE - Static variable in interface org.osgi.service.useradmin.Role
The type of a predefined role.
ROLE_CHANGED - Static variable in class org.osgi.service.useradmin.UserAdminEvent
A Role object has been modified.
ROLE_CREATED - Static variable in class org.osgi.service.useradmin.UserAdminEvent
A Role object has been created.
ROLE_REMOVED - Static variable in class org.osgi.service.useradmin.UserAdminEvent
A Role object has been removed.
ROLE_TYPE - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The Composite Type for a Role.
roleChanged(UserAdminEvent) - Method in interface org.osgi.service.useradmin.UserAdminListener
Receives notification that a Role object has been created, removed, or modified.
ROLES - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The key ROLES, used in UserAdminMBean.ROLES_ITEM.
ROLES_ITEM - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The item containing the roles for this authorization object.

S

SAXCLASSFILE - Static variable in class org.osgi.util.xml.XMLParserActivator
Fully qualified path name of SAX Parser Factory Class Name file
SAXFACTORYNAME - Static variable in class org.osgi.util.xml.XMLParserActivator
Filename containing the SAX Parser Factory Class name.
SCALAR - Static variable in class org.osgi.jmx.JmxConstants
A set of all scalars that can be used in the JmxConstants.TYPE property of a JmxConstants.PROPERTIES_TYPE.
SCOPE_PROTOTYPE - Static variable in interface org.osgi.service.blueprint.reflect.BeanMetadata
The bean has prototype scope.
SCOPE_SINGLETON - Static variable in interface org.osgi.service.blueprint.reflect.BeanMetadata
The bean has singleton scope.
sendEvent(Event) - Method in interface org.osgi.service.event.EventAdmin
Initiate synchronous delivery of an event.
SERVICE - Static variable in interface org.osgi.service.event.EventConstants
A service reference.
SERVICE_BUNDLELOCATION - Static variable in interface org.osgi.service.cm.ConfigurationAdmin
Configuration property naming the location of the bundle that is associated with a a Configuration object.
SERVICE_COMPONENT - Static variable in interface org.osgi.service.component.ComponentConstants
Manifest header specifying the XML documents within a bundle that contain the bundle's Service Component descriptions.
SERVICE_EVENT_TYPE - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The Composite Type that represents a service event.
SERVICE_EXPORTED_CONFIGS - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
Service property identifying the configuration types that should be used to export the service.
SERVICE_EXPORTED_INTENTS - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
Service property identifying the intents that the distribution provider must implement to distribute the service.
SERVICE_EXPORTED_INTENTS_EXTRA - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
Service property identifying the extra intents that the distribution provider must implement to distribute the service.
SERVICE_EXPORTED_INTERFACES - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
Service property marking the service for export.
SERVICE_FACTORYPID - Static variable in interface org.osgi.service.cm.ConfigurationAdmin
Configuration property naming the Factory PID in the configuration dictionary.
SERVICE_ID - Static variable in interface org.osgi.service.event.EventConstants
A service's id.
SERVICE_IMPORTED - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
Service property identifying the service as imported.
SERVICE_IMPORTED_CONFIGS - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
Service property identifying the configuration types used to import the service.
SERVICE_INTENTS - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
Service property identifying the intents that this service implement.
SERVICE_OBJECTCLASS - Static variable in interface org.osgi.service.event.EventConstants
A service's objectClass.
SERVICE_PID - Static variable in interface org.osgi.service.event.EventConstants
A service's persistent identity.
SERVICE_TYPE - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The Composite Type for a CompositeData representing a service.
ServiceMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a service to be registered by the Blueprint Container when enabled.
ServiceReferenceMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a reference to an OSGi service.
SERVICES_IN_USE - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key SERVICES_IN_USE, used in BundleStateMBean.SERVICES_IN_USE_ITEM.
SERVICES_IN_USE_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the services in use by this bundle in BundleStateMBean.BUNDLE_TYPE.
SERVICES_TYPE - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The Tabular Type for a Service table.
ServiceStateMBean - Interface in org.osgi.jmx.framework
This MBean represents the Service state of the framework.
ServiceTracker - Class in org.osgi.util.tracker
The ServiceTracker class simplifies using services from the Framework's service registry.
ServiceTracker(BundleContext, ServiceReference, ServiceTrackerCustomizer) - Constructor for class org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker on the specified ServiceReference.
ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) - Constructor for class org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker on the specified class name.
ServiceTracker(BundleContext, Filter, ServiceTrackerCustomizer) - Constructor for class org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker on the specified Filter object.
ServiceTrackerCustomizer - Interface in org.osgi.util.tracker
The ServiceTrackerCustomizer interface allows a ServiceTracker to customize the service objects that are tracked.
ServiceUnavailableException - Exception in org.osgi.service.blueprint.container
A Blueprint exception indicating that a service is unavailable.
ServiceUnavailableException(String, String) - Constructor for exception org.osgi.service.blueprint.container.ServiceUnavailableException
Creates a Service Unavailable Exception with the specified message.
ServiceUnavailableException(String, String, Throwable) - Constructor for exception org.osgi.service.blueprint.container.ServiceUnavailableException
Creates a Service Unavailable Exception with the specified message and exception cause.
setBundleLocation(String, String) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Set the bundle location the configuration is bound to
setBundleLocation(String) - Method in interface org.osgi.service.cm.Configuration
Bind this Configuration object to the specified bundle location.
setBundleStartLevel(long, int) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Set the start level for the bundle identifier
setBundleStartLevels(long[], int[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Set the start levels for the list of bundles.
setDefaultPermissions(String[]) - Method in interface org.osgi.jmx.service.permissionadmin.PermissionAdminMBean
Set the default permissions assigned to bundle locations that have no assigned permissions
setDOMProperties(DocumentBuilderFactory, Hashtable) - Method in class org.osgi.util.xml.XMLParserActivator
Set the customizable DOM Parser Service Properties.
setFrameworkStartLevel(int) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Set the start level for the framework
setInformation(TabularData) - Method in interface org.osgi.jmx.service.provisioning.ProvisioningServiceMBean
Replaces the Provisioning Information dictionary with the entries of the supplied table.
setInformation(Dictionary) - Method in interface org.osgi.service.provisioning.ProvisioningService
Replaces the Provisioning Information dictionary with the key/value pairs contained in info.
setInitialBundleStartLevel(int) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Set the initial start level assigned to a bundle when it is first started
setPermissions(String, String[]) - Method in interface org.osgi.jmx.service.permissionadmin.PermissionAdminMBean
Set the permissions on the bundle specified by the bundle location
setSAXProperties(SAXParserFactory, Hashtable) - Method in class org.osgi.util.xml.XMLParserActivator
Set the customizable SAX Parser Service Properties.
SHORT - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE value in the case of Short
SHORT - Static variable in interface org.osgi.service.metatype.AttributeDefinition
The SHORT (4) type.
shutdownFramework() - Method in interface org.osgi.jmx.framework.FrameworkMBean
Shutdown the framework by stopping the system bundle
size() - Method in class org.osgi.service.blueprint.container.ReifiedType
Return the number of type parameters for this type.
size() - Method in class org.osgi.util.tracker.BundleTracker
Return the number of bundles being tracked by this BundleTracker.
size() - Method in class org.osgi.util.tracker.ServiceTracker
Return the number of services being tracked by this ServiceTracker.
start(BundleContext) - Method in class org.osgi.util.xml.XMLParserActivator
Called when this bundle is started so the Framework can perform the bundle-specific activities necessary to start this bundle.
START_LEVEL - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key START_LEVEL, used in BundleStateMBean.START_LEVEL_ITEM.
START_LEVEL_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the start level in BundleStateMBean.BUNDLE_TYPE.
startBundle(long) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Start the bundle indicated by the bundle identifier
startBundles(long[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Batch start the bundles indicated by the list of bundle identifier
STARTING - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
Constant STARTING for the BundleStateMBean.STATE
STATE - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key STATE, used in BundleStateMBean.STATE_ITEM.
STATE_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the bundle state in BundleStateMBean.BUNDLE_TYPE.
stop(BundleContext) - Method in class org.osgi.util.xml.XMLParserActivator
This method has nothing to do as all active service registrations will automatically get unregistered when the bundle stops.
stopBundle(long) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Stop the bundle indicated by the bundle identifier
stopBundles(long[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Batch stop the bundles indicated by the list of bundle identifier
STOPPING - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
Constant STOPPING for the BundleStateMBean.STATE
STRING - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE value in the case of String
STRING - Static variable in interface org.osgi.service.metatype.AttributeDefinition
The STRING (1) type.
STRING_ARRAY_TYPE - Static variable in class org.osgi.jmx.JmxConstants
The MBean Open type for an array of strings
SUBSCRIBE - Static variable in class org.osgi.service.event.TopicPermission
The action string subscribe.
SUCCESS - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The SUCCESS, used in FrameworkMBean.SUCCESS_ITEM.
SUCCESS_ITEM - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The item that indicates if this operation was successful.
SYMBOLIC_NAME - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key SYMBOLIC_NAME, used in BundleStateMBean.SYMBOLIC_NAME_ITEM.
SYMBOLIC_NAME_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the symbolic name in BundleStateMBean.BUNDLE_TYPE.

T

tabularType(String, String, CompositeType, String...) - Static method in class org.osgi.jmx.Item
Create a Tabular Type.
Target - Interface in org.osgi.service.blueprint.reflect
A common interface for managed components that can be used as a direct target for method calls.
TIMESTAMP - Static variable in class org.osgi.service.blueprint.container.EventConstants
The time the event was created.
TIMESTAMP - Static variable in interface org.osgi.service.event.EventConstants
The time when the event occurred, as reported by System.currentTimeMillis().
TOPIC_BLUEPRINT_EVENTS - Static variable in class org.osgi.service.blueprint.container.EventConstants
Topic prefix for all events issued by the Blueprint Container
TOPIC_CREATED - Static variable in class org.osgi.service.blueprint.container.EventConstants
Topic for Blueprint Container CREATED events
TOPIC_CREATING - Static variable in class org.osgi.service.blueprint.container.EventConstants
Topic for Blueprint Container CREATING events
TOPIC_DESTROYED - Static variable in class org.osgi.service.blueprint.container.EventConstants
Topic for Blueprint Container DESTROYED events
TOPIC_DESTROYING - Static variable in class org.osgi.service.blueprint.container.EventConstants
Topic for Blueprint Container DESTROYING events
TOPIC_FAILURE - Static variable in class org.osgi.service.blueprint.container.EventConstants
Topic for Blueprint Container FAILURE events
TOPIC_GRACE_PERIOD - Static variable in class org.osgi.service.blueprint.container.EventConstants
Topic for Blueprint Container GRACE_PERIOD events
TOPIC_WAITING - Static variable in class org.osgi.service.blueprint.container.EventConstants
Topic for Blueprint Container WAITING events
TopicPermission - Class in org.osgi.service.event
A bundle's authority to publish or subscribe to event on a topic.
TopicPermission(String, String) - Constructor for class org.osgi.service.event.TopicPermission
Defines the authority to publich and/or subscribe to a topic within the EventAdmin service.
toString() - Method in class org.osgi.service.event.Event
Returns the string representation of this event.
toString() - Method in class org.osgi.service.remoteserviceadmin.EndpointDescription
Returns the string representation of this EndpointDescription.
toString() - Method in class org.osgi.service.useradmin.UserAdminPermission
Returns a string describing this UserAdminPermission object.
TYPE - Static variable in class org.osgi.jmx.JmxConstants
The key TYPE.
TYPE - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The Role TYPE key, used in UserAdminMBean.TYPE_ITEM.
TYPE - Static variable in class org.osgi.service.blueprint.container.EventConstants
The type of the event that has been issued.
TYPE_ITEM - Static variable in class org.osgi.jmx.JmxConstants
The type of the property.
TYPE_ITEM - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The item containing the type of the roles encapsulated by this authorization object.

U

ungetService(Bundle, ServiceRegistration, Object) - Method in class org.osgi.util.xml.XMLParserActivator
Releases a XML Parser Factory object.
uninstallBundle(long) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Uninstall the bundle indicated by the bundle identifier
uninstallBundles(long[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Batch uninstall the bundles indicated by the list of bundle identifiers
UNINSTALLED - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
Constant UNINSTALLED for the BundleStateMBean.STATE
UNKNOWN - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
Constant UNKNOWN for the BundleStateMBean.STATE
unregister(String) - Method in interface org.osgi.service.http.HttpService
Unregisters a previous registration done by registerServlet or registerResources methods.
update(String, TabularData) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Update the configuration with the supplied properties For each property entry, the following row is supplied

update(Dictionary) - Method in interface org.osgi.service.cm.Configuration
Update the properties of this Configuration object.
update() - Method in interface org.osgi.service.cm.Configuration
Update the Configuration object with the current properties.
updateBundle(long) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Update the bundle indicated by the bundle identifier
updateBundleFromURL(long, String) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Update the bundle identified by the bundle identifier
updateBundles(long[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Batch update the bundles indicated by the list of bundle identifier.
updateBundlesFromURL(long[], String[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Update the bundle uniquely identified by the bundle symbolic name and version using the contents of the supplied urls.
updated(Dictionary) - Method in interface org.osgi.service.cm.ManagedService
Update the configuration for a Managed Service.
updated(String, Dictionary) - Method in interface org.osgi.service.cm.ManagedServiceFactory
Create a new instance, or update the configuration of an existing instance.
updateForLocation(String, String, TabularData) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Update the configuration with the supplied properties For each property entry, the following row is supplied

updateFramework() - Method in interface org.osgi.jmx.framework.FrameworkMBean
Update the framework by updating the system bundle.
USE_SERVICE_OBJECT - Static variable in interface org.osgi.service.blueprint.reflect.ReferenceListMetadata
Reference list values must be proxies to the actual service objects.
USE_SERVICE_REFERENCE - Static variable in interface org.osgi.service.blueprint.reflect.ReferenceListMetadata
Reference list values must be ServiceReference objects.
USER - Static variable in interface org.osgi.service.useradmin.Role
The type of a User role.
User - Interface in org.osgi.service.useradmin
A User role managed by a User Admin service.
USER_ANYONE - Static variable in interface org.osgi.service.useradmin.Role
The name of the predefined role, user.anyone, that all users and groups belong to.
USER_TYPE - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
A Composite Type for a User.
UserAdmin - Interface in org.osgi.service.useradmin
This interface is used to manage a database of named Role objects, which can be used for authentication and authorization purposes.
UserAdminEvent - Class in org.osgi.service.useradmin
Role change event.
UserAdminEvent(ServiceReference, int, Role) - Constructor for class org.osgi.service.useradmin.UserAdminEvent
Constructs a UserAdminEvent object from the given ServiceReference object, event type, and Role object.
UserAdminListener - Interface in org.osgi.service.useradmin
Listener for UserAdminEvents.
UserAdminMBean - Interface in org.osgi.jmx.service.useradmin
This MBean provides the management interface to the OSGi User Manager Service
UserAdminPermission - Class in org.osgi.service.useradmin
Permission to configure and access the Role objects managed by a User Admin service.
UserAdminPermission(String, String) - Constructor for class org.osgi.service.useradmin.UserAdminPermission
Creates a new UserAdminPermission with the specified name and actions.
USING_BUNDLES - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The key USING_BUNDLES, used in ServiceStateMBean.USING_BUNDLES_ITEM.
USING_BUNDLES_ITEM - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The item containing the bundles using the service in ServiceStateMBean.SERVICE_TYPE.

V

validate(String) - Method in interface org.osgi.service.metatype.AttributeDefinition
Validate an attribute in String form.
VALUE - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key VALUE, used in BundleStateMBean.VALUE_ITEM.
VALUE - Static variable in class org.osgi.jmx.JmxConstants
The key VALUE.
VALUE_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item describing the value of a bundle header entry.
VALUE_ITEM - Static variable in class org.osgi.jmx.JmxConstants
The value of a property.
ValueMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a simple String value that will be type-converted if necessary before injecting.
VECTOR_OF - Static variable in class org.osgi.jmx.JmxConstants
For an encoded vector we need to start with ARRAY_OF.
VERSION - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key VERSION, used in BundleStateMBean.VERSION_ITEM.
VERSION - Static variable in interface org.osgi.jmx.framework.PackageStateMBean
The name of the item containing the package version in the CompositeData.
VERSION_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the symbolic name in BundleStateMBean.BUNDLE_TYPE.
VERSION_ITEM - Static variable in interface org.osgi.jmx.framework.PackageStateMBean
The item containing the version of the package in PackageStateMBean.PACKAGE_TYPE.

W

waitForService(long) - Method in class org.osgi.util.tracker.ServiceTracker
Wait for at least one service to be tracked by this ServiceTracker.
WAITING - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
The Blueprint Container is waiting on the availability of a service to satisfy an invocation on a referenced service.

X

XMLParserActivator - Class in org.osgi.util.xml
A BundleActivator class that allows any JAXP compliant XML Parser to register itself as an OSGi parser service.
XMLParserActivator() - Constructor for class org.osgi.util.xml.XMLParserActivator
 

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, 2011). All Rights Reserved. Licensed under the OSGi Specification License, Version 1.0.