| |
|
| org.ow2.easybeans.api.components.EZBComponentRegistry
All known Subclasses: org.ow2.easybeans.component.ComponentRegistry,
EZBComponentRegistry | public interface EZBComponentRegistry (Code) | | This interface is the registry of the EasyBeans Components.
author: Florent Benoit |
getComponent | EZBComponent getComponent(String componentName)(Code) | | Allow to get a reference on another component.
Parameters: componentName - the name of the component the component. |
getComponentName | String getComponentName(EZBComponent component)(Code) | | Parameters: component - EZBComponent instance. Returns the component name from the EZBComponent instance. |
getComponents | 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. |
|
|
|