TAO_RTCORBA  2.2.3
 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_UserDatagram_Protocol_Properties Class Reference

RTCORBA::UserDatagramProtocolProperties implementation. More...

#include <RT_Policy_i.h>

Inheritance diagram for TAO_UserDatagram_Protocol_Properties:
Inheritance graph
Collaboration diagram for TAO_UserDatagram_Protocol_Properties:
Collaboration graph

Public Member Functions

 TAO_UserDatagram_Protocol_Properties (CORBA::Long send_buffer_size, CORBA::Long recv_buffer_size, CORBA::Boolean enable_network_priority)
 Constructor. More...
 
CORBA::Boolean enable_network_priority (void)
 
void enable_network_priority (CORBA::Boolean enable)
 
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)
 This method writes a CDR representation of UserDatagramProtocolProperties. More...
 
CORBA::Boolean _tao_decode (TAO_InputCDR &in_cdr)
 This method reads the object state from a CDR representation. More...
 

Protected Member Functions

virtual ~TAO_UserDatagram_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_
 
CORBA::Boolean enable_network_priority_
 

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::UserDatagramProtocolProperties implementation.

Stores UserDatagram Protocol configuration properties.

Constructor & Destructor Documentation

TAO_UserDatagram_Protocol_Properties::TAO_UserDatagram_Protocol_Properties ( CORBA::Long  send_buffer_size,
CORBA::Long  recv_buffer_size,
CORBA::Boolean  enable_network_priority 
)

Constructor.

TAO_UserDatagram_Protocol_Properties::~TAO_UserDatagram_Protocol_Properties ( void  )
protectedvirtual

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

Member Function Documentation

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

This method reads the object state from a CDR representation.

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

This method writes a CDR representation of UserDatagramProtocolProperties.

CORBA::Boolean TAO_UserDatagram_Protocol_Properties::enable_network_priority ( void  )
void TAO_UserDatagram_Protocol_Properties::enable_network_priority ( CORBA::Boolean  enable)
CORBA::Long TAO_UserDatagram_Protocol_Properties::recv_buffer_size ( void  )
void TAO_UserDatagram_Protocol_Properties::recv_buffer_size ( CORBA::Long  recv_buffer_size)
CORBA::Long TAO_UserDatagram_Protocol_Properties::send_buffer_size ( void  )
void TAO_UserDatagram_Protocol_Properties::send_buffer_size ( CORBA::Long  send_buffer_size)

Member Data Documentation

CORBA::Boolean TAO_UserDatagram_Protocol_Properties::enable_network_priority_
private
CORBA::Long TAO_UserDatagram_Protocol_Properties::recv_buffer_size_
private
CORBA::Long TAO_UserDatagram_Protocol_Properties::send_buffer_size_
private

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