#include <Session_ServerThread.hxx>
Public Member Functions | |
Session_SessionThread () | |
Session_SessionThread (int argc, char **argv, CORBA::ORB_ptr orb, PortableServer::POA_ptr poa, QMutex *GUIMutex, QWaitCondition *GUILauncher) | |
virtual | ~Session_SessionThread () |
Public Member Functions inherited from Session_ServerThread | |
Session_ServerThread () | |
Session_ServerThread (int argc, char **argv, CORBA::ORB_ptr orb, PortableServer::POA_ptr poa) | |
virtual | ~Session_ServerThread () |
void | Init () |
void | Shutdown () |
Protected Member Functions | |
virtual void | ActivateSession (int argc, char **argv) |
Protected Member Functions inherited from Session_ServerThread | |
void | ActivateModuleCatalog (int argc, char **argv) |
void | ActivateSALOMEDS (int argc, char **argv) |
void | ActivateRegistry (int argc, char **argv) |
void | ActivateContainer (int argc, char **argv) |
void | ActivateEngine (int argc, char **argv) |
void | ActivateContainerManager (int argc, char **argv) |
Private Attributes | |
QMutex * | _GUIMutex |
QWaitCondition * | _GUILauncher |
Additional Inherited Members | |
Static Public Attributes inherited from Session_ServerThread | |
static const int | NB_SRV_TYP = 6 |
static const char * | _serverTypes [] |
Protected Attributes inherited from Session_ServerThread | |
int | _argc |
char ** | _argv |
int | _servType |
CORBA::ORB_var | _orb |
PortableServer::POA_var | _root_poa |
SALOME_NamingService * | _NS |
Engines_Container_i * | _container |
|
inline |
Session_SessionThread::Session_SessionThread | ( | int | argc, |
char ** | argv, | ||
CORBA::ORB_ptr | orb, | ||
PortableServer::POA_ptr | poa, | ||
QMutex * | GUIMutex, | ||
QWaitCondition * | GUILauncher | ||
) |
constructor
|
virtual |
destructor
|
protectedvirtual |
Reimplemented from Session_ServerThread.
References _GUILauncher, _GUIMutex, Session_ServerThread::_orb, Session_ServerThread::_root_poa, SALOME_Session_i::NSregister(), and obj.
|
private |
|
private |