Method Summary |
|
public static synchronized Object | lookup(String componentName) a component that is registered with the given name. |
public static synchronized void | rebind(String componentName, Object componentImpl) Register a component with the given name. |
public static synchronized void | remove(String componentName) Removes a registered component with the given name. |