|
void exception CORBA::Exception * | exception |
| Change the exception status. More...
|
|
virtual Invocation_Status | handle_user_exception (TAO_InputCDR &cdr) |
|
Invocation_Status | location_forward (TAO_InputCDR &cdr) |
| Helper method used to handle location forwarded replies. More...
|
|
Invocation_Status | handle_system_exception (TAO_InputCDR &cdr) |
|
Invocation_Status | wait_for_reply (ACE_Time_Value *max_wait_time, TAO_Synch_Reply_Dispatcher &rd, TAO_Bind_Dispatcher_Guard &bd) |
| As the name suggests waits for a reply from the remote ORB. More...
|
|
void | init_target_spec (TAO_Target_Specification &spec, TAO_OutputCDR &output) |
| Initialize the spec. More...
|
|
void | write_header (TAO_OutputCDR &out_stream) |
| Write the GIOP header into the stream. More...
|
|
void | marshal_data (TAO_OutputCDR &cdr) |
| Marshal the arguments into the stream. More...
|
|
Invocation_Status | send_message (TAO_OutputCDR &cdr, TAO_Message_Semantics message_semantics, ACE_Time_Value *max_wait_time) |
| Write the message onto the socket. More...
|
|
| Invocation_Base (CORBA::Object_ptr otarget, CORBA::Object_ptr target, TAO_Stub *stub, TAO_Operation_Details &op, bool response_expected, bool request_is_remote) |
|
Invocation_Status | send_request_interception (void) |
|
Invocation_Status | receive_reply_interception (void) |
|
Invocation_Status | receive_other_interception (void) |
|
PortableInterceptor::ReplyStatus | handle_any_exception (CORBA::Exception *e) |
|
PortableInterceptor::ReplyStatus | handle_all_exception (void) |
| The client requestor adapter. More...
|
|
Invocation_Retry_State * | retry_state_ |
|
Profile_Transport_Resolver & | resolver_ |
| Our resolver. More...
|
|
int | byte_order_ |
| Intended byte order for message output stream. More...
|
|
TAO_Operation_Details & | details_ |
| The operation details on which we are operating on. More...
|
|
CORBA::Object_var | forwarded_to_ |
| Forwarded object reference. More...
|
|
bool | response_expected_ |
| Is response expected? More...
|
|
GIOP::ReplyStatusType | reply_status_ |
| A GIOP reply status of the invocation. More...
|
|
ClientRequestInterceptor_Adapter * | cri_adapter_ |
| The client requestor adapter. More...
|
|
ServerRequestInterceptor_Adapter * | sri_adapter_ |
| The client requestor adapter. More...
|
|
size_t | stack_size_ |
| The client requestor adapter. More...
|
|
TAO::Invocation_Status | invoke_status_ |
| The client requestor adapter. More...
|
|
All the action for a synchronous oneway invocation happen here.
This class inherits from twoway invocation for the following reasons
- We deal with oneway invocation in more or less the same way as two but for waiting for the reply
- For some SYNC_SCOPE policies namely SYNC_WITH_TARGET and SYNC_WITH_SERVER the invocation classes have to treat the invocation as a twoway invocation (more or less)