98 boolean restoreVisualState(in
long theSavePoint);
112 void emitMessage(in
string theMessage);
121 oneway
void emitMessageOneWay(in
string theMessage);
interfaces for EngineComponent and Container
interface for common behavior of SALOME transient CORBA objects
This exception is raised when trying to stop the session with active GUI.
Definition: SALOME_Session.idl:72
This exception is raised when trying to stop the session with running study.
Definition: SALOME_Session.idl:74
Interface of the component.
Definition: SALOME_Component.idl:328
Interface of the session.
Definition: SALOME_Session.idl:70
void GetInterface()
Launches GUI in the session.
void StopSession()
Stops the Session (It must be idle)
Engines::EngineComponent GetComponent(in string theLibraryName)
Returns a standalone component.
Module SALOME contains all base interfaces of SALOME Kernel.
Definition: SALOME_LockMasterImpl.hxx:29
sequence< string > StringSeq
Definition: SALOME_GenericObj.idl:35
SessionState
State of the session.
Definition: SALOME_Session.idl:39
@ asleep
Session is inactive.
Definition: SALOME_Session.idl:39
@ shutdown
Session is shutting down.
Definition: SALOME_Session.idl:41
@ running
Session is running.
Definition: SALOME_Session.idl:40
def getHostname()
Definition: salomeContextUtils.py:351
Session State and Statistics
Definition: SALOME_Session.idl:50
boolean activeGUI
It is True if GUI is active in the session.
Definition: SALOME_Session.idl:60
SessionState state
State of the session.
Definition: SALOME_Session.idl:57