

Definition at line 96 of file rqsapp.h.
| ServerApp::ServerApp | ( | OSB_CORBA::CorbaContext & | context | ) |
Constructor with context.
| ServerApp::ServerApp | ( | const ServerApp & | ) | [private] |
Prevent copying (until needed): not implemented.
| void ServerApp::creAppServant | ( | ) |
| void ServerApp::destroy | ( | ) |
Destroy the CORBA objects.
| void ServerApp::getNc | ( | ) | [private] |
Register with the naming service.
| int ServerApp::handle_signal | ( | int | signum, | |
| siginfo_t * | , | |||
| ucontext_t * | ||||
| ) | [private] |
Handle signals.
The following signals are caugth and handled:
| bool ServerApp::init | ( | int | argc, | |
| char *const | argv[] | |||
| ) |
Initialize all CORBA objects.
| void ServerApp::initOrb | ( | int | argc, | |
| char *const | argv[] | |||
| ) | [private] |
Initialize the CORBA ORB.
| void ServerApp::initPoa | ( | ) | [private] |
Initialize the POAs.
Prevent assignment (until needed): not implemented.
| void ServerApp::run | ( | ) |
Run the application.
| void ServerApp::shutdown | ( | bool | waitCompletion | ) |
Shutdown the application.
RqsThread ServerApp::backEnd_ [private] |
OSB_CORBA::CorbaContext& ServerApp::context_ [private] |
bool ServerApp::corbaOk_ [private] |
CosNaming::NamingContext_var ServerApp::nc_ [private] |
const std::string ServerApp::nsName_ [static] |
CORBA::ORB_var ServerApp::orb_ [private] |
PortableServer::POA_var ServerApp::rootPoa_ [private] |
PortableServer::POA_var ServerApp::rqsPoa_ [private] |
PortableServer::ServantBase_var ServerApp::rqsServant_ [private] |
1.4.7