37 module SALOME_ModuleCatalog
 
  174     ListOfDefInterface interfaces;
 
  213     ListOfInterfaces GetInterfaceList() ;
 
  229     ListOfServices GetServiceList(in 
string interfacename) raises(
NotFound);
 
  239     Service GetService(in 
string interfacename, 
 
  240                  in 
string servicename) raises(
NotFound);
 
  256     string GetPathPrefix(in 
string machinename) raises(
NotFound);
 
  313     oneway 
void ShutdownWithExit();
 
  317     ListOfTypeDefinition GetTypes();
 
  321     ListOfComputers GetComputerList();
 
  324     string GetPathPrefix(in 
string machinename) raises(
NotFound);
 
  327     ListOfComponents GetComponentList();
 
  332     ListOfIAPP_Affich GetComponentIconeList();
 
  336     ListOfComponents GetTypedComponentList(in 
ComponentType _component_type);
 
  350     void ImportXmlCatalogFile(in 
string filename) raises(
NotFound);