|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.component.adl.RegistryManagerImpl
The implementation of a primitive component proposing the server interface RegistryManager
.
It offers facilities for accessing a shared static registry for storing component instances according to
their name.
Constructor Summary | |
RegistryManagerImpl()
|
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) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RegistryManagerImpl()
Method Detail |
public void addComponent(Component component) throws org.objectweb.fractal.adl.ADLException
RegistryManager
addComponent
in interface RegistryManager
component
- the instance of the component
org.objectweb.fractal.adl.ADLException
public Component getComponent(java.lang.String name)
RegistryManager
getComponent
in interface RegistryManager
name
- the name of the instance of the component
public void clear()
RegistryManager
clear
in interface RegistryManager
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |