TAO_RTCORBA 3.1.4
|
Descriptor Property for Banded Connections. More...
#include <RT_Transport_Descriptor_Property.h>
Public Member Functions | |
TAO_RT_Transport_Descriptor_Banded_Connection_Property () | |
Constructor. | |
TAO_RT_Transport_Descriptor_Banded_Connection_Property (CORBA::Short low_priority, CORBA::Short high_priority) | |
~TAO_RT_Transport_Descriptor_Banded_Connection_Property () | |
Destructor. | |
void | init (CORBA::Short low_priority, CORBA::Short high_priority) |
Init. | |
virtual TAO_RT_Transport_Descriptor_Property * | duplicate () |
virtual CORBA::Boolean | is_equivalent (const TAO_RT_Transport_Descriptor_Property *other_prop) |
![]() | |
TAO_RT_Transport_Descriptor_Property () | |
Constructor. | |
virtual | ~TAO_RT_Transport_Descriptor_Property () |
Destructor. | |
Protected Attributes | |
CORBA::Short | low_priority_ |
The low priority of the Band. | |
CORBA::Short | high_priority_ |
The high priority of the Band. | |
![]() | |
TAO_RT_Transport_Descriptor_Property * | next_ |
Properties can be chanined using the <next_> pointer;. | |
Descriptor Property for Banded Connections.
This property holds the Band information necessary to identify a banded connection.
|
inline |
Constructor.
|
inline |
TAO_RT_Transport_Descriptor_Banded_Connection_Property::~TAO_RT_Transport_Descriptor_Banded_Connection_Property | ( | ) |
Destructor.
|
virtual |
Implements TAO_RT_Transport_Descriptor_Property.
|
inline |
Init.
|
virtual |
Implements TAO_RT_Transport_Descriptor_Property.
|
protected |
The high priority of the Band.
|
protected |
The low priority of the Band.