TAO_DynamicInterface  2.3.3
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)
 
virtual Dynamic::ParameterList * arguments (void)
 
- 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 (void)
 
TAO_Stubstub (void) const
 
CORBA::Object_ptr forwarded_reference (void)
 
void forwarded_reference (CORBA::Object_ptr o)
 
TAO_Service_Contextrequest_service_context (void)
 
TAO_Service_Contextreply_service_context (void)
 
CORBA::Object_ptr steal_forwarded_reference (void)
 
CORBA::Object_ptr effective_target (void) const
 
CORBA::Object_ptr target (void) const
 
CORBA::Boolean response_expected (void) const
 
GIOP::ReplyStatusType reply_status (void) const
 
void reply_status (GIOP::ReplyStatusType s)
 
TAO_Operation_Detailsoperation_details (void)
 
TAO_Stubstub (void) const
 
CORBA::Object_ptr forwarded_reference (void)
 
void forwarded_reference (CORBA::Object_ptr o)
 
TAO_Service_Contextrequest_service_context (void)
 
TAO_Service_Contextreply_service_context (void)
 
CORBA::Object_ptr steal_forwarded_reference (void)
 
CORBA::Object_ptr effective_target (void) const
 
CORBA::Object_ptr target (void) const
 
CORBA::Boolean response_expected (void) const
 
GIOP::ReplyStatusType reply_status (void) const
 
void reply_status (GIOP::ReplyStatusType s)
 
TAO_Operation_Detailsoperation_details (void)
 
size_t & stack_size (void)
 
CORBA::Exceptioncaught_exception (void)
 
TAO::Invocation_Status invoke_status (void) const
 
void invoke_status (Invocation_Status s)
 
PortableInterceptor::ReplyStatus pi_reply_status (void) const
 
bool is_remote_request () const
 

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)
 
Invocation_Status send_request_interception (void)
 
Invocation_Status receive_reply_interception (void)
 
Invocation_Status receive_other_interception (void)
 
PortableInterceptor::ReplyStatus handle_any_exception (CORBA::Exception *e)
 
PortableInterceptor::ReplyStatus handle_all_exception (void)
 

Private Attributes

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

Friends

class DII_Invocation_Adapter
 

Additional Inherited Members

- Public Attributes inherited from TAO::Invocation_Base
void exception CORBA::Exceptionexception
 
- 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_
 
ClientRequestInterceptor_Adaptercri_adapter_
 
ServerRequestInterceptor_Adaptersri_adapter_
 
size_t stack_size_
 
TAO::Invocation_Status invoke_status_
 

Constructor & Destructor Documentation

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

Dynamic::ParameterList * TAO::DII_Invocation::arguments ( void  )
virtual
Invocation_Status TAO::DII_Invocation::handle_user_exception ( TAO_InputCDR cdr)
protectedvirtual

Reimplemented from TAO::Synch_Twoway_Invocation.

Friends And Related Function Documentation

friend class DII_Invocation_Adapter
friend

Member Data Documentation

CORBA::ExceptionList* TAO::DII_Invocation::excp_list_
private
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: