|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.component.adl.Registry
This class is a static registry used for storing component instances according to their name.
Method Summary | |
void |
addComponent(Component component)
see @link org.objectweb.fractal.adl.RegistryManager#addComponent(org.objectweb.fractal.api.Component) |
void |
clear()
empties the registry |
Component |
getComponent(java.lang.String name)
see @link org.objectweb.fractal.adl.RegistryManager#getComponent(java.lang.String) |
static Registry |
instance()
Returns a single instance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Registry instance()
public void addComponent(Component component) throws org.objectweb.fractal.adl.ADLException
org.objectweb.fractal.adl.ADLException
public Component getComponent(java.lang.String name)
public void clear()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |