Interface ExtComponentContext

  • All Superinterfaces:
    ComponentContext

    @Deprecated(since="2021-05-27")
    public interface ExtComponentContext
    extends ComponentContext
    Deprecated.
    The Apache Felix SCR API is deprecated, please use the OSGi component API instead.
    The ExtComponentContext is a custom extension of the standard ComponentContext allowing to update the service registration properties of a component registered as a service.
    • Method Detail

      • setServiceProperties

        void setServiceProperties​(Dictionary<String,​?> properties)
        Deprecated.
        Sets the service registration properties of the component registered as a service. If the component is not registered as a service, this method has no effect.

        The component.id and component.name property are set by the Service Component Runtime and cannot be removed or replaced.

        Parameters:
        properties - properties to update the default component properties with. If this is null or empty the default set of properties as defined in Section 112.6, Component Properties, are used as the service registration properties.
        Throws:
        IllegalStateException - if this method is called for a Component Factory component