Uses of Interface
org.apache.felix.scr.impl.manager.ComponentManager
-
Packages that use ComponentManager Package Description org.apache.felix.scr.impl.manager org.apache.felix.scr.impl.runtime -
-
Uses of ComponentManager in org.apache.felix.scr.impl.manager
Classes in org.apache.felix.scr.impl.manager that implement ComponentManager Modifier and Type Class Description classAbstractComponentManager<S>The default ComponentManager.classComponentFactoryImpl<S>TheComponentFactoryImplextends theAbstractComponentManagerclass to implement the component factory functionality.classPrototypeServiceFactoryComponentManager<S>classServiceFactoryComponentManager<S>TheServiceFactoryComponentManagerfor components specified with <service serviceFactory='true'/> in the xml metadata.classSingleComponentManager<S>The default ComponentManager.Methods in org.apache.felix.scr.impl.manager that return types with arguments of type ComponentManager Modifier and Type Method Description java.util.List<? extends ComponentManager<?>>ComponentHolder. getComponents()Returns allComponentinstances held by this holder.java.util.List<? extends ComponentManager<?>>ConfigurableComponentHolder. getComponents() -
Uses of ComponentManager in org.apache.felix.scr.impl.runtime
Methods in org.apache.felix.scr.impl.runtime with parameters of type ComponentManager Modifier and Type Method Description private org.osgi.service.component.runtime.dto.ComponentConfigurationDTOServiceComponentRuntimeImpl. managerToConfiguration(ComponentManager<?> manager, org.osgi.service.component.runtime.dto.ComponentDescriptionDTO description)
-