Uses of Class
org.apache.felix.scr.impl.manager.SingleComponentManager
Packages that use SingleComponentManager
-
Uses of SingleComponentManager in org.apache.felix.scr.impl.manager
Subclasses of SingleComponentManager in org.apache.felix.scr.impl.managerModifier and TypeClassDescriptionclass
class
TheServiceFactoryComponentManager
for components specified with <service serviceFactory='true'/> in the xml metadata.Fields in org.apache.felix.scr.impl.manager declared as SingleComponentManagerModifier and TypeFieldDescriptionprivate final SingleComponentManager<S>
ComponentFactoryImpl.ModifyComponentInstance.cm
private final SingleComponentManager<S>
ComponentContextImpl.m_componentManager
Fields in org.apache.felix.scr.impl.manager with type parameters of type SingleComponentManagerModifier and TypeFieldDescriptionprivate final Map<SingleComponentManager<S>,
SingleComponentManager<S>> ComponentFactoryImpl.m_componentInstances
Contains the component instances created by calling theComponentFactoryImpl.newInstance(Dictionary)
method.private final Map<SingleComponentManager<S>,
SingleComponentManager<S>> ComponentFactoryImpl.m_componentInstances
Contains the component instances created by calling theComponentFactoryImpl.newInstance(Dictionary)
method.Methods in org.apache.felix.scr.impl.manager that return SingleComponentManagerModifier and TypeMethodDescriptionprivate SingleComponentManager<S>
ComponentFactoryImpl.createComponentManager()
Creates anSingleComponentManager
instance with theBundleComponentActivator
andComponentMetadata
of this instance.protected SingleComponentManager<S>
ComponentContextImpl.getComponentManager()
Methods in org.apache.felix.scr.impl.manager with parameters of type SingleComponentManagerModifier and TypeMethodDescriptionvoid
ComponentContainer.disposed
(SingleComponentManager<S> component) Informs the holder that the component has been disposed as a result of calling the dispose method.void
ComponentFactoryImpl.disposed
(SingleComponentManager<S> component) void
ConfigurableComponentHolder.disposed
(SingleComponentManager<S> component) Method parameters in org.apache.felix.scr.impl.manager with type arguments of type SingleComponentManagerModifier and TypeMethodDescriptionprotected void
ComponentFactoryImpl.getComponentManagers
(Map<?, SingleComponentManager<S>> componentMap, List<AbstractComponentManager<S>> componentManagers) Constructors in org.apache.felix.scr.impl.manager with parameters of type SingleComponentManagerModifierConstructorDescriptionComponentContextImpl
(SingleComponentManager<S> componentManager, org.osgi.framework.Bundle usingBundle, org.osgi.framework.ServiceRegistration<S> serviceRegistration)