Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

RTCORBA::SharedMemoryProtocolProperties Interface Reference

#include <RTCORBAC.h>

Inheritance diagram for RTCORBA::SharedMemoryProtocolProperties:

Inheritance graph
[legend]
Collaboration diagram for RTCORBA::SharedMemoryProtocolProperties:

Collaboration graph
[legend]
List of all members.

Public Types

typedef SharedMemoryProtocolProperties_ptr _ptr_type
typedef SharedMemoryProtocolProperties_var _var_type

Public Member Functions

virtual CORBA::Long send_buffer_size (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual void send_buffer_size (::CORBA::Long send_buffer_size ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual CORBA::Long recv_buffer_size (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual void recv_buffer_size (::CORBA::Long recv_buffer_size ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual CORBA::Boolean keep_alive (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual void keep_alive (::CORBA::Boolean keep_alive ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual CORBA::Boolean dont_route (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual void dont_route (::CORBA::Boolean dont_route ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual CORBA::Boolean no_delay (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual void no_delay (::CORBA::Boolean no_delay ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual CORBA::Long preallocate_buffer_size (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual void preallocate_buffer_size (::CORBA::Long preallocate_buffer_size ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual char * mmap_filename (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual void mmap_filename (const char *mmap_filename ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual char * mmap_lockname (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual void mmap_lockname (const char *mmap_lockname ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual CORBA::Boolean _is_a (const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS)
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 ACE_ENV_ARG_DECL_WITH_DEFAULTS)
SharedMemoryProtocolProperties_ptr _unchecked_narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS)
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 &)

Member Typedef Documentation

typedef SharedMemoryProtocolProperties_ptr RTCORBA::SharedMemoryProtocolProperties::_ptr_type
 

Implements RTCORBA::ProtocolProperties.

typedef SharedMemoryProtocolProperties_var RTCORBA::SharedMemoryProtocolProperties::_var_type
 

Implements RTCORBA::ProtocolProperties.


Constructor & Destructor Documentation

RTCORBA::SharedMemoryProtocolProperties::SharedMemoryProtocolProperties void   )  [protected]
 

RTCORBA::SharedMemoryProtocolProperties::~SharedMemoryProtocolProperties void   )  [protected, virtual]
 

RTCORBA::SharedMemoryProtocolProperties::SharedMemoryProtocolProperties const SharedMemoryProtocolProperties  )  [private]
 


Member Function Documentation

RTCORBA::SharedMemoryProtocolProperties_ptr RTCORBA::SharedMemoryProtocolProperties::_duplicate SharedMemoryProtocolProperties_ptr  obj  )  [static]
 

const char * RTCORBA::SharedMemoryProtocolProperties::_interface_repository_id void   )  const [virtual]
 

Implements RTCORBA::ProtocolProperties.

virtual CORBA::Boolean RTCORBA::SharedMemoryProtocolProperties::_is_a const char *type_id  ACE_ENV_ARG_DECL_WITH_DEFAULTS  )  [virtual]
 

Implements RTCORBA::ProtocolProperties.

SharedMemoryProtocolProperties_ptr RTCORBA::SharedMemoryProtocolProperties::_narrow CORBA::Object_ptr obj  ACE_ENV_ARG_DECL_WITH_DEFAULTS  )  [static]
 

Implements RTCORBA::ProtocolProperties.

SharedMemoryProtocolProperties_ptr RTCORBA::SharedMemoryProtocolProperties::_nil void   )  [inline, static]
 

Implements RTCORBA::ProtocolProperties.

void RTCORBA::SharedMemoryProtocolProperties::_tao_any_destructor void *   )  [static]
 

Implements RTCORBA::ProtocolProperties.

void RTCORBA::SharedMemoryProtocolProperties::_tao_release SharedMemoryProtocolProperties_ptr  obj  )  [static]
 

SharedMemoryProtocolProperties_ptr RTCORBA::SharedMemoryProtocolProperties::_unchecked_narrow CORBA::Object_ptr obj  ACE_ENV_ARG_DECL_WITH_DEFAULTS  )  [static]
 

Implements RTCORBA::ProtocolProperties.

virtual void RTCORBA::SharedMemoryProtocolProperties::dont_route ::CORBA::Boolean dont_route  ACE_ENV_ARG_DECL_WITH_DEFAULTS  )  throw ( CORBA::SystemException ) [pure virtual]
 

virtual CORBA::Boolean RTCORBA::SharedMemoryProtocolProperties::dont_route ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS   )  throw ( CORBA::SystemException ) [pure virtual]
 

Implemented in TAO_SharedMemory_Protocol_Properties.

