General KERNEL Documentation     End User KERNEL Services  


Engines::ContainerManager Interface Reference

Interface of the containerManager This interface is used for interaction with the unique instance of ContainerManager.

import "SALOME_ContainerManager.idl";


Public Member Functions

Container FindOrStartContainer (in MachineParameters params, in MachineList possibleComputers)
string FindBest (in MachineList possibleComputers)
MachineList GetFittingResources (in MachineParameters params, in string componentName) raises (SALOME::SALOME_Exception)
void Shutdown ()
void ShutdownContainers ()


Member Function Documentation

Container Engines::ContainerManager::FindOrStartContainer in MachineParameters  params,
in MachineList  possibleComputers
 

string Engines::ContainerManager::FindBest in MachineList  possibleComputers  ) 
 

MachineList Engines::ContainerManager::GetFittingResources in MachineParameters  params,
in string  componentName
raises (SALOME::SALOME_Exception)
 

void Engines::ContainerManager::Shutdown  ) 
 

void Engines::ContainerManager::ShutdownContainers  )