#include <Session_ServerThread.hxx>

Public Types | |
| using | RealNS = typename MY_NS::RealNS |
Public Member Functions | |
| Session_ServerThread () | |
| Session_ServerThread (int argc, char **argv, CORBA::ORB_ptr orb, PortableServer::POA_ptr poa) | |
| virtual | ~Session_ServerThread () |
| void | Init () |
| void | Shutdown () |
Static Public Attributes | |
| static const int | NB_SRV_TYP = 6 |
| static const char * | _serverTypes [] |
Protected Member Functions | |
| void | ActivateModuleCatalog (int argc, char **argv) |
| void | ActivateSALOMEDS (int argc, char **argv) |
| void | ActivateRegistry (int argc, char **argv) |
| void | ActivateContainer (int argc, char **argv) |
| virtual void | ActivateSession (int argc, char **argv) |
| void | ActivateEngine (int argc, char **argv) |
| void | ActivateContainerManager (int argc, char **argv) |
| RealNS * | getNS () |
Protected Attributes | |
| int | _argc |
| char ** | _argv |
| int | _servType |
| CORBA::ORB_var | _orb |
| PortableServer::POA_var | _root_poa |
| std::unique_ptr< MY_NS > | _NS |
| Abstract_Engines_Container_i * | _container |
| using Session_ServerThread< MY_NS >::RealNS = typename MY_NS::RealNS |
| Session_ServerThread< MY_NS >::Session_ServerThread |
default constructor not for use
| Session_ServerThread< MY_NS >::Session_ServerThread | ( | int | argc, |
| char ** | argv, | ||
| CORBA::ORB_ptr | orb, | ||
| PortableServer::POA_ptr | poa | ||
| ) |
constructor
|
virtual |
destructor
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protectedvirtual |
Reimplemented in Session_SessionThread< MY_NS >.
|
protected |
| void Session_ServerThread< MY_NS >::Init |
run the thread : activate one servant, the servant type is given by argument _argv[0]
| void Session_ServerThread< MY_NS >::Shutdown |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
static |
|
protected |
|
static |