Package | Description |
---|---|
org.apache.felix.scr.impl.manager |
Modifier and Type | Class and Description |
---|---|
class |
PrototypeServiceFactoryComponentManager<S> |
class |
ServiceFactoryComponentManager<S>
The
ServiceFactoryComponentManager for components specified with <service serviceFactory='true'/>
in the xml metadata. |
Modifier and Type | Method and Description |
---|---|
protected SingleComponentManager<S> |
ComponentContextImpl.getComponentManager() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableComponentHolder.disposed(SingleComponentManager<S> component) |
void |
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
ComponentFactoryImpl.getComponentManagers(Map<?,SingleComponentManager<S>> componentMap,
List<AbstractComponentManager<S>> componentManagers) |
Constructor and Description |
---|
ComponentContextImpl(SingleComponentManager<S> componentManager,
org.osgi.framework.Bundle usingBundle,
org.osgi.framework.ServiceRegistration<S> serviceRegistration) |
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.