|
TAO_DynamicInterface
2.1.3
|
This class is for asynchronous DII invocation. More...
#include <DII_Invocation_Adapter.h>


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) |
Protected Member Functions inherited from TAO::DII_Invocation_Adapter | |
| DII_Invocation_Adapter (CORBA::Object *target, Argument **args, int arg_number, const char *operation, size_t op_len, CORBA::ExceptionList *exception, CORBA::Request *r, Invocation_Mode mode=TAO_DII_INVOCATION) | |
| virtual | ~DII_Invocation_Adapter (void) |
| virtual void | invoke (TAO::Exception_Data *ex, unsigned long ex_count) |
| Invoke the target. | |
| virtual Invocation_Status | invoke_collocated_i (TAO_Stub *stub, TAO_Operation_Details &details, CORBA::Object_var &effective_target, Collocation_Strategy strat) |
Protected Member Functions inherited from TAO::Invocation_Adapter | |
| Invocation_Adapter (CORBA::Object_ptr target, Argument **args, int arg_number, const char *operation, size_t op_len, int collocation_opportunity, TAO::Invocation_Type type=TAO_TWOWAY_INVOCATION, TAO::Invocation_Mode mode=TAO_SYNCHRONOUS_INVOCATION) | |
| virtual | ~Invocation_Adapter (void) |
Additional Inherited Members |
This class is for asynchronous DII invocation.
| 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 |
||
| ) |
| void TAO::DII_Asynch_Invocation_Adapter::invoke_reply_handler | ( | Messaging::ReplyHandler_ptr | reply_handler_ptr | ) |
Invoke the target.
|
protectedvirtual |
Reimplemented from TAO::DII_Invocation_Adapter.
1.8.1.2