TAO_DynamicInterface  2.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
TAO_DII_Reply_Handler Class Referenceabstract

The class for DII reply handler. More...

#include <DII_Reply_Handler.h>

Inheritance diagram for TAO_DII_Reply_Handler:
Inheritance graph
Collaboration diagram for TAO_DII_Reply_Handler:
Collaboration graph

Public Types

typedef TAO_DII_Reply_Handler_ptr _ptr_type
 
typedef TAO_DII_Reply_Handler_var _var_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)
 
- Public Member Functions inherited from CORBA::Object
virtual TAO::ObjectKey_key (void)
 
virtual CORBA::ULong _hash (CORBA::ULong maximum)
 
virtual CORBA::Boolean _is_equivalent (CORBA::Object_ptr other_obj)
 
virtual CORBA::Boolean _non_existent (void)
 
virtual InterfaceDef_ptr _get_interface (void)
 
virtual CORBA::Object_ptr _get_component (void)
 
virtual char * _repository_id (void)
 
virtual void _create_request (CORBA::Context_ptr ctx, const char *operation, CORBA::NVList_ptr arg_list, CORBA::NamedValue_ptr result, CORBA::Request_ptr &request, CORBA::Flags req_flags)
 
virtual void _create_request (CORBA::Context_ptr ctx, const char *operation, CORBA::NVList_ptr arg_list, CORBA::NamedValue_ptr result, CORBA::ExceptionList_ptr exclist, CORBA::ContextList_ptr ctxtlist, CORBA::Request_ptr &request, CORBA::Flags req_flags)
 
virtual CORBA::Request_ptr _request (const char *operation)
 
virtual CORBA::ORB_ptr _get_orb (void)
 

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 Public Attributes

static int _tao_class_id = 0
 

Detailed Description

The class for DII reply handler.

Provides a way to create requests and populate it with parameters for use in the Dynamic Invocation Interface.

Member Typedef Documentation

Constructor & Destructor Documentation

TAO_DII_Reply_Handler::TAO_DII_Reply_Handler ( )
TAO_DII_Reply_Handler::~TAO_DII_Reply_Handler ( void  )
virtual

Member Function Documentation

TAO_DII_Reply_Handler_ptr TAO_DII_Reply_Handler::_duplicate ( TAO_DII_Reply_Handler_ptr  x)
static

CORBA Object related methods.

TAO_DII_Reply_Handler_ptr TAO_DII_Reply_Handler::_narrow ( CORBA::Object_ptr  obj)
static
TAO_DII_Reply_Handler_ptr TAO_DII_Reply_Handler::_nil ( void  )
static
TAO_DII_Reply_Handler_ptr TAO_DII_Reply_Handler::_unchecked_narrow ( CORBA::Object_ptr  obj)
static
virtual void TAO_DII_Reply_Handler::handle_excep ( TAO_InputCDR incoming,
CORBA::ULong  reply_status 
)
pure virtual
void TAO_DII_Reply_Handler::handle_location_forward ( TAO_InputCDR incoming,
CORBA::ULong  reply_status 
)
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.

virtual void TAO_DII_Reply_Handler::handle_response ( TAO_InputCDR incoming)
pure virtual

Callback method for asynchronous requests.

Member Data Documentation

int TAO_DII_Reply_Handler::_tao_class_id = 0
static

The documentation for this class was generated from the following files: