#include <Name_Proxy.h>
Inheritance diagram for ACE_Name_Proxy:
Public Methods | |
ACE_Name_Proxy (void) | |
Default constructor. | |
ACE_Name_Proxy (const ACE_INET_Addr &remote_addr, ACE_Synch_Options &options=ACE_Synch_Options::defaults) | |
int | open (const ACE_INET_Addr &remote_addr, ACE_Synch_Options &options=ACE_Synch_Options::defaults) |
int | request_reply (ACE_Name_Request &request) |
Perform the request and wait for the reply. | |
int | send_request (ACE_Name_Request &request) |
Perform the request. | |
int | recv_reply (ACE_Name_Request &reply) |
Receive the reply. | |
virtual ACE_HANDLE | get_handle (void) const |
Obtain underlying handle. | |
virtual | ~ACE_Name_Proxy (void) |
Close down the connection to the server. | |
void | dump (void) const |
Dump the state of the object;. | |
Private Attributes | |
ACE_SOCK_Connector | connector_ |
ACE_Connector factory used to establish connections actively. | |
ACE_SOCK_Stream | peer_ |
Connection to ACE_Name Server peer. | |
ACE_Reactor * | reactor_ |
Pointer to ACE_Reactor (used if we are run in "reactive-mode"). |
Shields applications from details of interacting with the ACE_Name Server.
|
Default constructor.
|
|
|
|
Close down the connection to the server.
|
|
Dump the state of the object;.
|
|
Obtain underlying handle.
Reimplemented from ACE_Event_Handler. |
|
|
|
Receive the reply.
|
|
Perform the request and wait for the reply.
|
|
Perform the request.
|
|
ACE_Connector factory used to establish connections actively.
|
|
Connection to ACE_Name Server peer.
|
|
Pointer to ACE_Reactor (used if we are run in "reactive-mode").
Reimplemented from ACE_Event_Handler. |