import "sae.idl";
Public Member Functions | |
SAEFeature | getFeature (in string name) raises (FeatureNotInstalled) |
Retrieve a reference to an installed interface module. | |
StringSeq | getFeatureNames () |
Retrieve list of installed names of installed interface modules. |
SAEFeature sae.ServiceActivationEngine.getFeature | ( | in string | name | ) | raises (FeatureNotInstalled) |
Retrieve a reference to an installed interface module.
[in] | name | The name of the requested interface module. |
FeatureNotInstalled | if the requested interface module is not installed. |
StringSeq sae.ServiceActivationEngine.getFeatureNames | ( | ) |
Retrieve list of installed names of installed interface modules.