Finder

ECM

The original ECM project aimed to provide an implementation of a pull-based service activation framework using the Avalon ComponentManager interface as its primary service interface relative to client applications. Client make requests to the manager using a string ofter refered to as the "role". This string is subsequently transfored by an implementation to an identifiable component target.

Structure

Name Description
RoleManager A service and supporting impleemntation that is responsible for handling the meta-data declared in an ECM role file.
ECM A configurable component that exposrts the ServiceManager interface as a service and uses a role manager to support the tnasformation of of role requests to identifiable services. Identified services are subsequently resolved using the finder services.