TAO_DynamicInterface
2.2.5
|
Generic interface for the DII invocation object visible. More...
#include <DII_Invocation_Adapter.h>
Public Member Functions | |
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. More... | |
![]() | |
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) |
Private Member Functions | |
DII_Invocation_Adapter (void) | |
Dont allow default initializations. More... | |
DII_Invocation_Adapter (const DII_Invocation_Adapter &) | |
DII_Invocation_Adapter & | operator= (const DII_Invocation_Adapter &) |
Private Attributes | |
CORBA::ExceptionList * | exception_list_ |
CORBA::Request * | request_ |
TAO::Exception_Data * | ex_data_ |
Additional Inherited Members | |
![]() | |
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_ |
Generic interface for the DII invocation object visible.
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 |
||
) |
The only constructor used by the IDL compiler and only way to create this adapter.
target | Points to the object on which this invocation is being invoked. |
args | Array of pointers to the argument list in the operation declaration. this includes the return, inout and out arguments. |
arg_number | Number of arguments in the above array. This is the number of elements in the above array. |
operation | The name of the operation being invoked. |
op_len | Number of characters in the operation name. This is an optimization which helps us to avoid calling strlen () while creating a message format. |
mode | Invocation mode. This information is also available in the IDL file and in the generated code. |
|
virtual |
|
private |
Dont allow default initializations.
|
private |
|
virtual |
Invoke the target.
Reimplemented from TAO::Invocation_Adapter.
|
protectedvirtual |
Reimplemented from TAO::Invocation_Adapter.
|
protectedvirtual |
Reimplemented from TAO::Invocation_Adapter.
Reimplemented in TAO::DII_Asynch_Invocation_Adapter.
|
private |
|
private |
|
private |
|
private |