virtual void RTCORBA::SharedMemoryProtocolProperties::keep_alive ::CORBA::Boolean keep_alive  ACE_ENV_ARG_DECL_WITH_DEFAULTS  )  throw ( CORBA::SystemException ) [pure virtual]
 

virtual CORBA::Boolean RTCORBA::SharedMemoryProtocolProperties::keep_alive ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS   )  throw ( CORBA::SystemException ) [pure virtual]
 

Implemented in TAO_SharedMemory_Protocol_Properties.

CORBA::Boolean RTCORBA::SharedMemoryProtocolProperties::marshal TAO_OutputCDR cdr  )  [virtual]
 

Implements RTCORBA::ProtocolProperties.

virtual void RTCORBA::SharedMemoryProtocolProperties::mmap_filename const char *mmap_filename  ACE_ENV_ARG_DECL_WITH_DEFAULTS  )  throw ( CORBA::SystemException ) [pure virtual]
 

Implemented in TAO_SharedMemory_Protocol_Properties.

virtual char* RTCORBA::SharedMemoryProtocolProperties::mmap_filename ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS   )  throw ( CORBA::SystemException ) [pure virtual]
 

Implemented in TAO_SharedMemory_Protocol_Properties.

virtual void RTCORBA::SharedMemoryProtocolProperties::mmap_lockname const char *mmap_lockname  ACE_ENV_ARG_DECL_WITH_DEFAULTS  )  throw ( CORBA::SystemException ) [pure virtual]
 

Implemented in TAO_SharedMemory_Protocol_Properties.

virtual char* RTCORBA::SharedMemoryProtocolProperties::mmap_lockname ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS   )  throw ( CORBA::SystemException ) [pure virtual]
 

Implemented in TAO_SharedMemory_Protocol_Properties.

virtual void RTCORBA::SharedMemoryProtocolProperties::no_delay ::CORBA::Boolean no_delay  ACE_ENV_ARG_DECL_WITH_DEFAULTS  )  throw ( CORBA::SystemException ) [pure virtual]
 

virtual CORBA::Boolean RTCORBA::SharedMemoryProtocolProperties::no_delay ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS   )  throw ( CORBA::SystemException ) [pure virtual]
 

Implemented in TAO_SharedMemory_Protocol_Properties.

void RTCORBA::SharedMemoryProtocolProperties::operator= const SharedMemoryProtocolProperties  )  [private]
 

virtual void RTCORBA::SharedMemoryProtocolProperties::preallocate_buffer_size ::CORBA::Long preallocate_buffer_size  ACE_ENV_ARG_DECL_WITH_DEFAULTS  )  throw ( CORBA::SystemException ) [pure virtual]
 

virtual CORBA::Long RTCORBA::SharedMemoryProtocolProperties::preallocate_buffer_size ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS   )  throw ( CORBA::SystemException ) [pure virtual]
 

Implemented in TAO_SharedMemory_Protocol_Properties.

virtual void RTCORBA::SharedMemoryProtocolProperties::recv_buffer_size ::CORBA::Long recv_buffer_size  ACE_ENV_ARG_DECL_WITH_DEFAULTS  )  throw ( CORBA::SystemException ) [pure virtual]
 

virtual CORBA::Long RTCORBA::SharedMemoryProtocolProperties::recv_buffer_size ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS   )  throw ( CORBA::SystemException ) [pure virtual]
 

Implemented in TAO_SharedMemory_Protocol_Properties.

virtual void RTCORBA::SharedMemoryProtocolProperties::send_buffer_size ::CORBA::Long send_buffer_size  ACE_ENV_ARG_DECL_WITH_DEFAULTS  )  throw ( CORBA::SystemException ) [pure virtual]
 

virtual CORBA::Long RTCORBA::SharedMemoryProtocolProperties::send_buffer_size ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS   )  throw ( CORBA::SystemException ) [pure virtual]
 

Implemented in TAO_SharedMemory_Protocol_Properties.


Member Data Documentation

attribute boolean RTCORBA::SharedMemoryProtocolProperties::dont_route
 

attribute boolean RTCORBA::SharedMemoryProtocolProperties::keep_alive
 

attribute string RTCORBA::SharedMemoryProtocolProperties::mmap_filename
 

attribute string RTCORBA::SharedMemoryProtocolProperties::mmap_lockname
 

attribute boolean RTCORBA::SharedMemoryProtocolProperties::no_delay
 

attribute long RTCORBA::SharedMemoryProtocolProperties::preallocate_buffer_size
 

attribute long RTCORBA::SharedMemoryProtocolProperties::recv_buffer_size
 

attribute long RTCORBA::SharedMemoryProtocolProperties::send_buffer_size
 


The documentation for this interface was generated from the following files:
Generated on Sun May 15 13:18:20 2005 for TAO_RTCORBA by  doxygen 1.3.9.1