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 181 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 263 of file DII_Invocation_Adapter.cpp.

00271     : DII_Invocation_Adapter (target,
00272                               args,
00273                               arg_count,
00274                               operation,
00275                               op_len,
00276                               0,
00277                               req,
00278                               mode)
00279   {
00280   }


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 283 of file DII_Invocation_Adapter.cpp.

References TAO::TAO_INVOKE_FAILURE.

00288   {
00289     return TAO_INVOKE_FAILURE;
00290   }


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:43:27 2010 for TAO_DynamicInterface by  doxygen 1.4.7