| 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 | Description |
|---|---|---|
ComponentDescriptionDTO |
ServiceComponentRuntime.getComponentDescriptionDTO(org.osgi.framework.Bundle bundle,
java.lang.String name) |
Returns the
ComponentDescriptionDTO declared with the specified name
by the specified bundle. |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<ComponentDescriptionDTO> |
ServiceComponentRuntime.getComponentDescriptionDTOs(org.osgi.framework.Bundle... bundles) |
Returns the component descriptions declared by the specified active
bundles.
|
| Modifier and Type | Method | Description |
|---|---|---|
Promise<java.lang.Void> |
ServiceComponentRuntime.disableComponent(ComponentDescriptionDTO description) |
Disables the specified component description.
|
Promise<java.lang.Void> |
ServiceComponentRuntime.enableComponent(ComponentDescriptionDTO description) |
Enables the specified component description.
|
java.util.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 | Description |
|---|---|---|
ComponentDescriptionDTO |
ComponentConfigurationDTO.description |
The representation of the component configuration's component
description.
|