|
TAO_DynamicInterface
2.1.2
|
Reply dispatcher for DII asynch requests. More...
#include <DII_Reply_Dispatcher.h>


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 ¶m) |
| The Reply_Dispatcher methods. | |
| virtual void | connection_closed (void) |
Private Attributes | |
| char | buf_ [ACE_CDR::DEFAULT_BUFSIZE] |
| The buffer that is used to initialise the data block. | |
| ACE_Data_Block | db_ |
| TAO_InputCDR | reply_cdr_ |
| CDR stream for reading the input. | |
| const Messaging::ReplyHandler_ptr | callback_ |
| Where the reply needs to go. | |
Reply dispatcher for DII asynch requests.
| TAO_DII_Asynch_Reply_Dispatcher::TAO_DII_Asynch_Reply_Dispatcher | ( | const Messaging::ReplyHandler_ptr | callback, |
| TAO_ORB_Core * | orb_core | ||
| ) |
|
virtual |
|
virtual |
Implements TAO_Reply_Dispatcher.
|
virtual |
The Reply_Dispatcher methods.
Implements TAO_Reply_Dispatcher.
The buffer that is used to initialise the data block.
Reimplemented from TAO_Asynch_Reply_Dispatcher_Base.
|
private |
Where the reply needs to go.
Datablock that is created on the stack to initialise the CDR stream underneath.
Reimplemented from TAO_Asynch_Reply_Dispatcher_Base.
CDR stream for reading the input.
Reimplemented from TAO_Asynch_Reply_Dispatcher_Base.
1.8.0-20120409