TAO_RTCORBA
2.0.8
|
RTCORBA::UnixDomainProtocolProperties implementation. More...
#include <RT_Policy_i.h>
Public Member Functions | |
TAO_UnixDomain_Protocol_Properties (CORBA::Long send_buffer_size, CORBA::Long recv_buffer_size) | |
Constructor. | |
CORBA::Long | send_buffer_size (void) |
void | send_buffer_size (CORBA::Long send_buffer_size) |
CORBA::Long | recv_buffer_size (void) |
void | recv_buffer_size (CORBA::Long recv_buffer_size) |
CORBA::Boolean | _tao_encode (TAO_OutputCDR &out_cdr) |
CORBA::Boolean | _tao_decode (TAO_InputCDR &in_cdr) |
Protected Member Functions | |
virtual | ~TAO_UnixDomain_Protocol_Properties (void) |
Private Attributes | |
CORBA::Long | send_buffer_size_ |
CORBA::Long | recv_buffer_size_ |
RTCORBA::UnixDomainProtocolProperties implementation.
Stores Unix Domain Sockets (Local IPC) Protocol configuration properties.
TAO_UnixDomain_Protocol_Properties::TAO_UnixDomain_Protocol_Properties | ( | CORBA::Long | send_buffer_size, |
CORBA::Long | recv_buffer_size | ||
) |
Constructor.
TAO_UnixDomain_Protocol_Properties::~TAO_UnixDomain_Protocol_Properties | ( | void | ) | [protected, virtual] |
Protected destructor to enforce proper memory management of this reference counted object.
CORBA::Boolean TAO_UnixDomain_Protocol_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_UnixDomain_Protocol_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.
CORBA::Long TAO_UnixDomain_Protocol_Properties::recv_buffer_size | ( | void | ) | [virtual] |
Implements RTCORBA::UnixDomainProtocolProperties.
void TAO_UnixDomain_Protocol_Properties::recv_buffer_size | ( | CORBA::Long | recv_buffer_size | ) |
CORBA::Long TAO_UnixDomain_Protocol_Properties::send_buffer_size | ( | void | ) | [virtual] |
Implements RTCORBA::UnixDomainProtocolProperties.
void TAO_UnixDomain_Protocol_Properties::send_buffer_size | ( | CORBA::Long | send_buffer_size | ) |