Version: 8.3.0
SALOME_KernelServices.cxx File Reference
Include dependency graph for SALOME_KernelServices.cxx:

Namespaces

namespace  KERNEL
 

Functions

CORBA::ORB_ptr KERNEL::getORB ()
 This function returns a static reference to the orb. More...
 
SALOME_NamingServiceKERNEL::getNamingService ()
 This function returns a static reference to the SALOME naming service. More...
 
SALOME_LifeCycleCORBAKERNEL::getLifeCycleCORBA ()
 This function returns a static reference to the SALOME life cycle CORBA. More...
 
SALOMEDS::StudyManager_ptr KERNEL::getStudyManager ()
 This returns a static reference to the SALOME study manager. More...
 
SALOME::Session_ptr KERNEL::getSalomeSession ()
 This returns a static reference to the SALOME session. More...
 
Engines::SalomeLauncher_ptr KERNEL::getSalomeLauncher ()
 This returns a static reference to the SALOME launcher. More...
 
Engines::ResourcesManager_ptr KERNEL::getResourcesManager ()
 
SALOMEDS::Study_ptr KERNEL::getStudyById (int aStudyId)
 This returns the study with the specified id if it's defined in the SALOME study manager. More...
 
int KERNEL::getStudyId (SALOMEDS::Study_ptr study)
 
CORBA::Object_ptr KERNEL::SObjectToObject (SALOMEDS::SObject_ptr theSObject)
 This function retrieve the CORBA object reference from the study object wrapping it. More...
 
CORBA::Object_ptr KERNEL::IORToObject (char *IOR)
 This function provides a CORBA pointer to a servant from its IOR given as a string of characters. More...
 
SALOME::SALOME_Exception KERNEL::createSalomeException (const char *text)