TAO_RTCORBA 3.1.4
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
TAO_RT_Transport_Descriptor_Private_Connection_Property Class Reference

Descriptor Property for Private Connections. More...

#include <RT_Transport_Descriptor_Property.h>

Inheritance diagram for TAO_RT_Transport_Descriptor_Private_Connection_Property:
Inheritance graph
[legend]
Collaboration diagram for TAO_RT_Transport_Descriptor_Private_Connection_Property:
Collaboration graph
[legend]

Public Member Functions

 TAO_RT_Transport_Descriptor_Private_Connection_Property ()
 Constructor.
 
 TAO_RT_Transport_Descriptor_Private_Connection_Property (long object_id)
 
 ~TAO_RT_Transport_Descriptor_Private_Connection_Property ()
 Destructor.
 
void init (long object_id)
 Init.
 
virtual TAO_RT_Transport_Descriptor_Propertyduplicate ()
 
virtual CORBA::Boolean is_equivalent (const TAO_RT_Transport_Descriptor_Property *other_prop)
 
- Public Member Functions inherited from TAO_RT_Transport_Descriptor_Property
 TAO_RT_Transport_Descriptor_Property ()
 Constructor.
 
virtual ~TAO_RT_Transport_Descriptor_Property ()
 Destructor.
 

Private Attributes

long object_id_
 

Additional Inherited Members

- Protected Attributes inherited from TAO_RT_Transport_Descriptor_Property
TAO_RT_Transport_Descriptor_Propertynext_
 Properties can be chanined using the <next_> pointer;.
 

Detailed Description

Descriptor Property for Private Connections.

Holds info necessary to identify private connections and store/look them up in the Transport Cache. (For description of private connections see RTCORBA::PrivateTransportPolicy.)

Constructor & Destructor Documentation

◆ TAO_RT_Transport_Descriptor_Private_Connection_Property() [1/2]

TAO_RT_Transport_Descriptor_Private_Connection_Property::TAO_RT_Transport_Descriptor_Private_Connection_Property ( )
inline

Constructor.

◆ TAO_RT_Transport_Descriptor_Private_Connection_Property() [2/2]

TAO_RT_Transport_Descriptor_Private_Connection_Property::TAO_RT_Transport_Descriptor_Private_Connection_Property ( long object_id)
inline

◆ ~TAO_RT_Transport_Descriptor_Private_Connection_Property()

TAO_RT_Transport_Descriptor_Private_Connection_Property::~TAO_RT_Transport_Descriptor_Private_Connection_Property ( )

Destructor.

Member Function Documentation

◆ duplicate()

TAO_RT_Transport_Descriptor_Property * TAO_RT_Transport_Descriptor_Private_Connection_Property::duplicate ( )
virtual

◆ init()

void TAO_RT_Transport_Descriptor_Private_Connection_Property::init ( long object_id)
inline

Init.

◆ is_equivalent()

CORBA::Boolean TAO_RT_Transport_Descriptor_Private_Connection_Property::is_equivalent ( const TAO_RT_Transport_Descriptor_Property * other_prop)
virtual

Member Data Documentation

◆ object_id_

long TAO_RT_Transport_Descriptor_Private_Connection_Property::object_id_
private

Unique identifier of the object to which private connection identified with this descriptor belongs. The value of object_id_ is the TAO_Stub* of the object.


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