- All Known Subinterfaces:
- ModuleComponentManager, ProcessorComponentManager
public interface ComponentManager
Components are capabilities that can be used by several modules or processors.
A Component will extract a particular domain or functionality, like Connection,
Configurations or elements MetaData.
Some components will be interchangeable at design time, while others may coexist at runtime.
For example, a MetaData Component will work along with a ConnectionManagement component.