Eclipse Platform
Release 3.6

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

Packages that use Component
org.apache.felix.scr Provides access to the components managed by the Service Component Runtime (Declarative Services). 
 

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)
          Returns an array of all components managed by this SCR instance on behalf of the given bundle.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.