Uses of Interface
org.apache.felix.scr.Component

Packages that use Component
org.apache.felix.scr   
 

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(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.
 



Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.