Uses of Class
org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
Package
Description
Service Component Runtime Package Version 1.5.
Service Component Runtime Data Transfer Objects Package Version 1.5.
-
Uses of ComponentDescriptionDTO in org.osgi.service.component.runtime
Modifier and TypeMethodDescriptionServiceComponentRuntime.getComponentDescriptionDTO
(Bundle bundle, String name) Returns theComponentDescriptionDTO
declared with the specified name by the specified bundle.Modifier and TypeMethodDescriptionServiceComponentRuntime.getComponentDescriptionDTOs
(Bundle... bundles) Returns the component descriptions declared by the specified active bundles.Modifier and TypeMethodDescriptionServiceComponentRuntime.disableComponent
(ComponentDescriptionDTO description) Disables the specified component description.ServiceComponentRuntime.enableComponent
(ComponentDescriptionDTO description) Enables the specified component description.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. -
Uses of ComponentDescriptionDTO in org.osgi.service.component.runtime.dto
Modifier and TypeFieldDescriptionComponentConfigurationDTO.description
The representation of the component configuration's component description.