Module Configuration

IDL source    Global index
module Configuration

A module containing interfaces, structures, and types for Component Configuration.

Author:
Fabio Kon
Version:
0.1

Interface index.

  • ComponentConfigurator
    An interface for representing the dependencies between CORBA Objects.
  • Factory
    An Factory for creating ComponentConfigurator objects.
  • Type index.

  • DependencyList
  • DependencySpecification
  • Event
  • EventType
  • Types.

  • DependencyList

      typedef sequence<DependencySpecification> DependencyList;
    

  • DependencySpecification

      struct DependencySpecification {
        string name; 
        ComponentConfigurator componentConfig; 
      }; 
    

  • Event

      struct Event {
        EventType type; 
        string description; 
      }; 
    

  • EventType

      enum EventType {
        DELETED, 
        FAILED, 
        RECONFIGURED, 
        REPLACED, 
        MIGRATED, 
        UNKNOWN
      }; 
    


    Generated by Sandia idldoc 1.0.