TAO_PriorityBandedConnectionPolicy Class Reference
RTCORBA::PriorityBandedConnectionPolicy implementation.
More...
#include <RT_Policy_i.h>
List of all members.
Detailed Description
RTCORBA::PriorityBandedConnectionPolicy implementation.
RT CORBA provides facility for a client to communicate with a server via multiple connections, aka bands, with each connection handling invocations that are made at a different CORBA priority. This policy allows the specification of the number of such bands and their priorities.
Constructor & Destructor Documentation
TAO_PriorityBandedConnectionPolicy::TAO_PriorityBandedConnectionPolicy |
( |
const RTCORBA::PriorityBands & |
bands |
) |
|
virtual TAO_PriorityBandedConnectionPolicy::~TAO_PriorityBandedConnectionPolicy |
( |
void |
|
) |
[protected, virtual] |
Protected destructor to enforce proper memory management of this reference counted object.
TAO_PriorityBandedConnectionPolicy::TAO_PriorityBandedConnectionPolicy |
( |
void |
|
) |
[protected] |
Member Function Documentation
This method reads the object state from a CDR representation.
This method writes a CDR representation of the current object.
static CORBA::Policy_ptr TAO_PriorityBandedConnectionPolicy::create |
( |
const CORBA::Any & |
val |
) |
[static] |
void TAO_PriorityBandedConnectionPolicy::destroy |
( |
void |
|
) |
|
RTCORBA::PriorityBands* TAO_PriorityBandedConnectionPolicy::priority_bands |
( |
void |
|
) |
|
RTCORBA::PriorityBands& TAO_PriorityBandedConnectionPolicy::priority_bands_rep |
( |
void |
|
) |
|
Accessor to the underlying priority bands of the policy (does not make a copy like the idl accessor <priority_bands> implementation below.)
Friends And Related Function Documentation
This constructor is used by TAO_RT_PolicyFactory when decoding policies from tagged components in an IOR.
Member Data Documentation
The documentation for this class was generated from the following file: