#include <RT_Policy_i.h>
Inheritance diagram for TAO_PriorityModelPolicy:
Public Member Functions | |
TAO_PriorityModelPolicy (RTCORBA::PriorityModel priority_model, RTCORBA::Priority server_priority) | |
Constructor. | |
TAO_PriorityModelPolicy (const TAO_PriorityModelPolicy &rhs) | |
Copy constructor. | |
RTCORBA::PriorityModel | get_priority_model (void) |
RTCORBA::PriorityModel | priority_model () throw (CORBA::SystemException) |
RTCORBA::Priority | server_priority () throw (CORBA::SystemException) |
CORBA::PolicyType | policy_type () throw (CORBA::SystemException) |
CORBA::Policy_ptr | copy () throw (CORBA::SystemException) |
void | destroy () throw (CORBA::SystemException) |
CORBA::Boolean | _tao_encode (TAO_OutputCDR &out_cdr) |
This method writes a CDR representation of the object state. | |
CORBA::Boolean | _tao_decode (TAO_InputCDR &in_cdr) |
This method reads the object state from a CDR representation. | |
TAO_Cached_Policy_Type | _tao_cached_type (void) const |
TAO_Policy_Scope | _tao_scope (void) const |
Static Public Member Functions | |
CORBA::Policy_ptr | create (const CORBA::Any &val) |
Protected Member Functions | |
virtual | ~TAO_PriorityModelPolicy (void) |
TAO_PriorityModelPolicy (void) | |
Private Attributes | |
RTCORBA::PriorityModel | priority_model_ |
Attributes. | |
RTCORBA::Priority | server_priority_ |
Friends | |
class | TAO_RT_PolicyFactory |
This policy controls how the priority at which a server handles requests from clients is determined.
|
Constructor.
|
|
Copy constructor.
|
|
Protected destructor to enforce proper memory management of this reference counted object. |
|
|
|
Implements CORBA::Policy. |
|
This method reads the object state from a CDR representation.
Implements CORBA::Policy. |
|
This method writes a CDR representation of the object state.
Implements CORBA::Policy. |
|
Implements CORBA::Policy. |
|
Implements RTCORBA::PriorityModelPolicy. |
|
Helper method for the implementation of CORBA::ORB::create_policy. |
|
Implements RTCORBA::PriorityModelPolicy. |
|
Accessor for the <priority_model_> attribute. This method is used internally by the orb. This is a more efficient (non-virtual, no exception handling) relative of the idl interface implementation <priority_model> below. |
|
Implements CORBA::Policy. |
|
Implements RTCORBA::PriorityModelPolicy. |
|
Implements RTCORBA::PriorityModelPolicy. |
|
This constructor is used by TAO_RT_PolicyFactory when decoding policies from tagged components in an IOR. |
|
Attributes.
|
|
|