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

RTCORBA::ClientProtocolPolicy implementation. More...

#include <RT_Policy_i.h>

Inheritance diagram for TAO_ClientProtocolPolicy:
Inheritance graph
Collaboration diagram for TAO_ClientProtocolPolicy:
Collaboration graph

Public Member Functions

 TAO_ClientProtocolPolicy (const RTCORBA::ProtocolList &protocols)
 Constructor. More...
 
 TAO_ClientProtocolPolicy (const TAO_ClientProtocolPolicy &rhs)
 Copy constructor. More...
 
RTCORBA::ProtocolListprotocols_rep (void)
 
RTCORBA::ProtocolListprotocols (void)
 
CORBA::PolicyType policy_type (void)
 
CORBA::Policy_ptr copy (void)
 
void destroy (void)
 
CORBA::Boolean _tao_encode (TAO_OutputCDR &out_cdr)
 This method writes a CDR representation of the current object. More...
 
CORBA::Boolean _tao_decode (TAO_InputCDR &in_cdr)
 This method reads the object state from a CDR representation. More...
 
TAO_Cached_Policy_Type _tao_cached_type (void) const
 
TAO_Policy_Scope _tao_scope (void) const
 
- Public Member Functions inherited from CORBA::Object
virtual TAO::ObjectKey_key (void)
 
virtual CORBA::ULong _hash (CORBA::ULong maximum)
 
virtual CORBA::Boolean _is_equivalent (CORBA::Object_ptr other_obj)
 
virtual CORBA::Boolean _non_existent (void)
 
virtual InterfaceDef_ptr _get_interface (void)
 
virtual CORBA::Object_ptr _get_component (void)
 
virtual char * _repository_id (void)
 
virtual void _create_request (CORBA::Context_ptr ctx, const char *operation, CORBA::NVList_ptr arg_list, CORBA::NamedValue_ptr result, CORBA::Request_ptr &request, CORBA::Flags req_flags)
 
virtual void _create_request (CORBA::Context_ptr ctx, const char *operation, CORBA::NVList_ptr arg_list, CORBA::NamedValue_ptr result, CORBA::ExceptionList_ptr exclist, CORBA::ContextList_ptr ctxtlist, CORBA::Request_ptr &request, CORBA::Flags req_flags)
 
virtual CORBA::Request_ptr _request (const char *operation)
 
virtual CORBA::ORB_ptr _get_orb (void)
 

Static Public Member Functions

static CORBA::Policy_ptr create (const CORBA::Any &val)
 

Protected Member Functions

virtual ~TAO_ClientProtocolPolicy (void)
 
 TAO_ClientProtocolPolicy (void)
 

Private Attributes

RTCORBA::ProtocolList protocols_
 Attribute. More...
 

Friends

class TAO_RT_PolicyFactory
 

Additional Inherited Members

- Public Attributes inherited from RTCORBA::ClientProtocolPolicy
readonly attribute ProtocolList protocols
 
- Public Attributes inherited from CORBA::Policy
readonly attribute PolicyType policy_type
 

Detailed Description

RTCORBA::ClientProtocolPolicy implementation.

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

Constructor & Destructor Documentation

TAO_ClientProtocolPolicy::TAO_ClientProtocolPolicy ( const RTCORBA::ProtocolList protocols)

Constructor.

TAO_ClientProtocolPolicy::TAO_ClientProtocolPolicy ( const TAO_ClientProtocolPolicy rhs)

Copy constructor.

TAO_ClientProtocolPolicy::~TAO_ClientProtocolPolicy ( void  )
protectedvirtual

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

TAO_ClientProtocolPolicy::TAO_ClientProtocolPolicy ( void  )
protected

Member Function Documentation

TAO_Cached_Policy_Type TAO_ClientProtocolPolicy::_tao_cached_type ( void  ) const
CORBA::Boolean TAO_ClientProtocolPolicy::_tao_decode ( TAO_InputCDR in_cdr)

This method reads the object state from a CDR representation.

CORBA::Boolean TAO_ClientProtocolPolicy::_tao_encode ( TAO_OutputCDR out_cdr)

This method writes a CDR representation of the current object.

TAO_Policy_Scope TAO_ClientProtocolPolicy::_tao_scope ( void  ) const
CORBA::Policy_ptr TAO_ClientProtocolPolicy::copy ( void  )

Implements CORBA::Policy.

CORBA::Policy_ptr TAO_ClientProtocolPolicy::create ( const CORBA::Any &  val)
static

Helper method for the implementation of CORBA::ORB::create_policy.

void TAO_ClientProtocolPolicy::destroy ( void  )

Implements CORBA::Policy.

CORBA::PolicyType TAO_ClientProtocolPolicy::policy_type ( void  )
RTCORBA::ProtocolList * TAO_ClientProtocolPolicy::protocols ( void  )
RTCORBA::ProtocolList & TAO_ClientProtocolPolicy::protocols_rep ( void  )

Accessor to the underlying protocols list of the policy (does not make a copy like the idl accessor <protocols> implementation below.)

Friends And Related Function Documentation

friend class TAO_RT_PolicyFactory
friend

This constructor is used by TAO_RT_PolicyFactory when decoding policies from tagged components in an IOR.

Member Data Documentation

RTCORBA::ProtocolList TAO_ClientProtocolPolicy::protocols_
private

Attribute.


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