| |
|
| java.lang.Object org.ow2.easybeans.component.ComponentRegistry
ComponentRegistry | public class ComponentRegistry implements EZBComponentRegistry(Code) | | Registry that manages components. It allows to get components.
author: Florent Benoit |
ComponentRegistry | public ComponentRegistry()(Code) | | Constructor.
|
getComponent | public EZBComponent getComponent(String componentName)(Code) | | Allow to get a reference on another component.
Parameters: componentName - the name of the component the component. |
getComponentName | public String getComponentName(EZBComponent component)(Code) | | Parameters: component - EZBComponent instance. Returns the component name from the EZBComponent instance. |
getComponents | public List<T> getComponents(Class<T> itf)(Code) | | Get the components that implements the given interface.
Parameters: itf - the given interface an array of components implementing the given interface< Parameters: T - > an interface extending EZBComponent. |
|
|
|