| 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(org.osgi.framework.Bundle bundle)
Reuturns an array of all components managed by this SCR instance on
behalf of the given bundle. |
Component[] |
ScrService.getComponents(java.lang.String componentName)
Returns the components whose component.name matches the
given componentName or null if no component
with the given name is currently managed. |