Interface ConfiguredService


public interface ConfiguredService
Describes a service that is created via ConfigurationAdmin.
Author:
Scott Tustison
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the PID of the configuration that corresponds to this service
    void
    setConfigurationPid(String configurationPid)
    Sets the PID of this service's corresponding configuration
  • Method Details

    • getConfigurationPid

      String getConfigurationPid()
      Returns the PID of the configuration that corresponds to this service
      Returns:
      The unique PID of the configuration associated with this service
    • setConfigurationPid

      void setConfigurationPid(String configurationPid)
      Sets the PID of this service's corresponding configuration
      Parameters:
      configurationPid - The unique PID of the configuration associated with this service