|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines facilities for using a shared static registry storing component instances according to their name.
Method Summary | |
void |
addComponent(Component component)
Adds a component instance. |
void |
clear()
Empties the registry |
Component |
getComponent(java.lang.String name)
Retreives an instance of a component according to the name (from its NameController controller) |
Method Detail |
public void addComponent(Component component) throws org.objectweb.fractal.adl.ADLException
component
- the instance of the component
org.objectweb.fractal.adl.ADLException
public Component getComponent(java.lang.String name)
name
- the name of the instance of the component
public void clear()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |