#include <RT_Policy_i.h>
Inheritance diagram for TAO_PriorityBandedConnectionPolicy
Public Methods | |
TAO_PriorityBandedConnectionPolicy (const RTCORBA::PriorityBands &bands) | |
Constructor. | |
TAO_PriorityBandedConnectionPolicy (const TAO_PriorityBandedConnectionPolicy &rhs) | |
Copy constructor. | |
RTCORBA::PriorityBands& | priority_bands_rep (void) |
virtual RTCORBA::PriorityBands* | priority_bands (CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ()) throw (CORBA::SystemException) |
virtual CORBA::PolicyType | policy_type (CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ()) throw (CORBA::SystemException) |
virtual CORBA::Policy_ptr | copy (CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ()) throw (CORBA::SystemException) |
virtual void | destroy (CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ()) throw (CORBA::SystemException) |
virtual CORBA::Boolean | _tao_encode (TAO_OutputCDR &out_cdr) |
This method writes a CDR representation of the current object. | |
virtual CORBA::Boolean | _tao_decode (TAO_InputCDR &in_cdr) |
This method reads the object state from a CDR representation. | |
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. | |
TAO_PriorityBandedConnectionPolicy (void) | |
Private Attributes | |
RTCORBA::PriorityBands | priority_bands_ |
Attribute. | |
Friends | |
class | TAO_RT_PolicyFactory |
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.
|
|
Copy constructor.
|
|
Protected destructor to enforce proper memory management of this reference counted object.
|
|
|
|
|
|
This method reads the object state from a CDR representation.
|
|
This method writes a CDR representation of the current object.
|
|
|
|
|
|
|
|
|
|
|
|
Accessor to the underlying priority bands of the policy (does not make a copy like the idl accessor <priority_bands> implementation below.) |
|
This constructor is used by TAO_RT_PolicyFactory when decoding policies from tagged components in an IOR.
|
|
Attribute.
|