Uses of Class
org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
Packages that use 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
Methods in org.osgi.service.component.runtime that return ComponentDescriptionDTOModifier and TypeMethodDescriptionServiceComponentRuntime.getComponentDescriptionDTO(Bundle bundle, String name) Returns theComponentDescriptionDTOdeclared with the specified name by the specified bundle.Methods in org.osgi.service.component.runtime that return types with arguments of type ComponentDescriptionDTOModifier and TypeMethodDescriptionServiceComponentRuntime.getComponentDescriptionDTOs(Bundle... bundles) Returns the component descriptions declared by the specified active bundles.Methods in org.osgi.service.component.runtime with parameters of type ComponentDescriptionDTOModifier 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.booleanServiceComponentRuntime.isComponentEnabled(ComponentDescriptionDTO description) Returns whether the specified component description is currently enabled. -
Uses of ComponentDescriptionDTO in org.osgi.service.component.runtime.dto
Fields in org.osgi.service.component.runtime.dto declared as ComponentDescriptionDTOModifier and TypeFieldDescriptionComponentConfigurationDTO.descriptionThe representation of the component configuration's component description.