#include <Invocation.h>
Inheritance diagram for TAO_GIOP_Synch_Invocation:
Public Methods | |
TAO_GIOP_Synch_Invocation (void) | |
TAO_GIOP_Synch_Invocation (TAO_Stub *stub, const char *operation, CORBA::ULong opname_len, CORBA::Boolean argument_flag, TAO_ORB_Core *orb_core, int byte_order=TAO_ENCAP_BYTE_ORDER) | |
Constructor. | |
virtual | ~TAO_GIOP_Synch_Invocation (void) |
Destructor. | |
TAO_InputCDR & | inp_stream (void) |
Protected Methods | |
int | invoke_i (CORBA::Boolean is_locate_request ACE_ENV_ARG_DECL) throw (CORBA::SystemException) |
Protected Attributes | |
TAO_Synch_Reply_Dispatcher | rd_ |
Reply dispatcher for the current synchronous invocation. | |
Private Methods | |
int | validate_error (TAO_Bind_Dispatcher_Guard &ACE_ENV_ARG_DECL) throw (CORBA::SystemException) |
Base class for TAO_GIOP_Twoway_Invocation and TAO_GIOP_Oneway_Invocation.
|
Default constructor. This should never get called, it is here only to appease older versions of g++. |
|
Constructor.
|
|
Destructor.
|
|
Return the underlying input stream. Called by the stub to demarshal the results of the upcall into whatever return arguments there may be. |
|
Implementation of the invoke() methods, handles the basic send/reply code and the system exceptions. |
|
Helper method for validating the error. Returns 0 to if processing can be continued or returns -1 to indicate a real error with the invocation. Useful mostly for validating timeouts that we got back from LF. |
|
Reply dispatcher for the current synchronous invocation.
|