#include <RT_Policy_i.h>
Inheritance diagram for TAO_UnixDomain_Protocol_Properties:
Public Member Functions | |
TAO_UnixDomain_Protocol_Properties (CORBA::Long send_buffer_size, CORBA::Long recv_buffer_size) | |
Constructor. | |
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) |
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_ |
Stores Unix Domain Sockets (Local IPC) Protocol configuration properties.
|
Constructor.
|
|
Protected destructor to enforce proper memory management of this reference counted object. |
|
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. Implements RTCORBA::ProtocolProperties. |
|
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). Implements RTCORBA::ProtocolProperties. |
|
|
|
Implements RTCORBA::UnixDomainProtocolProperties. |
|
|
|
Implements RTCORBA::UnixDomainProtocolProperties. |
|
|
|
|