TAO_ZIOP 4.0.0
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions | Private Attributes | List of all members
TAO_ZIOP_Stub Class Reference

#include <ZIOP_Stub.h>

Inheritance diagram for TAO_ZIOP_Stub:
Inheritance graph
[legend]
Collaboration diagram for TAO_ZIOP_Stub:
Collaboration graph
[legend]

Public Member Functions

 TAO_ZIOP_Stub (const char *repository_id, const TAO_MProfile &profiles, TAO_ORB_Core *orb_core)
 
virtual ~TAO_ZIOP_Stub ()
 
CORBA::Policy_ptr get_policy (CORBA::PolicyType type)
 
CORBA::Policy_ptr get_cached_policy (TAO_Cached_Policy_Type type)
 
- Public Member Functions inherited from TAO_Stub
TAO::Transport_Queueing_Strategytransport_queueing_strategy ()
 
CORBA::ULong hash (CORBA::ULong maximum)
 
CORBA::Boolean is_equivalent (CORBA::Object_ptr other_obj)
 
 TAO_Stub (const char *repository_id, const TAO_MProfile &profiles, TAO_ORB_Core *orb_core)
 
void _incr_refcnt ()
 
void _decr_refcnt ()
 
const TAO_SYNCH_MUTEXprofile_lock () const
 
TAO_Profileprofile_in_use ()
 
const TAO::ObjectKeyobject_key () const
 
TAO_MProfilemake_profiles ()
 
const TAO_MProfilebase_profiles () const
 
TAO_MProfilebase_profiles ()
 
const TAO_MProfileforward_profiles () const
 
TAO_MProfileforward_profiles ()
 
TAO_Profilenext_profile ()
 
void reset_profiles ()
 
CORBA::Boolean at_starting_profile () const
 
CORBA::Boolean valid_forward_profile ()
 
void set_valid_profile ()
 
CORBA::Boolean valid_profile () const
 
TAO_Profilebase_profiles (const TAO_MProfile &mprofiles)
 
void add_forward_profiles (const TAO_MProfile &mprofiles, const CORBA::Boolean permanent_forward=false)
 
CORBA::Boolean next_profile_retry ()
 
TAO_ORB_Coreorb_core () const
 
CORBA::Boolean is_collocated () const
 
void is_collocated (CORBA::Boolean)
 
CORBA::ORB_ptr servant_orb_ptr ()
 
CORBA::ORB_varservant_orb_var ()
 
void servant_orb (CORBA::ORB_ptr orb)
 
void collocated_servant (TAO_Abstract_ServantBase *servant)
 
TAO_Abstract_ServantBasecollocated_servant () const
 
void object_proxy_broker (TAO::Object_Proxy_Broker *proxy_broker)
 
TAO::Object_Proxy_Brokerobject_proxy_broker () const
 
int create_ior_info (IOP::IOR *&ior_info, CORBA::ULong &index)
 
void destroy ()
 
CORBA::Boolean optimize_collocation_objects () const
 
CORBA::Boolean marshal (TAO_OutputCDR &)
 
void forwarded_on_exception (bool forwarded)
 
bool forwarded_on_exception () const
 

Private Member Functions

void parse_policies ()
 Helper method used to parse the policies.
 
void exposed_compression_enabling_policy (CORBA::Policy_ptr policy)
 
void exposed_compression_id_list_policy (CORBA::Policy_ptr policy)
 
CORBA::Policy_ptr exposed_compression_enabling_policy ()
 
CORBA::Policy_ptr exposed_compression_id_list_policy ()
 
CORBA::Policyeffective_compression_enabling_policy ()
 
CORBA::Policyeffective_compression_id_list_policy ()
 
 TAO_ZIOP_Stub (const TAO_ZIOP_Stub &)
 
TAO_ZIOP_Stuboperator= (const TAO_ZIOP_Stub &)
 

Private Attributes

CORBA::Policy_var compression_enabling_policy_
 
CORBA::Policy_var compression_id_list_policy_
 
CORBA::Boolean are_policies_parsed_
 

Additional Inherited Members

- Public Attributes inherited from TAO_Stub
CORBA::String_var type_id
 
- Protected Member Functions inherited from TAO_Stub
virtual ~TAO_Stub ()
 
void reset_profiles_i ()
 
TAO_Profilenext_profile_i ()
 
- Protected Attributes inherited from TAO_Stub
TAO_ORB_Core_Auto_Ptr orb_core_
 
CORBA::ORB_var orb_
 
CORBA::Boolean is_collocated_
 
CORBA::ORB_var servant_orb_
 
TAO_Abstract_ServantBasecollocated_servant_
 
TAO::Object_Proxy_Brokerobject_proxy_broker_
 
TAO_MProfile base_profiles_
 
TAO_MProfileforward_profiles_
 
TAO_MProfileforward_profiles_perm_
 
TAO_Profileprofile_in_use_
 
TAO_SYNCH_MUTEX profile_lock_
 
CORBA::Boolean profile_success_
 
std::atomic< uint32_t > refcount_
 
TAO_Policy_Setpolicies_
 
IOP::IORior_info_
 
IOP::IORforwarded_ior_info_
 
CORBA::Boolean const collocation_opt_
 
std::atomic< bool > forwarded_on_exception_
 

Detailed Description

This class represent a stub with extended functionality, which are needed for ZIOPCORBA.

Constructor & Destructor Documentation

◆ TAO_ZIOP_Stub() [1/2]

TAO_ZIOP_Stub::TAO_ZIOP_Stub ( const char * repository_id,
const TAO_MProfile & profiles,
TAO_ORB_Core * orb_core )

◆ ~TAO_ZIOP_Stub()

TAO_ZIOP_Stub::~TAO_ZIOP_Stub ( )
virtual

◆ TAO_ZIOP_Stub() [2/2]

TAO_ZIOP_Stub::TAO_ZIOP_Stub ( const TAO_ZIOP_Stub & )
private

Member Function Documentation

◆ effective_compression_enabling_policy()

CORBA::Policy * TAO_ZIOP_Stub::effective_compression_enabling_policy ( )
private

◆ effective_compression_id_list_policy()

CORBA::Policy * TAO_ZIOP_Stub::effective_compression_id_list_policy ( )
private

◆ exposed_compression_enabling_policy() [1/2]

CORBA::Policy * TAO_ZIOP_Stub::exposed_compression_enabling_policy ( )
private

◆ exposed_compression_enabling_policy() [2/2]

void TAO_ZIOP_Stub::exposed_compression_enabling_policy ( CORBA::Policy_ptr policy)
private

◆ exposed_compression_id_list_policy() [1/2]

CORBA::Policy * TAO_ZIOP_Stub::exposed_compression_id_list_policy ( )
private

◆ exposed_compression_id_list_policy() [2/2]

void TAO_ZIOP_Stub::exposed_compression_id_list_policy ( CORBA::Policy_ptr policy)
private

◆ get_cached_policy()

CORBA::Policy_ptr TAO_ZIOP_Stub::get_cached_policy ( TAO_Cached_Policy_Type type)

◆ get_policy()

CORBA::Policy_ptr TAO_ZIOP_Stub::get_policy ( CORBA::PolicyType type)

Returns the effective policy if type is a known client-exposed policy type. Returns the effective override for all other policy types.

◆ operator=()

TAO_ZIOP_Stub & TAO_ZIOP_Stub::operator= ( const TAO_ZIOP_Stub & )
private

◆ parse_policies()

void TAO_ZIOP_Stub::parse_policies ( )
private

Helper method used to parse the policies.

Member Data Documentation

◆ are_policies_parsed_

CORBA::Boolean TAO_ZIOP_Stub::are_policies_parsed_
private

◆ compression_enabling_policy_

CORBA::Policy_var TAO_ZIOP_Stub::compression_enabling_policy_
private

◆ compression_id_list_policy_

CORBA::Policy_var TAO_ZIOP_Stub::compression_id_list_policy_
private

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