TAO_DynamicInterface
2.1.9
|
#include <DII_Invocation.h>
Public Member Functions | |
DII_Invocation (CORBA::Object_ptr otarget, Profile_Transport_Resolver &resolver, TAO_Operation_Details &detail, CORBA::ExceptionList *excp, CORBA::Request_ptr req, bool response_expected=true) | |
virtual Dynamic::ParameterList * | arguments (void) |
Invocation_Status | remote_invocation (ACE_Time_Value *max_wait_time) |
virtual Invocation_Status | handle_user_exception (TAO_InputCDR &cdr) |
Private Attributes | |
CORBA::ExceptionList * | excp_list_ |
CORBA::Request_ptr | host_ |
Back pointer to the DII request that created us. More... | |
Friends | |
class | DII_Invocation_Adapter |
Additional Inherited Members | |
![]() | |
void | init_target_spec (TAO_Target_Specification &spec, TAO_OutputCDR &output) |
void | write_header (TAO_OutputCDR &out_stream) |
void | marshal_data (TAO_OutputCDR &cdr) |
Invocation_Status | send_message (TAO_OutputCDR &cdr, TAO_Message_Semantics message_semantics, ACE_Time_Value *max_wait_time) |
![]() | |
Profile_Transport_Resolver & | resolver_ |
TAO::DII_Invocation::DII_Invocation | ( | CORBA::Object_ptr | otarget, |
Profile_Transport_Resolver & | resolver, | ||
TAO_Operation_Details & | detail, | ||
CORBA::ExceptionList * | excp, | ||
CORBA::Request_ptr | req, | ||
bool | response_expected = true |
||
) |
|
virtual |
|
virtual |
Invocation_Status TAO::DII_Invocation::remote_invocation | ( | ACE_Time_Value * | max_wait_time | ) |
|
friend |
|
private |
|
private |
Back pointer to the DII request that created us.