Package ddf.catalog.service
Interface ConfiguredService
public interface ConfiguredService
Describes a service that is created via ConfigurationAdmin.
- Author:
- Scott Tustison
-
Method Summary
Modifier and TypeMethodDescriptionReturns the PID of the configuration that corresponds to this servicevoidsetConfigurationPid(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
Sets the PID of this service's corresponding configuration- Parameters:
configurationPid- The unique PID of the configuration associated with this service
-