Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

TAO_Unix_Domain_Properties Class Reference

RTCORBA::UnixDomainProtocolProperties implementation. More...

#include <RT_Policy_i.h>

Inheritance diagram for TAO_Unix_Domain_Properties:

Inheritance graph
[legend]
Collaboration diagram for TAO_Unix_Domain_Properties:

Collaboration graph
[legend]
List of all members.

Public Methods

 TAO_Unix_Domain_Properties (CORBA::Long send_buffer_size=ACE_DEFAULT_MAX_SOCKET_BUFSIZ, CORBA::Long recv_buffer_size=ACE_DEFAULT_MAX_SOCKET_BUFSIZ)
 Constructor. More...

CORBA::Long send_buffer_size (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException)
void send_buffer_size (CORBA::Long send_buffer_size ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException)
CORBA::Long recv_buffer_size (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException)
void recv_buffer_size (CORBA::Long recv_buffer_size ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException)
CORBA::Boolean _tao_encode (TAO_OutputCDR &out_cdr)
 This method writes the CDR encapsulation of an instance of UnixDomainProperties. More...

CORBA::Boolean _tao_decode (TAO_InputCDR &in_cdr)
 This method reads an instance of UnixDomainProperties from a CDR encapsulation. More...


Protected Methods

virtual ~TAO_Unix_Domain_Properties (void)
 Protected destructor to enforce proper memory management of this reference counted object. More...


Private Attributes

CORBA::Long send_buffer_size_
CORBA::Long recv_buffer_size_

Detailed Description

RTCORBA::UnixDomainProtocolProperties implementation.

Stores Unix Domain Sockets (Local IPC) Protocol configuration properties.


Constructor & Destructor Documentation

TAO_Unix_Domain_Properties::TAO_Unix_Domain_Properties CORBA::Long    send_buffer_size = ACE_DEFAULT_MAX_SOCKET_BUFSIZ,
CORBA::Long    recv_buffer_size = ACE_DEFAULT_MAX_SOCKET_BUFSIZ
 

Constructor.

TAO_Unix_Domain_Properties::~TAO_Unix_Domain_Properties void    [protected, virtual]
 

Protected destructor to enforce proper memory management of this reference counted object.


Member Function Documentation

CORBA::Boolean TAO_Unix_Domain_Properties::_tao_decode TAO_InputCDR   in_cdr [virtual]
 

This method reads an instance of UnixDomainProperties from a CDR encapsulation.

This Protocol Property in TAO specific, so there is no order of encapsulation specified in the RT CORBA Spec. The current implementation expect the field according to the order of declaration.

Reimplemented from RTCORBA::ProtocolProperties.

CORBA::Boolean TAO_Unix_Domain_Properties::_tao_encode TAO_OutputCDR   out_cdr [virtual]
 

This method writes the CDR encapsulation of an instance of UnixDomainProperties.

This Protocol Property in TAO specific, so there is no order of encapsulation specified in the RT CORBA Spec. The current implementation encodes the field according to the order of declaration (i.e. first is encoded send_buffer_size and then recv_buffer_size).

Reimplemented from RTCORBA::ProtocolProperties.

void TAO_Unix_Domain_Properties::recv_buffer_size CORBA::Long recv_buffer_size    ACE_ENV_ARG_DECL_NOT_USED throw (CORBA::SystemException) [virtual]
 

Reimplemented from RTCORBA::UnixDomainProtocolProperties.

CORBA::Long TAO_Unix_Domain_Properties::recv_buffer_size ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS    throw (CORBA::SystemException) [virtual]
 

Reimplemented from RTCORBA::UnixDomainProtocolProperties.

void TAO_Unix_Domain_Properties::send_buffer_size CORBA::Long send_buffer_size    ACE_ENV_ARG_DECL_NOT_USED throw (CORBA::SystemException) [virtual]
 

Reimplemented from RTCORBA::UnixDomainProtocolProperties.

CORBA::Long TAO_Unix_Domain_Properties::send_buffer_size ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS    throw (CORBA::SystemException) [virtual]
 

Reimplemented from RTCORBA::UnixDomainProtocolProperties.


Member Data Documentation

CORBA::Long TAO_Unix_Domain_Properties::recv_buffer_size_ [private]
 

CORBA::Long TAO_Unix_Domain_Properties::send_buffer_size_ [private]
 


The documentation for this class was generated from the following files:
Generated on Thu Oct 10 20:35:20 2002 for TAO_RTCORBA by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001