#include <Reply_Dispatcher.h>
Inheritance diagram for TAO_Reply_Dispatcher:

Public Member Functions | |
| TAO_Reply_Dispatcher (void) | |
| Constructor. | |
| virtual | ~TAO_Reply_Dispatcher (void) |
| Destructor. | |
| virtual int | dispatch_reply (TAO_Pluggable_Reply_Params ¶ms)=0 |
| virtual void | connection_closed (void)=0 |
| CORBA::ULong | reply_status (void) const |
| Get the reply status. | |
Protected Attributes | |
| CORBA::ULong | reply_status_ |
| Reply or LocateReply status. | |
Definition at line 53 of file Reply_Dispatcher.h.
|
|
Constructor.
Definition at line 16 of file Reply_Dispatcher.cpp.
00018 : reply_status_ (100) 00019 { 00020 } |
|
|
Destructor.
Definition at line 23 of file Reply_Dispatcher.cpp.
00024 {
00025 }
|
|
|
The used for the pending reply has been closed. No reply is expected.
Implemented in TAO_Asynch_Reply_Dispatcher_Base, and TAO_Synch_Reply_Dispatcher. Referenced by TAO_Muxed_TMS::clear_cache(), and TAO_Exclusive_TMS::connection_closed(). |
|
|
Dispatch the reply. Return 1 on sucess, -1 on error.
Implemented in TAO_Asynch_Reply_Dispatcher_Base, and TAO_Synch_Reply_Dispatcher. Referenced by TAO_Muxed_TMS::dispatch_reply(), and TAO_Exclusive_TMS::dispatch_reply(). |
|
|
Get the reply status.
Definition at line 9 of file Reply_Dispatcher.i.
00010 {
00011 return this->reply_status_;
00012 }
|
|
|
Reply or LocateReply status.
Definition at line 89 of file Reply_Dispatcher.h. |
1.3.6