\exception contains informations of what if the component cannot
sends the file's reference.
*/
- Engines::Salome_file getInputServiceSalome_file(in string service_name,
- in string Salome_file_name) raises(SALOME::SALOME_Exception);
+ Engines::Salome_file getInputFileToService(in string service_name,
+ in string Salome_file_name) raises(SALOME::SALOME_Exception);
/*!
This method is used before the activation of the service. It calls
\exception contains informations about files that are not in a good state.
*/
- void checkInputServiceFiles(in string service_name) raises(SALOME::SALOME_Exception);
+ void checkInputFilesToService(in string service_name) raises(SALOME::SALOME_Exception);
/*!
This method adds a input Salome_file to a service of the component.
\exception contains informations of what if the component cannot
sends the file's reference.
*/
- Engines::Salome_file getOutputServiceSalome_file(in string service_name,
- in string Salome_file_name) raises(SALOME::SALOME_Exception);
+ Engines::Salome_file getOutputFileToService(in string service_name,
+ in string Salome_file_name) raises(SALOME::SALOME_Exception);
/*!
This method is used at the end of the service. It calls
\exception contains informations about files that are not in a good state.
*/
- void checkOutputServiceFiles(in string service_name) raises(SALOME::SALOME_Exception);
+ void checkOutputFilesToService(in string service_name) raises(SALOME::SALOME_Exception);
/*!
This method adds an output Salome_file to a service of the component.
<Interface>
<Name>Component</Name>
<Method>
- <Name>setInputServiceSalome_file</Name>
+ <Name>setInputFileToService</Name>
<Type>distributed</Type>
</Method>
<Method>
- <Name>setOutputServiceSalome_file</Name>
+ <Name>setOutputFileToService</Name>
<Type>distributed</Type>
</Method>
</Interface>
}
Engines::Salome_file_ptr
-Engines_Component_i::getInputServiceSalome_file(const char* service_name,
- const char* Salome_file_name)
+Engines_Component_i::getInputFileToService(const char* service_name,
+ const char* Salome_file_name)
{
// Try to find the service, if it doesn't exist, we throw an exception.
_Service_file_map_it = _Input_Service_file_map.find(service_name);
}
void
-Engines_Component_i::checkInputServiceFiles(const char* service_name)
+Engines_Component_i::checkInputFilesToService(const char* service_name)
{
// Try to find the service, if it doesn't exist, nothing to do.
_Service_file_map_it = _Input_Service_file_map.find(service_name);
}
Engines::Salome_file_ptr
-Engines_Component_i::getOutputServiceSalome_file(const char* service_name,
- const char* Salome_file_name)
+Engines_Component_i::getOutputFileToService(const char* service_name,
+ const char* Salome_file_name)
{
// Try to find the service, if it doesn't exist, we throw an exception.
_Service_file_map_it = _Output_Service_file_map.find(service_name);
}
void
-Engines_Component_i::checkOutputServiceFiles(const char* service_name)
+Engines_Component_i::checkOutputFilesToService(const char* service_name)
{
// Try to find the service, if it doesn't exist, nothing to do.
_Service_file_map_it = _Output_Service_file_map.find(service_name);
CORBA::Boolean isPublished,
CORBA::Boolean& isValidScript);
- virtual Engines::Salome_file_ptr getInputServiceSalome_file(const char* service_name,
- const char* Salome_file_name);
- virtual Engines::Salome_file_ptr getOutputServiceSalome_file(const char* service_name,
+ // CORBA operations for Salome_file
+ virtual Engines::Salome_file_ptr getInputFileToService(const char* service_name,
+ const char* Salome_file_name);
+ virtual Engines::Salome_file_ptr getOutputFileToService(const char* service_name,
const char* Salome_file_name);
- virtual void checkInputServiceFiles(const char* service_name);
+ virtual void checkInputFilesToService(const char* service_name);
virtual Engines::Salome_file_ptr setInputFileToService(const char* service_name,
const char* Salome_file_name);
- virtual void checkOutputServiceFiles(const char* service_name);
+ virtual void checkOutputFilesToService(const char* service_name);
virtual Engines::Salome_file_ptr setOutputFileToService(const char* service_name,
const char* Salome_file_name);
// --- local C++ methods
}
Engines::Salome_file_ptr
-Engines_Parallel_Component_i::getInputServiceSalome_file(const char* service_name,
- const char* Salome_file_name)
+Engines_Parallel_Component_i::getInputFileToService(const char* service_name,
+ const char* Salome_file_name)
{
// Try to find the service, if it doesn't exist, we throw an exception.
_Proxy_Service_file_map_it = _Proxy_Input_Service_file_map.find(service_name);
}
Engines::Salome_file_ptr
-Engines_Parallel_Component_i::getOutputServiceSalome_file(const char* service_name,
- const char* Salome_file_name)
+Engines_Parallel_Component_i::getOutputFileToService(const char* service_name,
+ const char* Salome_file_name)
{
// Try to find the service, if it doesn't exist, we throw an exception.
_Proxy_Service_file_map_it = _Proxy_Output_Service_file_map.find(service_name);
void
-Engines_Parallel_Component_i::checkInputServiceFiles(const char* service_name)
+Engines_Parallel_Component_i::checkInputFilesToService(const char* service_name)
{
// Try to find the service, if it doesn't exist, nothing to do.
_Proxy_Service_file_map_it = _Proxy_Input_Service_file_map.find(service_name);
}
void
-Engines_Parallel_Component_i::checkOutputServiceFiles(const char* service_name)
+Engines_Parallel_Component_i::checkOutputFilesToService(const char* service_name)
{
// Try to find the service, if it doesn't exist, nothing to do.
_Proxy_Service_file_map_it = _Proxy_Output_Service_file_map.find(service_name);
CORBA::Boolean isPublished,
CORBA::Boolean& isValidScript);
- virtual Engines::Salome_file_ptr getInputServiceSalome_file(const char* service_name,
- const char* Salome_file_name);
- virtual Engines::Salome_file_ptr getOutputServiceSalome_file(const char* service_name,
- const char* Salome_file_name);
+ // CORBA operations for Salome_file
+ virtual Engines::Salome_file_ptr getInputFileToService(const char* service_name,
+ const char* Salome_file_name);
+ virtual Engines::Salome_file_ptr getOutputFileToService(const char* service_name,
+ const char* Salome_file_name);
- virtual void checkInputServiceFiles(const char* service_name);
+ virtual void checkInputFilesToService(const char* service_name);
virtual Engines::Salome_file_ptr setInputFileToService(const char* service_name,
const char* Salome_file_name);
- virtual void checkOutputServiceFiles(const char* service_name);
+ virtual void checkOutputFilesToService(const char* service_name);
virtual Engines::Salome_file_ptr setOutputFileToService(const char* service_name,
const char* Salome_file_name);
void send_parallel_proxy_object(CORBA::Object_ptr proxy_ref);
+
// --- local C++ methods
PortableServer::ObjectId * getId();