#include <RTCORBAC.h>
Inheritance diagram for RTCORBA::SharedMemoryProtocolProperties:
Public Types | |
typedef SharedMemoryProtocolProperties_ptr | _ptr_type |
typedef SharedMemoryProtocolProperties_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::Long | preallocate_buffer_size ()=0 throw ( CORBA::SystemException ) |
virtual void | preallocate_buffer_size (::CORBA::Long preallocate_buffer_size)=0 throw ( CORBA::SystemException ) |
virtual char * | mmap_filename ()=0 throw ( CORBA::SystemException ) |
virtual void | mmap_filename (const char *mmap_filename)=0 throw ( CORBA::SystemException ) |
virtual char * | mmap_lockname ()=0 throw ( CORBA::SystemException ) |
virtual void | mmap_lockname (const char *mmap_lockname)=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 | |
SharedMemoryProtocolProperties_ptr | _duplicate (SharedMemoryProtocolProperties_ptr obj) |
void | _tao_release (SharedMemoryProtocolProperties_ptr obj) |
SharedMemoryProtocolProperties_ptr | _narrow (CORBA::Object_ptr obj) |
SharedMemoryProtocolProperties_ptr | _unchecked_narrow (CORBA::Object_ptr obj) |
SharedMemoryProtocolProperties_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 long | preallocate_buffer_size |
attribute string | mmap_filename |
attribute string | mmap_lockname |
Protected Member Functions | |
SharedMemoryProtocolProperties (void) | |
virtual | ~SharedMemoryProtocolProperties (void) |
Private Member Functions | |
SharedMemoryProtocolProperties (const SharedMemoryProtocolProperties &) | |
void | operator= (const SharedMemoryProtocolProperties &) |
|
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_SharedMemory_Protocol_Properties. |
|
|
|
Implemented in TAO_SharedMemory_Protocol_Properties. |
|
Implements RTCORBA::ProtocolProperties. |
|
Implemented in TAO_SharedMemory_Protocol_Properties. |
|
Implemented in TAO_SharedMemory_Protocol_Properties. |
|
Implemented in TAO_SharedMemory_Protocol_Properties. |
|
Implemented in TAO_SharedMemory_Protocol_Properties. |
|
|
|
Implemented in TAO_SharedMemory_Protocol_Properties. |
|
|
|
|
|
Implemented in TAO_SharedMemory_Protocol_Properties. |
|
|
|
Implemented in TAO_SharedMemory_Protocol_Properties. |
|
|
|
Implemented in TAO_SharedMemory_Protocol_Properties. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|