TAO_RTCORBA  2.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Attributes | List of all members
TAO_ServerProtocolPolicy Class Reference

RTCORBA::ServerProtocolPolicy implementation. More...

#include <RT_Policy_i.h>

Inheritance diagram for TAO_ServerProtocolPolicy:
Inheritance graph
Collaboration diagram for TAO_ServerProtocolPolicy:
Collaboration graph

Public Member Functions

 TAO_ServerProtocolPolicy (const RTCORBA::ProtocolList &protocols)
 Constructor. More...
 
 TAO_ServerProtocolPolicy (const TAO_ServerProtocolPolicy &rhs)
 Copy constructor. More...
 
RTCORBA::ProtocolListprotocols_rep (void)
 
RTCORBA::ProtocolListprotocols (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)
 
- Static Public Member Functions inherited from CORBA::LocalObject
static CORBA::Boolean marshal (const Object_ptr x, TAO_OutputCDR &cdr)
 
static void _tao_any_destructor (void *)
 
static CORBA::Boolean is_nil_i (CORBA::Object_ptr obj)
 
static void tao_object_initialize (Object *)
 
static CORBA::Object_ptr _duplicate (CORBA::Object_ptr obj)
 
static CORBA::Object_ptr _nil (void)
 
static CORBA::Object_ptr _narrow (CORBA::Object_ptr obj)
 

Protected Member Functions

virtual ~TAO_ServerProtocolPolicy (void)
 
- Protected Member Functions inherited from CORBA::LocalObject
 Object (int dummy=0)
 
TAO::Object_Proxy_Brokerproxy_broker () const
 

Private Attributes

RTCORBA::ProtocolList protocols_
 Attribute. More...
 

Additional Inherited Members

- Public Types inherited from CORBA::LocalObject
typedef Object_ptr _ptr_type
 
typedef Object_var _var_type
 
typedef Object_out _out_type
 

Detailed Description

RTCORBA::ServerProtocolPolicy implementation.

This policy controls selection and configuration of communication protocols on the server-side of the RT ORB.

Constructor & Destructor Documentation

TAO_ServerProtocolPolicy::TAO_ServerProtocolPolicy ( const RTCORBA::ProtocolList protocols)

Constructor.

TAO_ServerProtocolPolicy::TAO_ServerProtocolPolicy ( const TAO_ServerProtocolPolicy rhs)

Copy constructor.

TAO_ServerProtocolPolicy::~TAO_ServerProtocolPolicy ( void  )
protectedvirtual

Protected destructor to enforce proper memory management of this reference counted object.

Member Function Documentation

TAO_Cached_Policy_Type TAO_ServerProtocolPolicy::_tao_cached_type ( void  ) const
TAO_Policy_Scope TAO_ServerProtocolPolicy::_tao_scope ( void  ) const
CORBA::Policy_ptr TAO_ServerProtocolPolicy::copy ( void  )
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  )
CORBA::PolicyType TAO_ServerProtocolPolicy::policy_type ( void  )
RTCORBA::ProtocolList * TAO_ServerProtocolPolicy::protocols ( void  )
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.)

Member Data Documentation

RTCORBA::ProtocolList TAO_ServerProtocolPolicy::protocols_
private

Attribute.


The documentation for this class was generated from the following files: