#include <Remote_Invocation.h>
Inheritance diagram for TAO::Remote_Invocation:
Public Member Functions | |
Remote_Invocation (CORBA::Object_ptr otarget, Profile_Transport_Resolver &resolver, TAO_Operation_Details &detail, bool response_expected) | |
Protected Member Functions | |
void | init_target_spec (TAO_Target_Specification &spec ACE_ENV_ARG_DECL) |
Initialize the spec. | |
void | write_header (TAO_Target_Specification &spec, TAO_OutputCDR &out_stream ACE_ENV_ARG_DECL) |
Write the GIOP header into the stream. | |
void | marshal_data (TAO_OutputCDR &cdr ACE_ENV_ARG_DECL) |
Marshal the arguments into the stream. | |
Invocation_Status | send_message (TAO_OutputCDR &cdr, short message_semantics, ACE_Time_Value *max_wait_time ACE_ENV_ARG_DECL) |
Write the message onto the socket. | |
Protected Attributes | |
Profile_Transport_Resolver & | resolver_ |
Our resolver. |
This class encapulates some of the common functionalities used by synchronous, asynchronous, DII and DSI invocations.
|
|
|
Initialize the spec.
|
|
Marshal the arguments into the stream.
|
|
Write the message onto the socket.
|
|
Write the GIOP header into the stream.
|
|
Our resolver.
|