|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Component | |
---|---|
org.apache.felix.scr | |
org.apache.felix.scr.impl |
Uses of Component in org.apache.felix.scr |
---|
Methods in org.apache.felix.scr that return Component | |
---|---|
Component |
ScrService.getComponent(long componentId)
Returns the component whose component.id matches the given componentId or null if no component with the
given id is currently managed. |
Component[] |
ScrService.getComponents()
Returns an array of all components managed by this SCR instance. |
Component[] |
ScrService.getComponents(Bundle bundle)
Reuturns an array of all components managed by this SCR instance on behalf of the given bundle. |
Uses of Component in org.apache.felix.scr.impl |
---|
Subinterfaces of Component in org.apache.felix.scr.impl | |
---|---|
interface |
ComponentManager
This interface is provided so that there can be multiple implementations of managers that are responsible for managing component's lifecycle. |
Classes in org.apache.felix.scr.impl that implement Component | |
---|---|
class |
ComponentFactoryImpl
The ComponentFactoryImpl TODO |
class |
DelayedComponentManager
The DelayedComponentManager TODO |
class |
ServiceFactoryComponentManager
The ServiceFactoryComponentManager TODO |
Methods in org.apache.felix.scr.impl that return Component | |
---|---|
Component |
ComponentRegistry.getComponent(long componentId)
|
Component[] |
ComponentRegistry.getComponents()
|
Component[] |
ComponentRegistry.getComponents(Bundle bundle)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |