#include <RT_Policy_i.h>
Inheritance diagram for TAO_ServerProtocolPolicy:
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 () throw (CORBA::SystemException) |
CORBA::PolicyType | policy_type () throw (CORBA::SystemException) |
CORBA::Policy_ptr | copy () throw (CORBA::SystemException) |
void | destroy () throw (CORBA::SystemException) |
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_ServerProtocolPolicy (void) |
Private Attributes | |
RTCORBA::ProtocolList | protocols_ |
Attribute. |
This policy controls selection and configuration of communication protocols on the server-side of the RT ORB.
|
Constructor.
|
|
Copy constructor.
|
|
Protected destructor to enforce proper memory management of this reference counted object. |
|
Implements CORBA::Policy. |
|
Implements CORBA::Policy. |
|
Implements RTCORBA::ServerProtocolPolicy. |
|
Helper method for the implementation of CORBA::ORB::create_policy. |
|
Implements RTCORBA::ServerProtocolPolicy. |
|
Implements CORBA::Policy. |
|
Implements RTCORBA::ServerProtocolPolicy. |
|
Accessor to the underlying protocols list of the policy (does not make a copy like the idl accessor <protocols> implementation below.) |
|
Attribute.
|