Definition at line 52 of file cadminapp.h.
typedef corba::rqserver::RequestServer_var CaApp::RequestServer_var [private] |
Definition at line 53 of file cadminapp.h.
CaApp::CaApp | ( | OSB_CORBA::CorbaContext & | context | ) |
void CaApp::bindNamingContext | ( | CORBA::Object * | servant, | |
const char * | ncName | |||
) |
int CaApp::handle_signal | ( | int | signum, | |
siginfo_t * | , | |||
ucontext_t * | ||||
) | [private] |
void CaApp::initOrb | ( | int | argc, | |
char *const | argv[] | |||
) |
RequestServer* CaApp::requestServer | ( | bool | retry | ) | [private] |
RequestServer* CaApp::requestServer | ( | ) | [virtual] |
Get the request server.
NoRqsAvail | if the request server can not be found. |
Implements CaGlobal.
void CaApp::runOrb | ( | ) |
void CaApp::shutdown | ( | bool | waitCompletion | ) |
OSB_CORBA::CorbaContext& CaApp::context_ [private] |
Definition at line 76 of file cadminapp.h.
CosNaming::NamingContext_var CaApp::nc_ |
Definition at line 70 of file cadminapp.h.
std::string CaApp::ncName_ [private] |
Definition at line 75 of file cadminapp.h.
CORBA::ORB_var CaApp::orb_ |
Definition at line 69 of file cadminapp.h.
RequestServer_var CaApp::requestServer_ [private] |
Definition at line 77 of file cadminapp.h.