IDL source Global indexmodule Configuration
A module containing interfaces, structures, and types for Component Configuration.
typedef sequence<DependencySpecification> DependencyList;
struct DependencySpecification { string name; ComponentConfigurator componentConfig; };
struct Event { EventType type; string description; };
enum EventType { DELETED, FAILED, RECONFIGURED, REPLACED, MIGRATED, UNKNOWN };