Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

TAO_PriorityBandedConnectionPolicy Class Reference

RTCORBA::PriorityBandedConnectionPolicy implementation. More...

#include <RT_Policy_i.h>

Inheritance diagram for TAO_PriorityBandedConnectionPolicy:

Inheritance graph
[legend]
Collaboration diagram for TAO_PriorityBandedConnectionPolicy:

Collaboration graph
[legend]
List of all members.

Public Methods

 TAO_PriorityBandedConnectionPolicy (const RTCORBA::PriorityBands &bands)
 Constructor. More...

 TAO_PriorityBandedConnectionPolicy (const TAO_PriorityBandedConnectionPolicy &rhs)
 Copy constructor. More...

RTCORBA::PriorityBandspriority_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.). More...

virtual RTCORBA::PriorityBandspriority_bands (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException)
virtual CORBA::PolicyType policy_type (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException)
virtual CORBA::Policy_ptr copy (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException)
virtual void destroy (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException)
virtual CORBA::Boolean _tao_encode (TAO_OutputCDR &out_cdr)
 This method writes a CDR representation of the current object. More...

virtual CORBA::Boolean _tao_decode (TAO_InputCDR &in_cdr)
 This method reads the object state from a CDR representation. More...

virtual TAO_Cached_Policy_Type _tao_cached_type (void) const
virtual TAO_Policy_Scope _tao_scope (void) const

Protected Methods

virtual ~TAO_PriorityBandedConnectionPolicy (void)
 Protected destructor to enforce proper memory management of this reference counted object. More...

 TAO_PriorityBandedConnectionPolicy (void)

Private Attributes

RTCORBA::PriorityBands priority_bands_
 Attribute. More...


Friends

class TAO_RT_PolicyFactory
 This constructor is used by TAO_RT_PolicyFactory when decoding policies from tagged components in an IOR. More...


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
 

Constructor.

TAO_PriorityBandedConnectionPolicy::TAO_PriorityBandedConnectionPolicy const TAO_PriorityBandedConnectionPolicy &    rhs
 

Copy constructor.

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

TAO_Cached_Policy_Type TAO_PriorityBandedConnectionPolicy::_tao_cached_type void    const [virtual]
 

CORBA::Boolean TAO_PriorityBandedConnectionPolicy::_tao_decode TAO_InputCDR   in_cdr [virtual]
 

This method reads the object state from a CDR representation.

CORBA::Boolean TAO_PriorityBandedConnectionPolicy::_tao_encode TAO_OutputCDR   out_cdr [virtual]
 

This method writes a CDR representation of the current object.

TAO_Policy_Scope TAO_PriorityBandedConnectionPolicy::_tao_scope void    const [virtual]
 

CORBA::Policy_ptr TAO_PriorityBandedConnectionPolicy::copy ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS    throw (CORBA::SystemException) [virtual]
 

void TAO_PriorityBandedConnectionPolicy::destroy ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS    throw (CORBA::SystemException) [virtual]
 

CORBA::PolicyType TAO_PriorityBandedConnectionPolicy::policy_type ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS    throw (CORBA::SystemException) [virtual]
 

RTCORBA::PriorityBands * TAO_PriorityBandedConnectionPolicy::priority_bands ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS    throw (CORBA::SystemException) [virtual]
 

ACE_INLINE 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

friend class TAO_RT_PolicyFactory [friend]
 

This constructor is used by TAO_RT_PolicyFactory when decoding policies from tagged components in an IOR.


Member Data Documentation

RTCORBA::PriorityBands TAO_PriorityBandedConnectionPolicy::priority_bands_ [private]
 

Attribute.


The documentation for this class was generated from the following files:
Generated on Tue Aug 20 17:37:58 2002 for TAO_RTCORBA by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001