msg_rpc_global Class Reference
initializes the glogal RPC runtime environmental
More...
#include <msg_rpc.h>
List of all members.
|
Public Member Functions |
| msg_rpc_global () |
| constuctor
|
| ~msg_rpc_global () |
| destructor
|
void | init (size_t connections) |
| common global initialization
|
Private Member Functions |
void | _undo () |
| clear global initialization
|
Private Attributes |
bool | _done |
| the current gloabal state
|
bool | _rpcStarter |
Detailed Description
initializes the glogal RPC runtime environmental
Definition at line 119 of file msg_rpc.h.
Constructor & Destructor Documentation
msg_rpc_global::msg_rpc_global |
( |
|
) |
|
msg_rpc_global::~msg_rpc_global |
( |
|
) |
|
Member Function Documentation
void msg_rpc_global::init |
( |
size_t |
connections |
) |
|
common global initialization
- Parameters:
-
connections |
max incoming connections |
Definition at line 160 of file msg_rpc.cpp.
References _done, _rpcStarter, exception::_throw(), g_name, g_protocol, g_protocol_, os_minus_one, rpc_s_already_listening, rpc_server_listen, rpc_server_use_protseq, rpcStatus(), str_template::strcpy(), and str_template::strlen().
Referenced by msg_rpc_listener::v_on().
void msg_rpc_global::_undo |
( |
|
) |
[private] |
Member Data Documentation
The documentation for this class was generated from the following files: