#include <DII_Invocation_Adapter.h>
Inheritance diagram for TAO::DII_Deferred_Invocation_Adapter:
Public Member Functions | |
DII_Deferred_Invocation_Adapter (CORBA::Object *target, Argument **args, int arg_number, const char *operation, size_t op_len, Collocation_Proxy_Broker *b, TAO_ORB_Core *oc, CORBA::Request *req, TAO::Invocation_Mode mode=TAO_DII_DEFERRED_INVOCATION) | |
virtual void | invoke (TAO::Exception_Data *ex, unsigned long ex_count ACE_ENV_ARG_DECL) |
Invoke the target. | |
Protected Member Functions | |
virtual Invocation_Status | invoke_twoway (TAO_Operation_Details &op, CORBA::Object_var &effective_target, Profile_Transport_Resolver &r, ACE_Time_Value *&max_wait_time ACE_ENV_ARG_DECL) |
Private Attributes | |
CORBA::Request * | request_ |
TAO_DII_Deferred_Reply_Dispatcher * | rd_ |
Reply dispatcher for the current Invocation. | |
TAO_ORB_Core * | orb_core_ |
Cache the orb_core. |
|
|
|
Invoke the target.
Reimplemented from TAO::Invocation_Adapter. |
|
Reimplemented from TAO::Invocation_Adapter. |
|
Cache the orb_core.
|
|
Reply dispatcher for the current Invocation.
|
|
|