TAO_DynamicInterface
2.1.5
|
Reply dispatcher for DII asynch requests. More...
#include <DII_Reply_Dispatcher.h>
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. | |
Additional Inherited Members | |
![]() | |
static void | intrusive_add_ref (TAO_Reply_Dispatcher *) |
static void | intrusive_remove_ref (TAO_Reply_Dispatcher *) |
![]() | |
virtual | ~TAO_Asynch_Reply_Dispatcher_Base (void) |
![]() | |
IOP::ServiceContextList | reply_service_info_ |
char | buf_ [ACE_CDR::DEFAULT_BUFSIZE] |
ACE_Data_Block | db_ |
TAO_InputCDR | reply_cdr_ |
TAO_Transport * | transport_ |
GIOP::LocateStatusType | locate_reply_status_ |
GIOP::ReplyStatusType | reply_status_ |
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_Asynch_Reply_Dispatcher_Base.
|
virtual |
The Reply_Dispatcher methods.
Implements TAO_Asynch_Reply_Dispatcher_Base.
|
private |
The buffer that is used to initialise the data block.
|
private |
Where the reply needs to go.
|
private |
Datablock that is created on the stack to initialise the CDR stream underneath.
|
private |
CDR stream for reading the input.