Interface DynamicConfigurator
IDL source Global index
interface DynamicConfigurator
- Author:
- Manuel Roman (mroman@cs.uiuc.edu)
- configure_implementation
- delete_implementation
- download_implementation
- get_comp_info
- get_hooked_comp
- get_impl_info
- hook_implementation
- list_categories
- list_domain_components
- list_hooks
- list_implementations
- list_loaded_implementations
- load_implementation
- remove_implementation
- resume_implementation
- suspend_implementation
- upload_implementation
- implCode
- stringList
- SERVICE_ERROR
void configure_implementation(in string loadedImpName,
in string message)
raises(SERVICE_ERROR);
-
void delete_implementation(in string categoryName,
in string impName)
raises(SERVICE_ERROR);
-
void download_implementation(in string categoryName,
inout string impName,
out implCode binCode)
raises(SERVICE_ERROR);
-
string get_comp_info(in string componentName)
raises(SERVICE_ERROR);
-
string get_hooked_comp(in string componentName,
in string hookName)
raises(SERVICE_ERROR);
-
string get_impl_info(in string implName)
raises(SERVICE_ERROR);
-
void hook_implementation(in string loadedImpName,
in string componentName,
in string hookName)
raises(SERVICE_ERROR);
-
stringList list_categories()
raises(SERVICE_ERROR);
-
stringList list_domain_components();
-
stringList list_hooks(in string componentName)
raises(SERVICE_ERROR);
-
stringList list_implementations(in string categoryName)
raises(SERVICE_ERROR);
-
stringList list_loaded_implementations();
-
long load_implementation(in string categoryName,
in string impName,
in string params,
in Configuration::Factory factory,
out Configuration::ComponentConfigurator cc)
raises(SERVICE_ERROR);
-
void remove_implementation(in string loadedImpName)
raises(SERVICE_ERROR);
-
void resume_implementation(in string loadedImpName)
raises(SERVICE_ERROR);
-
void suspend_implementation(in string loadedImpName)
raises(SERVICE_ERROR);
-
void upload_implementation(in string categoryName,
in string impName,
in implCode binCode)
raises(SERVICE_ERROR);
-
typedef sequence<octet> implCode;
-
typedef sequence<string> stringList;
-
exception SERVICE_ERROR {
};
-
Generated by Sandia idldoc 1.0.