IDL source Global index
interface Factory
An Factory for creating ComponentConfigurator objects.
- See Also:
- ComponentConfigurator
- 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.
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.
oneway void shutdown();
- Shuts down the Factory. All the ComponentConfigurators created
with the Factory are also destroyed.
Generated by Sandia idldoc 1.0.