TAO_DynamicInterface 4.0.0
|
Reply dispatcher for DII deferred requests. More...
#include <DII_Reply_Dispatcher.h>
Public Member Functions | |
TAO_DII_Deferred_Reply_Dispatcher (CORBA::Request_ptr req, TAO_ORB_Core *orb_core) | |
virtual int | dispatch_reply (TAO_Pluggable_Reply_Params ¶m) |
The Reply_Dispatcher methods. | |
virtual void | connection_closed () |
virtual void | reply_timed_out () |
The following methods are not needed for this class.. | |
virtual long | schedule_timer (CORBA::ULong, const ACE_Time_Value &) |
![]() | |
TAO_Asynch_Reply_Dispatcher_Base (TAO_ORB_Core *orb_core, ACE_Allocator *allocator=0) | |
void | transport (TAO_Transport *t) |
bool | try_dispatch_reply () |
![]() | |
TAO_Reply_Dispatcher (ACE_Allocator *allocator=0) | |
virtual | ~TAO_Reply_Dispatcher () |
GIOP::LocateStatusType | locate_reply_status () const |
GIOP::ReplyStatusType | reply_status () const |
Protected Member Functions | |
~TAO_DII_Deferred_Reply_Dispatcher ()=default | |
Destructor. | |
![]() | |
virtual | ~TAO_Asynch_Reply_Dispatcher_Base () |
Private Attributes | |
CORBA::Request_var | req_ |
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 *) |
![]() | |
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 deferred requests.
TAO_DII_Deferred_Reply_Dispatcher::TAO_DII_Deferred_Reply_Dispatcher | ( | CORBA::Request_ptr | req, |
TAO_ORB_Core * | orb_core ) |
|
protecteddefault |
Destructor.
|
virtual |
Implements TAO_Reply_Dispatcher.
|
virtual |
The Reply_Dispatcher methods.
Implements TAO_Reply_Dispatcher.
|
inlinevirtual |
The following methods are not needed for this class..
Implements TAO_Reply_Dispatcher.
|
inlinevirtual |
Implements TAO_Asynch_Reply_Dispatcher_Base.
|
private |
Where the reply needs to go.