#include <RT_Policy_i.h>
Inheritance diagram for TAO_Unix_Domain_Properties
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. | |
virtual CORBA::Long | send_buffer_size (CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ()) throw (CORBA::SystemException) |
virtual void | send_buffer_size (CORBA::Long send_buffer_size, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ()) throw (CORBA::SystemException) |
virtual CORBA::Long | recv_buffer_size (CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ()) throw (CORBA::SystemException) |
virtual void | recv_buffer_size (CORBA::Long recv_buffer_size, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ()) throw (CORBA::SystemException) |
virtual CORBA::Boolean | _tao_encode (TAO_OutputCDR &out_cdr) |
virtual CORBA::Boolean | _tao_decode (TAO_InputCDR &in_cdr) |
Protected Methods | |
virtual | ~TAO_Unix_Domain_Properties (void) |
Protected destructor to enforce proper memory management of this reference counted object. | |
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. |
|
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). |
|
|
|
|
|
|
|
|
|
|
|
|