TAO::DII_Asynch_Invocation_Adapter Class Reference

This class is for asynchronous DII invocation. More...

#include <DII_Invocation_Adapter.h>

Inheritance diagram for TAO::DII_Asynch_Invocation_Adapter:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 DII_Asynch_Invocation_Adapter (CORBA::Object *target, Argument **args, int arg_number, const char *operation, int op_len, CORBA::Request *req, TAO::Invocation_Mode mode=TAO_DII_ASYNCH_INVOCATION)
void invoke_reply_handler (Messaging::ReplyHandler_ptr reply_handler_ptr)
 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)

Detailed Description

This class is for asynchronous DII invocation.

Definition at line 176 of file DII_Invocation_Adapter.h.


Constructor & Destructor Documentation

TAO::DII_Asynch_Invocation_Adapter::DII_Asynch_Invocation_Adapter CORBA::Object target,
Argument **  args,
int  arg_number,
const char *  operation,
int  op_len,
CORBA::Request req,
TAO::Invocation_Mode  mode = TAO_DII_ASYNCH_INVOCATION
 

Definition at line 217 of file DII_Invocation_Adapter.cpp.

00225     : DII_Invocation_Adapter (target,
00226                               args,
00227                               arg_count,
00228                               operation,
00229                               op_len,
00230                               0,
00231                               req,
00232                               mode)
00233   {
00234   }


Member Function Documentation

void TAO::DII_Asynch_Invocation_Adapter::invoke_reply_handler Messaging::ReplyHandler_ptr  reply_handler_ptr  ) 
 

Invoke the target.

Invocation_Status TAO::DII_Asynch_Invocation_Adapter::invoke_twoway TAO_Operation_Details op,
CORBA::Object_var effective_target,
Profile_Transport_Resolver r,
ACE_Time_Value *&  max_wait_time
[protected, virtual]
 

Reimplemented from TAO::DII_Invocation_Adapter.

Definition at line 237 of file DII_Invocation_Adapter.cpp.

References TAO::TAO_INVOKE_FAILURE.

00242   {
00243     return TAO_INVOKE_FAILURE;
00244   }


The documentation for this class was generated from the following files:
Generated on Sun Jan 27 13:37:53 2008 for TAO_DynamicInterface by doxygen 1.3.6