|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteScaDomain
This interface is used to expose / introspect an SCA runtime remotely.
| Method Summary | |
|---|---|
Component |
getComponent(String id)
Get full information on the component given as parameter. |
Collection<Component> |
getDomainComposites()
Get the list of top-level composites running in this SCA domain. |
Port |
getInterface(String id)
|
Collection<Component> |
getSubComponents(String id)
Get children of the component given as parameter. |
| Method Detail |
|---|
Collection<Component> getDomainComposites()
Component getComponent(String id)
id - The full component id (ex: /a/b/d)
Collection<Component> getSubComponents(String id)
id - The full component id (ex: /a/b/d)
Port getInterface(String id)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||