#include <RT_Policy_i.h>
Inheritance diagram for TAO_PriorityModelPolicy
Public Methods | |
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) |
virtual RTCORBA::PriorityModel | priority_model (CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ()) throw (CORBA::SystemException) |
virtual RTCORBA::Priority | server_priority (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 object state. | |
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_PriorityModelPolicy (void) |
Protected destructor to enforce proper memory management of this reference counted object. | |
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.
|
|
|
|
|
|
This method reads the object state from a CDR representation.
|
|
This method writes a CDR representation of the object state.
|
|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
|
This constructor is used by TAO_RT_PolicyFactory when decoding policies from tagged components in an IOR.
|
|
Attributes.
|
|
|