ACE  6.1.0
Public Member Functions | Private Member Functions | Private Attributes
ACE_Name_Proxy Class Reference

Proxy for dealing with remote server process managing NET_LOCAL NameBindings. More...

#include <Name_Proxy.h>

Inheritance diagram for ACE_Name_Proxy:
Inheritance graph
[legend]
Collaboration diagram for ACE_Name_Proxy:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 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 Member Functions

 ACE_Name_Proxy (const ACE_Name_Proxy &)
ACE_Name_Proxyoperator= (const ACE_Name_Proxy &)

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_Reactorreactor_
 Pointer to ACE_Reactor (used if we are run in "reactive-mode").

Detailed Description

Proxy for dealing with remote server process managing NET_LOCAL NameBindings.

Shields applications from details of interacting with the ACE_Name Server.


Constructor & Destructor Documentation

ACE_Name_Proxy::ACE_Name_Proxy ( void  )

Default constructor.

ACE_Name_Proxy::ACE_Name_Proxy ( const ACE_INET_Addr remote_addr,
ACE_Synch_Options options = ACE_Synch_Options::defaults 
)
ACE_Name_Proxy::~ACE_Name_Proxy ( void  ) [virtual]

Close down the connection to the server.

ACE_Name_Proxy::ACE_Name_Proxy ( const ACE_Name_Proxy ) [private]

Member Function Documentation

void ACE_Name_Proxy::dump ( void  ) const

Dump the state of the object;.

ACE_HANDLE ACE_Name_Proxy::get_handle ( void  ) const [virtual]

Obtain underlying handle.

Reimplemented from ACE_Event_Handler.

int ACE_Name_Proxy::open ( const ACE_INET_Addr remote_addr,
ACE_Synch_Options options = ACE_Synch_Options::defaults 
)
ACE_Name_Proxy& ACE_Name_Proxy::operator= ( const ACE_Name_Proxy ) [private]
int ACE_Name_Proxy::recv_reply ( ACE_Name_Request reply)

Receive the reply.

int ACE_Name_Proxy::request_reply ( ACE_Name_Request request)

Perform the request and wait for the reply.

int ACE_Name_Proxy::send_request ( ACE_Name_Request request)

Perform the request.


Member Data Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines