| Package | Description | 
|---|---|
| org.osgi.service.component.runtime | 
 Service Component Runtime Package Version 1.3. 
 | 
| org.osgi.service.component.runtime.dto | 
 Service Component Runtime Data Transfer Objects Package Version 1.3. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ComponentDescriptionDTO | 
ServiceComponentRuntime.getComponentDescriptionDTO(Bundle bundle,
                          String name)
Returns the  
ComponentDescriptionDTO declared with the specified name
 by the specified bundle. | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<ComponentDescriptionDTO> | 
ServiceComponentRuntime.getComponentDescriptionDTOs(Bundle... bundles)
Returns the component descriptions declared by the specified active
 bundles. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Promise<Void> | 
ServiceComponentRuntime.disableComponent(ComponentDescriptionDTO description)
Disables the specified component description. 
 | 
Promise<Void> | 
ServiceComponentRuntime.enableComponent(ComponentDescriptionDTO description)
Enables the specified component description. 
 | 
Collection<ComponentConfigurationDTO> | 
ServiceComponentRuntime.getComponentConfigurationDTOs(ComponentDescriptionDTO description)
Returns the component configurations for the specified component
 description. 
 | 
boolean | 
ServiceComponentRuntime.isComponentEnabled(ComponentDescriptionDTO description)
Returns whether the specified component description is currently enabled. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
ComponentDescriptionDTO | 
ComponentConfigurationDTO.description
The representation of the component configuration's component
 description. 
 | 
Copyright © OSGi Alliance (2000, 2015). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0