TAO_DynamicInterface  2.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
TAO_DII_Asynch_Reply_Dispatcher Class Reference

Reply dispatcher for DII asynch requests. More...

#include <DII_Reply_Dispatcher.h>

Inheritance diagram for TAO_DII_Asynch_Reply_Dispatcher:
Inheritance graph
Collaboration diagram for TAO_DII_Asynch_Reply_Dispatcher:
Collaboration graph

Public Member Functions

 TAO_DII_Asynch_Reply_Dispatcher (const Messaging::ReplyHandler_ptr callback, TAO_ORB_Core *orb_core)
 
virtual ~TAO_DII_Asynch_Reply_Dispatcher (void)
 
virtual int dispatch_reply (TAO_Pluggable_Reply_Params &param)
 The Reply_Dispatcher methods. More...
 
virtual void connection_closed (void)
 
- Public Member Functions inherited from TAO_Asynch_Reply_Dispatcher_Base
 TAO_Asynch_Reply_Dispatcher_Base (TAO_ORB_Core *orb_core, ACE_Allocator *allocator=0)
 
void transport (TAO_Transport *t)
 
virtual long schedule_timer (CORBA::ULong, const ACE_Time_Value &)=0
 
bool try_dispatch_reply (void)
 
 TAO_Reply_Dispatcher (ACE_Allocator *allocator=0)
 
virtual ~TAO_Reply_Dispatcher (void)
 
virtual void reply_timed_out (void)=0
 
GIOP::LocateStatusType locate_reply_status (void) const
 
GIOP::ReplyStatusType reply_status (void) const
 

Private Attributes

char buf_ [ACE_CDR::DEFAULT_BUFSIZE]
 The buffer that is used to initialise the data block. More...
 
ACE_Data_Block db_
 
TAO_InputCDR reply_cdr_
 CDR stream for reading the input. More...
 
const Messaging::ReplyHandler_ptr callback_
 Where the reply needs to go. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from TAO_Asynch_Reply_Dispatcher_Base
static void intrusive_add_ref (TAO_Reply_Dispatcher *)
 
static void intrusive_remove_ref (TAO_Reply_Dispatcher *)
 
- Protected Member Functions inherited from TAO_Asynch_Reply_Dispatcher_Base
virtual ~TAO_Asynch_Reply_Dispatcher_Base (void)
 
- Protected Attributes inherited from TAO_Asynch_Reply_Dispatcher_Base
IOP::ServiceContextList reply_service_info_
 
char buf_ [ACE_CDR::DEFAULT_BUFSIZE]
 
ACE_Data_Block db_
 
TAO_InputCDR reply_cdr_
 
TAO_Transporttransport_
 
GIOP::LocateStatusType locate_reply_status_
 
GIOP::ReplyStatusType reply_status_
 

Detailed Description

Reply dispatcher for DII asynch requests.

Constructor & Destructor Documentation

TAO_DII_Asynch_Reply_Dispatcher::TAO_DII_Asynch_Reply_Dispatcher ( const Messaging::ReplyHandler_ptr  callback,
TAO_ORB_Core orb_core 
)
TAO_DII_Asynch_Reply_Dispatcher::~TAO_DII_Asynch_Reply_Dispatcher ( void  )
virtual

Member Function Documentation

void TAO_DII_Asynch_Reply_Dispatcher::connection_closed ( void  )
virtual
int TAO_DII_Asynch_Reply_Dispatcher::dispatch_reply ( TAO_Pluggable_Reply_Params param)
virtual

The Reply_Dispatcher methods.

Implements TAO_Asynch_Reply_Dispatcher_Base.

Member Data Documentation

char TAO_DII_Asynch_Reply_Dispatcher::buf_[ACE_CDR::DEFAULT_BUFSIZE]
private

The buffer that is used to initialise the data block.

const Messaging::ReplyHandler_ptr TAO_DII_Asynch_Reply_Dispatcher::callback_
private

Where the reply needs to go.

ACE_Data_Block TAO_DII_Asynch_Reply_Dispatcher::db_
private

Datablock that is created on the stack to initialise the CDR stream underneath.

TAO_InputCDR TAO_DII_Asynch_Reply_Dispatcher::reply_cdr_
private

CDR stream for reading the input.


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