Package | Description |
---|---|
org.osgi.service.component.runtime |
Service Component Runtime Package Version 1.4.
|
org.osgi.service.component.runtime.dto |
Service Component Runtime Data Transfer Objects Package Version 1.4.
|
Modifier and Type | Method and Description |
---|---|
ComponentDescriptionDTO |
ServiceComponentRuntime.getComponentDescriptionDTO(Bundle bundle,
java.lang.String name)
Returns the
ComponentDescriptionDTO declared with the specified name
by the specified bundle. |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ComponentDescriptionDTO> |
ServiceComponentRuntime.getComponentDescriptionDTOs(Bundle... bundles)
Returns the component descriptions declared by the specified active
bundles.
|
Modifier and Type | Method and 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 and Description |
---|---|
ComponentDescriptionDTO |
ComponentConfigurationDTO.description
The representation of the component configuration's component
description.
|
Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0