TAO_RTCORBA
2.0.8
|
RTCORBA::ServerProtocolPolicy implementation. More...
#include <RT_Policy_i.h>
Public Member Functions | |
TAO_ServerProtocolPolicy (const RTCORBA::ProtocolList &protocols) | |
Constructor. | |
TAO_ServerProtocolPolicy (const TAO_ServerProtocolPolicy &rhs) | |
Copy constructor. | |
RTCORBA::ProtocolList & | protocols_rep (void) |
RTCORBA::ProtocolList * | protocols (void) |
CORBA::PolicyType | policy_type (void) |
CORBA::Policy_ptr | copy (void) |
void | destroy (void) |
TAO_Cached_Policy_Type | _tao_cached_type (void) const |
TAO_Policy_Scope | _tao_scope (void) const |
Static Public Member Functions | |
static CORBA::Policy_ptr | create (const CORBA::Any &val) |
Protected Member Functions | |
virtual | ~TAO_ServerProtocolPolicy (void) |
Private Attributes | |
RTCORBA::ProtocolList | protocols_ |
Attribute. |
RTCORBA::ServerProtocolPolicy implementation.
This policy controls selection and configuration of communication protocols on the server-side of the RT ORB.
TAO_ServerProtocolPolicy::TAO_ServerProtocolPolicy | ( | const RTCORBA::ProtocolList & | protocols | ) |
Constructor.
TAO_ServerProtocolPolicy::TAO_ServerProtocolPolicy | ( | const TAO_ServerProtocolPolicy & | rhs | ) |
Copy constructor.
TAO_ServerProtocolPolicy::~TAO_ServerProtocolPolicy | ( | void | ) | [protected, virtual] |
Protected destructor to enforce proper memory management of this reference counted object.
TAO_Cached_Policy_Type TAO_ServerProtocolPolicy::_tao_cached_type | ( | void | ) | const [virtual] |
Reimplemented from CORBA::Policy.
TAO_Policy_Scope TAO_ServerProtocolPolicy::_tao_scope | ( | void | ) | const [virtual] |
Reimplemented from CORBA::Policy.
CORBA::Policy_ptr TAO_ServerProtocolPolicy::copy | ( | void | ) | [virtual] |
Implements RTCORBA::ServerProtocolPolicy.
CORBA::Policy_ptr TAO_ServerProtocolPolicy::create | ( | const CORBA::Any & | val | ) | [static] |
Helper method for the implementation of CORBA::ORB::create_policy.
void TAO_ServerProtocolPolicy::destroy | ( | void | ) | [virtual] |
Implements RTCORBA::ServerProtocolPolicy.
CORBA::PolicyType TAO_ServerProtocolPolicy::policy_type | ( | void | ) |
Reimplemented from CORBA::Policy.
RTCORBA::ProtocolList * TAO_ServerProtocolPolicy::protocols | ( | void | ) | [virtual] |
Implements RTCORBA::ServerProtocolPolicy.
RTCORBA::ProtocolList & TAO_ServerProtocolPolicy::protocols_rep | ( | void | ) |
Accessor to the underlying protocols list of the policy (does not make a copy like the idl accessor <protocols> implementation below.)
Attribute.