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


Public Member Functions | |
| DII_Deferred_Invocation_Adapter (CORBA::Object *target, Argument **args, int arg_number, const char *operation, size_t op_len, int collocation_opportunity, 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) |
| Invoke the target. More... | |
Public 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, bool has_in_args=true) | |
| virtual | ~Invocation_Adapter (void) |
| void | _tao_byte_order (int byte_order) |
| int | _tao_byte_order () |
Private Attributes | |
| CORBA::Request * | request_ |
| ACE_Utils::Auto_Functor < TAO_DII_Deferred_Reply_Dispatcher, ARDB_Refcount_Functor > | rd_ |
| TAO_ORB_Core *const | orb_core_ |
| Cache the orb_core. More... | |
Additional Inherited Members | |
Protected Attributes inherited from TAO::Invocation_Adapter | |
| CORBA::Object_ptr | target_ |
| Argument **const | args_ |
| int const | number_args_ |
| bool | has_in_args_ |
| char const * | operation_ |
| size_t const | op_len_ |
| int const | collocation_opportunity_ |
| Invocation_Type const | type_ |
| Invocation_Mode const | mode_ |
| int | byte_order_ |
This class is for deferred DII invocation.
| TAO::DII_Deferred_Invocation_Adapter::DII_Deferred_Invocation_Adapter | ( | CORBA::Object * | target, |
| Argument ** | args, | ||
| int | arg_number, | ||
| const char * | operation, | ||
| size_t | op_len, | ||
| int | collocation_opportunity, | ||
| TAO_ORB_Core * | oc, | ||
| CORBA::Request * | req, | ||
| TAO::Invocation_Mode | mode = TAO_DII_DEFERRED_INVOCATION |
||
| ) |
|
virtual |
Invoke the target.
Reimplemented from TAO::Invocation_Adapter.
|
protectedvirtual |
Reimplemented from TAO::Invocation_Adapter.
|
protectedvirtual |
Reimplemented from TAO::Invocation_Adapter.
|
private |
Cache the orb_core.
|
private |
Reply dispatcher for the current Invocation. Use special autopointer like holder to prevent leaking memory from the reply dispatcher that we create.
|
private |
1.8.6