|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScrService
The ScrService
represents the Declarative Services main
controller also known as the Service Component Runtime or SCR for short.
It provides access to the components managed the SCR.
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(org.osgi.framework.Bundle bundle)
Reuturns an array of all components managed by this SCR instance on behalf of the given bundle. |
Method Detail |
---|
Component[] getComponents()
null
is returned.
null
if there are none.Component getComponent(long componentId)
componentId
or null
if no component with the
given id is currently managed.
componentId
- The ID of the component to return
null
if no such
component exists.Component[] getComponents(org.osgi.framework.Bundle bundle)
null
is returned.
bundle
- The Bundle
whose components are to be
returned.
null
if the bundle
has none.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |