TAO_RTCORBA
2.2.8
|
Descriptor Property for Private Connections. More...
#include <RT_Transport_Descriptor_Property.h>
Public Member Functions | |
TAO_RT_Transport_Descriptor_Private_Connection_Property (void) | |
Constructor. More... | |
TAO_RT_Transport_Descriptor_Private_Connection_Property (long object_id) | |
~TAO_RT_Transport_Descriptor_Private_Connection_Property (void) | |
Destructor. More... | |
void | init (long object_id) |
Init. More... | |
virtual TAO_RT_Transport_Descriptor_Property * | duplicate (void) |
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 (void) | |
Constructor. More... | |
virtual | ~TAO_RT_Transport_Descriptor_Property (void) |
Destructor. More... | |
Private Attributes | |
long | object_id_ |
Additional Inherited Members | |
Protected Attributes inherited from TAO_RT_Transport_Descriptor_Property | |
TAO_RT_Transport_Descriptor_Property * | next_ |
Properties can be chanined using the <next_> pointer;. More... | |
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.)
|
inline |
Constructor.
|
inline |
TAO_RT_Transport_Descriptor_Private_Connection_Property::~TAO_RT_Transport_Descriptor_Private_Connection_Property | ( | void | ) |
Destructor.
|
virtual |
Implements TAO_RT_Transport_Descriptor_Property.
|
inline |
Init.
|
virtual |
Implements TAO_RT_Transport_Descriptor_Property.
|
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.