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

Descriptor Property for Banded Connections. More...

#include <RT_Transport_Descriptor_Property.h>

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

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_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.
 

Protected Attributes

CORBA::Short low_priority_
 The low priority of the Band.
 
CORBA::Short high_priority_
 The high priority of the Band.
 
- 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 Banded Connections.

This property holds the Band information necessary to identify a banded connection.

Constructor & Destructor Documentation

◆ TAO_RT_Transport_Descriptor_Banded_Connection_Property() [1/2]

TAO_RT_Transport_Descriptor_Banded_Connection_Property::TAO_RT_Transport_Descriptor_Banded_Connection_Property ( )
inline

Constructor.

◆ TAO_RT_Transport_Descriptor_Banded_Connection_Property() [2/2]

TAO_RT_Transport_Descriptor_Banded_Connection_Property::TAO_RT_Transport_Descriptor_Banded_Connection_Property ( CORBA::Short low_priority,
CORBA::Short high_priority )
inline

◆ ~TAO_RT_Transport_Descriptor_Banded_Connection_Property()

TAO_RT_Transport_Descriptor_Banded_Connection_Property::~TAO_RT_Transport_Descriptor_Banded_Connection_Property ( )

Destructor.

Member Function Documentation

◆ duplicate()

TAO_RT_Transport_Descriptor_Property * TAO_RT_Transport_Descriptor_Banded_Connection_Property::duplicate ( )
virtual

◆ init()

void TAO_RT_Transport_Descriptor_Banded_Connection_Property::init ( CORBA::Short low_priority,
CORBA::Short high_priority )
inline

Init.

◆ is_equivalent()

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

Member Data Documentation

◆ high_priority_

CORBA::Short TAO_RT_Transport_Descriptor_Banded_Connection_Property::high_priority_
protected

The high priority of the Band.

◆ low_priority_

CORBA::Short TAO_RT_Transport_Descriptor_Banded_Connection_Property::low_priority_
protected

The low priority of the Band.


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