|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.felix.scr.impl.ComponentRegistry
public class ComponentRegistry
The ComponentRegistry TODO
| Method Summary | |
|---|---|
Component |
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[] |
getComponents()
Returns an array of all components managed by this SCR instance. |
Component[] |
getComponents(Bundle bundle)
Reuturns an array of all components managed by this SCR instance on behalf of the given bundle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Component[] getComponents()
ScrServicenull
is returned.
getComponents in interface ScrServicenull if there are none.public Component[] getComponents(Bundle bundle)
ScrServicenull is returned.
getComponents in interface ScrServicebundle - The Bundle whose components are to be
returned.
null if the bundle
has none.public Component getComponent(long componentId)
ScrServicecomponentId or null if no component with the
given id is currently managed.
getComponent in interface ScrServicecomponentId - The ID of the component to return
null if no such
component exists.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||