TAO_RTCORBA  2.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
TAO_UnixDomain_Protocol_Properties Class Reference

RTCORBA::UnixDomainProtocolProperties implementation. More...

#include <RT_Policy_i.h>

Inheritance diagram for TAO_UnixDomain_Protocol_Properties:
Inheritance graph
Collaboration diagram for TAO_UnixDomain_Protocol_Properties:
Collaboration graph

Public Member Functions

 TAO_UnixDomain_Protocol_Properties (CORBA::Long send_buffer_size, CORBA::Long recv_buffer_size)
 Constructor. More...
 
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)
 
- Protected Member Functions inherited from CORBA::LocalObject
 Object (int dummy=0)
 
TAO::Object_Proxy_Brokerproxy_broker () const
 

Private Attributes

CORBA::Long send_buffer_size_
 
CORBA::Long recv_buffer_size_
 

Additional Inherited Members

- Public Types inherited from CORBA::LocalObject
typedef Object_ptr _ptr_type
 
typedef Object_var _var_type
 
typedef Object_out _out_type
 
- Static Public Member Functions inherited from CORBA::LocalObject
static CORBA::Boolean marshal (const Object_ptr x, TAO_OutputCDR &cdr)
 
static void _tao_any_destructor (void *)
 
static CORBA::Boolean is_nil_i (CORBA::Object_ptr obj)
 
static void tao_object_initialize (Object *)
 
static CORBA::Object_ptr _duplicate (CORBA::Object_ptr obj)
 
static CORBA::Object_ptr _nil (void)
 
static CORBA::Object_ptr _narrow (CORBA::Object_ptr obj)
 

Detailed Description

RTCORBA::UnixDomainProtocolProperties implementation.

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

Constructor & Destructor Documentation

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  )
protectedvirtual

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

Member Function Documentation

CORBA::Boolean TAO_UnixDomain_Protocol_Properties::_tao_decode ( TAO_InputCDR in_cdr)

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.

CORBA::Boolean TAO_UnixDomain_Protocol_Properties::_tao_encode ( TAO_OutputCDR out_cdr)

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).

CORBA::Long TAO_UnixDomain_Protocol_Properties::recv_buffer_size ( void  )
void TAO_UnixDomain_Protocol_Properties::recv_buffer_size ( CORBA::Long  recv_buffer_size)
CORBA::Long TAO_UnixDomain_Protocol_Properties::send_buffer_size ( void  )
void TAO_UnixDomain_Protocol_Properties::send_buffer_size ( CORBA::Long  send_buffer_size)

Member Data Documentation

CORBA::Long TAO_UnixDomain_Protocol_Properties::recv_buffer_size_
private
CORBA::Long TAO_UnixDomain_Protocol_Properties::send_buffer_size_
private

The documentation for this class was generated from the following files: