TAO_DynamicInterface 3.1.4
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Private Attributes | Friends | List of all members
TAO::DII_Invocation Class Reference

#include <DII_Invocation.h>

Inheritance diagram for TAO::DII_Invocation:
Inheritance graph
[legend]
Collaboration diagram for TAO::DII_Invocation:
Collaboration graph
[legend]

Public Member Functions

 DII_Invocation (CORBA::Object_ptr otarget, Profile_Transport_Resolver &resolver, TAO_Operation_Details &detail, CORBA::ExceptionList *excp, CORBA::Request_ptr req, bool response_expected=true)
 
- Public Member Functions inherited from TAO::Synch_Twoway_Invocation
 Synch_Twoway_Invocation (CORBA::Object_ptr otarget, Profile_Transport_Resolver &resolver, TAO_Operation_Details &detail, bool response_expected=true)
 
Invocation_Status remote_twoway (ACE_Time_Value *max_wait_time)
 
void set_retry_state (Invocation_Retry_State *retry_state)
 
- Public Member Functions inherited from TAO::Remote_Invocation
 Remote_Invocation (CORBA::Object_ptr otarget, Profile_Transport_Resolver &resolver, TAO_Operation_Details &detail, bool response_expected)
 
void _tao_byte_order (int byte_order)
 
int _tao_byte_order ()
 
- Public Member Functions inherited from TAO::Invocation_Base
virtual ~Invocation_Base ()
 
TAO_Stubstub () const
 
CORBA::Object_ptr forwarded_reference ()
 
void forwarded_reference (CORBA::Object_ptr o)
 
TAO_Service_Contextrequest_service_context ()
 
TAO_Service_Contextreply_service_context ()
 
CORBA::Object_ptr steal_forwarded_reference ()
 
CORBA::Object_ptr effective_target () const
 
CORBA::Object_ptr target () const
 
CORBA::Boolean response_expected () const
 
GIOP::ReplyStatusType reply_status () const
 
void reply_status (GIOP::ReplyStatusType s)
 
TAO_Operation_Detailsoperation_details ()
 

Protected Member Functions

virtual Invocation_Status handle_user_exception (TAO_InputCDR &cdr)
 
- Protected Member Functions inherited from TAO::Synch_Twoway_Invocation
Invocation_Status location_forward (TAO_InputCDR &cdr)
 
Invocation_Status handle_system_exception (TAO_InputCDR &cdr)
 
Invocation_Status wait_for_reply (ACE_Time_Value *max_wait_time, TAO_Synch_Reply_Dispatcher &rd, TAO_Bind_Dispatcher_Guard &bd)
 
- Protected Member Functions inherited from TAO::Remote_Invocation
void init_target_spec (TAO_Target_Specification &spec, TAO_OutputCDR &output)
 
void write_header (TAO_OutputCDR &out_stream)
 
void marshal_data (TAO_OutputCDR &cdr)
 
Invocation_Status send_message (TAO_OutputCDR &cdr, TAO_Message_Semantics message_semantics, ACE_Time_Value *max_wait_time)
 
- Protected Member Functions inherited from TAO::Invocation_Base
 Invocation_Base (CORBA::Object_ptr otarget, CORBA::Object_ptr target, TAO_Stub *stub, TAO_Operation_Details &op, bool response_expected, bool request_is_remote)
 

Private Attributes

CORBA::ExceptionListexcp_list_
 
CORBA::Request_ptr host_
 Back pointer to the DII request that created us.
 

Friends

class DII_Invocation_Adapter
 

Additional Inherited Members

- Protected Attributes inherited from TAO::Synch_Twoway_Invocation
Invocation_Retry_Stateretry_state_
 
- Protected Attributes inherited from TAO::Remote_Invocation
Profile_Transport_Resolverresolver_
 
int byte_order_
 
- Protected Attributes inherited from TAO::Invocation_Base
TAO_Operation_Detailsdetails_
 
CORBA::Object_var forwarded_to_
 
bool response_expected_
 
GIOP::ReplyStatusType reply_status_
 

Constructor & Destructor Documentation

◆ DII_Invocation()

TAO::DII_Invocation::DII_Invocation ( CORBA::Object_ptr otarget,
Profile_Transport_Resolver & resolver,
TAO_Operation_Details & detail,
CORBA::ExceptionList * excp,
CORBA::Request_ptr req,
bool response_expected = true )

Member Function Documentation

◆ handle_user_exception()

Invocation_Status TAO::DII_Invocation::handle_user_exception ( TAO_InputCDR & cdr)
protectedvirtual

Reimplemented from TAO::Synch_Twoway_Invocation.

Friends And Related Symbol Documentation

◆ DII_Invocation_Adapter

friend class DII_Invocation_Adapter
friend

Member Data Documentation

◆ excp_list_

CORBA::ExceptionList* TAO::DII_Invocation::excp_list_
private

◆ host_

CORBA::Request_ptr TAO::DII_Invocation::host_
private

Back pointer to the DII request that created us.


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