TAO_DynamicInterface
2.1.8
|
The class for DII reply handler. More...
#include <DII_Reply_Handler.h>
Public Types | |
typedef TAO_DII_Reply_Handler_ptr | _ptr_type |
typedef TAO_DII_Reply_Handler_var | _var_type |
![]() | |
typedef Object_ptr | _ptr_type |
typedef Object_var | _var_type |
typedef Object_out | _out_type |
Public Member Functions | |
TAO_DII_Reply_Handler () | |
virtual | ~TAO_DII_Reply_Handler (void) |
virtual void | handle_response (TAO_InputCDR &incoming)=0 |
Callback method for asynchronous requests. More... | |
virtual void | handle_excep (TAO_InputCDR &incoming, CORBA::ULong reply_status)=0 |
virtual void | handle_location_forward (TAO_InputCDR &incoming, CORBA::ULong reply_status) |
Static Public Member Functions | |
static TAO_DII_Reply_Handler * | _duplicate (TAO_DII_Reply_Handler_ptr) |
CORBA Object related methods. More... | |
static TAO_DII_Reply_Handler * | _nil (void) |
static TAO_DII_Reply_Handler * | _narrow (CORBA::Object_ptr) |
static TAO_DII_Reply_Handler * | _unchecked_narrow (CORBA::Object_ptr) |
![]() | |
static CORBA::Boolean | marshal (const Object_ptr x, TAO_OutputCDR &cdr) |
static void | _tao_any_destructor (void *) |
static CORBA::Boolean | is_nil_i (CORBA::Object_ptr obj) |
static void | tao_object_initialize (Object *) |
static CORBA::Object_ptr | _duplicate (CORBA::Object_ptr obj) |
static CORBA::Object_ptr | _nil (void) |
static CORBA::Object_ptr | _narrow (CORBA::Object_ptr obj) |
Static Public Attributes | |
static int | _tao_class_id = 0 |
Additional Inherited Members | |
![]() | |
Object (int dummy=0) | |
TAO::Object_Proxy_Broker * | proxy_broker () const |
The class for DII reply handler.
Provides a way to create requests and populate it with parameters for use in the Dynamic Invocation Interface.
TAO_DII_Reply_Handler::TAO_DII_Reply_Handler | ( | ) |
|
virtual |
|
static |
CORBA Object related methods.
|
static |
|
static |
|
static |
|
pure virtual |
|
virtual |
Handle a location forward message. This one has a default method supplied that simply forwards to the handle_response, since that is what the legacy code did. This way we maintain backwards compatibility.
|
pure virtual |
Callback method for asynchronous requests.
|
static |