#include <RTCORBAC.h>
Inheritance diagram for RTCORBA::TCPProtocolProperties:
Public Types | |
typedef TCPProtocolProperties_ptr | _ptr_type |
typedef TCPProtocolProperties_var | _var_type |
Public Member Functions | |
virtual CORBA::Long | send_buffer_size ()=0 throw ( CORBA::SystemException ) |
virtual void | send_buffer_size (::CORBA::Long send_buffer_size)=0 throw ( CORBA::SystemException ) |
virtual CORBA::Long | recv_buffer_size ()=0 throw ( CORBA::SystemException ) |
virtual void | recv_buffer_size (::CORBA::Long recv_buffer_size)=0 throw ( CORBA::SystemException ) |
virtual CORBA::Boolean | keep_alive ()=0 throw ( CORBA::SystemException ) |
virtual void | keep_alive (::CORBA::Boolean keep_alive)=0 throw ( CORBA::SystemException ) |
virtual CORBA::Boolean | dont_route ()=0 throw ( CORBA::SystemException ) |
virtual void | dont_route (::CORBA::Boolean dont_route)=0 throw ( CORBA::SystemException ) |
virtual CORBA::Boolean | no_delay ()=0 throw ( CORBA::SystemException ) |
virtual void | no_delay (::CORBA::Boolean no_delay)=0 throw ( CORBA::SystemException ) |
virtual CORBA::Boolean | enable_network_priority ()=0 throw ( CORBA::SystemException ) |
virtual void | enable_network_priority (::CORBA::Boolean enable_network_priority)=0 throw ( CORBA::SystemException ) |
virtual CORBA::Boolean | _is_a (const char *type_id) |
virtual const char * | _interface_repository_id (void) const |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
Static Public Member Functions | |
TCPProtocolProperties_ptr | _duplicate (TCPProtocolProperties_ptr obj) |
void | _tao_release (TCPProtocolProperties_ptr obj) |
TCPProtocolProperties_ptr | _narrow (CORBA::Object_ptr obj) |
TCPProtocolProperties_ptr | _unchecked_narrow (CORBA::Object_ptr obj) |
TCPProtocolProperties_ptr | _nil (void) |
void | _tao_any_destructor (void *) |
Public Attributes | |
attribute long | send_buffer_size |
attribute long | recv_buffer_size |
attribute boolean | keep_alive |
attribute boolean | dont_route |
attribute boolean | no_delay |
attribute boolean | enable_network_priority |
Protected Member Functions | |
TCPProtocolProperties (void) | |
virtual | ~TCPProtocolProperties (void) |
Private Member Functions | |
TCPProtocolProperties (const TCPProtocolProperties &) | |
void | operator= (const TCPProtocolProperties &) |
|
Implements RTCORBA::ProtocolProperties. |
|
Implements RTCORBA::ProtocolProperties. |
|
|
|
|
|
|
|
|
|
Implements RTCORBA::ProtocolProperties. |
|
Implements RTCORBA::ProtocolProperties. |
|
Implements RTCORBA::ProtocolProperties. |
|
Implements RTCORBA::ProtocolProperties. |
|
Implements RTCORBA::ProtocolProperties. |
|
|
|
Implements RTCORBA::ProtocolProperties. |
|
|
|
Implemented in TAO_TCP_Protocol_Properties. |
|
|
|
Implemented in TAO_TCP_Protocol_Properties. |
|
|
|
Implemented in TAO_TCP_Protocol_Properties. |
|
Implements RTCORBA::ProtocolProperties. |
|
|
|
Implemented in TAO_TCP_Protocol_Properties. |
|
|
|
|
|
Implemented in TAO_TCP_Protocol_Properties. |
|
|
|
Implemented in TAO_TCP_Protocol_Properties. |
|
|
|
|
|
|
|
|
|
|
|
|