TAO_DynamicInterface
2.0.8
|
Generic interface for the DII invocation object visible. More...
#include <DII_Invocation_Adapter.h>
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. |
TAO::DII_Invocation_Adapter::~DII_Invocation_Adapter | ( | void | ) | [virtual] |
TAO::DII_Invocation_Adapter::DII_Invocation_Adapter | ( | void | ) | [private] |
Dont allow default initializations.
TAO::DII_Invocation_Adapter::DII_Invocation_Adapter | ( | const DII_Invocation_Adapter & | ) | [private] |
void TAO::DII_Invocation_Adapter::invoke | ( | TAO::Exception_Data * | ex, |
unsigned long | ex_count | ||
) | [virtual] |
Invoke the target.
Reimplemented from TAO::Invocation_Adapter.
Invocation_Status TAO::DII_Invocation_Adapter::invoke_collocated_i | ( | TAO_Stub * | stub, |
TAO_Operation_Details & | details, | ||
CORBA::Object_var & | effective_target, | ||
Collocation_Strategy | strat | ||
) | [protected, virtual] |
Reimplemented from TAO::Invocation_Adapter.
Invocation_Status TAO::DII_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::Invocation_Adapter.
DII_Invocation_Adapter& TAO::DII_Invocation_Adapter::operator= | ( | const DII_Invocation_Adapter & | ) | [private] |
TAO::Exception_Data* TAO::DII_Invocation_Adapter::ex_data_ [private] |
CORBA::ExceptionList* TAO::DII_Invocation_Adapter::exception_list_ [private] |
CORBA::Request* TAO::DII_Invocation_Adapter::request_ [private] |