interfaces for SALOME launcher and container manager More...
Go to the source code of this file.
Data Structures | |
struct | Engines::MachineParameters |
Type to describe required properties of a container. More... | |
struct | Engines::MachineDefinition |
Type to describe properties of a resource. More... | |
exception | Engines::NotFound |
exception thrown if a computer is not found in the catalog More... | |
struct | Engines::BatchParameters |
Structure used for Salome Batch Job parameters. More... | |
interface | Engines::SalomeLauncher |
Interface of the salomelauncher This interface is used for interaction with the unique instance of SalomeLauncher. More... | |
interface | Engines::ContainerManager |
Interface of the containerManager This interface is used for interaction with the unique instance of ContainerManager. More... | |
interface | Engines::ResourcesManager |
Interface of the resourcesManager This interface is used for interaction with the unique instance of ResourcesManager. More... | |
Namespaces | |
namespace | Engines |
This is a package of interfaces used for connecting new components to SALOME application. It also contains a set of interfaces used for management of MED component in SALOME application. | |
Typedefs | |
typedef sequence< string > | Engines::MachineList |
Type to transmit list of machines. | |
typedef sequence< string > | Engines::CompoList |
components list | |
typedef sequence< string > | Engines::FilesList |
files list | |
typedef sequence< string > | Engines::ModulesList |
modules list |
interfaces for SALOME launcher and container manager