TAO_Pluggable_Reply_Params_Base.
More...
#include <Pluggable_Messaging_Utils.h>
TAO_Pluggable_Reply_Params_Base.
This represents a set of data that would be assembled by the acceptor to pass to the connector. This base class is used by TAO_ServerRequest. The child class TAO_Pluggable_Reply_Params is used on the client side, and contains an additional TAO_InputCDR member, not needed on the server side.
◆ TAO_Pluggable_Reply_Params_Base()
TAO_Pluggable_Reply_Params_Base::TAO_Pluggable_Reply_Params_Base |
( |
| ) |
|
◆ locate_reply_status() [1/2]
◆ locate_reply_status() [2/2]
◆ reply_status() [1/2]
◆ reply_status() [2/2]
◆ service_context_notowned() [1/2]
Get and Set methods for the service context list that we dont own. This is useful for cases where the application objects own a service context list and would like to pass on their contents without a copy.
◆ service_context_notowned() [2/2]
◆ argument_flag_
A flag that indicates if there is any data is going to get marshalled in the reply
◆ dsi_nvlist_align_
ptrdiff_t TAO_Pluggable_Reply_Params_Base::dsi_nvlist_align_ |
Info required for DSI optimization that pads the outgoing CDR stream according to the alignment of the NVList.
◆ is_dsi_
Since this class no longer contains an NVList, this is the way to determine if the request was DSI, so we can use Carlos' service context list no-deep-copy optimization.
◆ locate_reply_status_
◆ reply_status_
◆ request_id_
The request id for which the reply we (connector) has received.
◆ service_context_
The service context list that we don't own.
◆ svc_ctx_
The IOP service context list.
The documentation for this class was generated from the following files: