TAO_DynamicInterface  2.1.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes
TAO_DII_Reply_Handler Class Reference

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

List of all members.

Public Types

typedef TAO_DII_Reply_Handler_ptr _ptr_type
typedef TAO_DII_Reply_Handler_var _var_type
- Public Types inherited from CORBA::LocalObject
typedef LocalObject_out _out_type
- Public Types inherited from CORBA::Object

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.
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::LocalObject
virtual ~LocalObject (void)
virtual CORBA::Boolean _non_existent (void)
virtual char * _repository_id (void)
virtual CORBA::InterfaceDef_ptr _get_interface (void)
virtual CORBA::Object_ptr _get_component (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)
CORBA::Policy_ptr _get_policy (CORBA::PolicyType type)
CORBA::Policy_ptr _get_cached_policy (TAO_Cached_Policy_Type type)
CORBA::Object_ptr _set_policy_overrides (const CORBA::PolicyList &policies, CORBA::SetOverrideType set_add)
CORBA::PolicyList * _get_policy_overrides (const CORBA::PolicyTypeSeq &types)
CORBA::Boolean _validate_connection (CORBA::PolicyList_out inconsistent_policies)
virtual CORBA::ULong _hash (CORBA::ULong maximum)
virtual CORBA::Boolean _is_equivalent (CORBA::Object_ptr other_obj)
virtual CORBA::ORB_ptr _get_orb (void)
virtual TAO::ObjectKey * _key (void)
virtual ~Object (void)
virtual TAO_Abstract_ServantBase_servant (void) const
virtual CORBA::Boolean _is_collocated (void) const
virtual CORBA::Boolean _is_local (void) const
 Object (TAO_Stub *p, CORBA::Boolean collocated=false, TAO_Abstract_ServantBase *servant=0, TAO_ORB_Core *orb_core=0)
 Object (IOP::IOR *ior, TAO_ORB_Core *orb_core)
virtual TAO_Stub_stubobj (void) const
virtual TAO_Stub_stubobj (void)
virtual void _proxy_broker (TAO::Object_Proxy_Broker *proxy_broker)
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr)
CORBA::Boolean is_evaluated (void) const
TAO_ORB_Coreorb_core (void) const
IOP::IOR * steal_ior (void)
const IOP::IOR & ior (void) const
virtual bool can_convert_to_ior (void) const
virtual char * convert_to_ior (bool use_omg_ior_format, const char *ior_prefix) const
void _decr_refcount (void)
virtual void _add_ref (void)
virtual void _remove_ref (void)
virtual CORBA::ULong _refcount_value (void) const
virtual CORBA::Boolean _is_a (const char *logical_type_id)
virtual const char * _interface_repository_id (void) const

Static Public Member Functions

static TAO_DII_Reply_Handler_duplicate (TAO_DII_Reply_Handler_ptr)
 CORBA Object related methods.
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 Member Functions inherited from CORBA::LocalObject
static LocalObject_ptr _duplicate (LocalObject_ptr obj)
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 Public Attributes

static int _tao_class_id = 0

Additional Inherited Members

- Protected Member Functions inherited from CORBA::LocalObject
 LocalObject (void)
 Object (int dummy=0)
TAO::Object_Proxy_Broker * proxy_broker () const
- Protected Attributes inherited from CORBA::LocalObject
ACE_Atomic_Op< TAO_SYNCH_MUTEX,
unsigned long > 
refcount_
- Protected Attributes inherited from CORBA::Object

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

Reimplemented from CORBA::LocalObject.

Reimplemented from CORBA::LocalObject.


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

Reimplemented from CORBA::LocalObject.

TAO_DII_Reply_Handler_ptr TAO_DII_Reply_Handler::_nil ( void  )
static

Reimplemented from CORBA::LocalObject.

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: