interfaces for SALOME launcher and container manager More...
Go to the source code of this file.
Data Structures | |
struct | Engines::Parameter |
A generic parameter. More... | |
struct | Engines::ResourceParameters |
Type to describe required properties of a resource. More... | |
struct | Engines::ContainerParameters |
Type to describe required properties of a container. More... | |
struct | Engines::ResourceDefinition |
Type to describe a resource. More... | |
exception | Engines::NotFound |
exception thrown if a computer is not found in the catalog More... | |
struct | Engines::JobParameters |
struct | Engines::JobDescription |
interface | Engines::SalomeLauncherObserver |
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... | |
struct | Engines::MachineParameters |
Type to describe required properties of a container. More... | |
Modules | |
module | 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::ResourceList |
Type to transmit list of resources. More... | |
typedef sequence< string > | Engines::CompoList |
components list More... | |
typedef sequence< string > | Engines::FilesList |
files list More... | |
typedef sequence< string > | Engines::ModulesList |
modules list More... | |
typedef sequence < Engines::Parameter > | Engines::ParameterList |
Generic parameter list. More... | |
typedef sequence < Engines::JobDescription > | Engines::JobsList |
typedef sequence< string > | Engines::MachineList |
interfaces for SALOME launcher and container manager