Interface Configuration::Factory

IDL source    Global index
interface Factory

An Factory for creating ComponentConfigurator objects.

See Also:
ComponentConfigurator


Operation index.

  • newConfigurator
    Creates a new configurator for the given implementation with the given name.
  • shutdown
    Shuts down the Factory. All the ComponentConfigurators created with the Factory are also destroyed.
  • Operations.

  • newConfigurator

      ComponentConfigurator newConfigurator(in string name,
          in Object implementation);
    Creates a new configurator for the given implementation with the given name.
    Returns:
    a reference to the new ComponentConfigurator.

  • shutdown

      oneway void shutdown();
    Shuts down the Factory. All the ComponentConfigurators created with the Factory are also destroyed.


    Generated by Sandia idldoc 1.0.