#include <Session_ServerThread.hxx>
Session_ServerThread::Session_ServerThread |
( |
| ) |
|
default constructor not for use
Session_ServerThread::Session_ServerThread |
( |
int |
argc, |
|
|
char ** |
argv, |
|
|
CORBA::ORB_ptr |
orb, |
|
|
PortableServer::POA_ptr |
poa |
|
) |
| |
Session_ServerThread::~Session_ServerThread |
( |
| ) |
|
|
virtual |
void Session_ServerThread::ActivateContainer |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
protected |
void Session_ServerThread::ActivateContainerManager |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
protected |
void Session_ServerThread::ActivateEngine |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
protected |
void Session_ServerThread::ActivateModuleCatalog |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
protected |
void Session_ServerThread::ActivateRegistry |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
protected |
void Session_ServerThread::ActivateSALOMEDS |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
protected |
void Session_ServerThread::ActivateSession |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
protectedvirtual |
void Session_ServerThread::Init |
( |
| ) |
|
run the thread : activate one servant, the servant type is given by argument _argv[0]
References _argc, _argv, _NS, _serverTypes, _servType, ActivateContainer(), ActivateContainerManager(), ActivateModuleCatalog(), ActivateRegistry(), ActivateSALOMEDS(), ActivateSession(), and NB_SRV_TYP.
void Session_ServerThread::Shutdown |
( |
| ) |
|
int Session_ServerThread::_argc |
|
protected |
char** Session_ServerThread::_argv |
|
protected |
Engines_Container_i* Session_ServerThread::_container |
|
protected |
SALOME_NamingService* Session_ServerThread::_NS |
|
protected |
CORBA::ORB_var Session_ServerThread::_orb |
|
protected |
PortableServer::POA_var Session_ServerThread::_root_poa |
|
protected |
const char * Session_ServerThread::_serverTypes |
|
static |
Initial value:= {"Container",
"ModuleCatalog",
"Registry",
"SALOMEDS",
"Session",
"ContainerManager"}
int Session_ServerThread::_servType |
|
protected |
const int Session_ServerThread::NB_SRV_TYP = 6 |
|
static |
The documentation for this class was generated from the following files: