#include <Pluggable_Messaging_Utils.h>
Inheritance diagram for TAO_Pluggable_Reply_Params_Base:
Public Member Functions | |
TAO_Pluggable_Reply_Params_Base (void) | |
Constructor. | |
IOP::ServiceContextList & | service_context_notowned (void) |
void | service_context_notowned (IOP::ServiceContextList *svc) |
Public Attributes | |
IOP::ServiceContextList | svc_ctx_ |
The IOP service context list. | |
CORBA::ULong | request_id_ |
The request id for which the reply we (connector) has received. | |
CORBA::ULong | reply_status_ |
The reply status. | |
CORBA::Boolean | is_dsi_ |
ptrdiff_t | dsi_nvlist_align_ |
CORBA::Boolean | argument_flag_ |
Protected Attributes | |
IOP::ServiceContextList * | service_context_ |
The service context list that we don't own. |
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_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE TAO_Pluggable_Reply_Params_Base::TAO_Pluggable_Reply_Params_Base | ( | void | ) |
Constructor.
ACE_INLINE IOP::ServiceContextList & TAO_Pluggable_Reply_Params_Base::service_context_notowned | ( | void | ) |
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.
ACE_INLINE void TAO_Pluggable_Reply_Params_Base::service_context_notowned | ( | IOP::ServiceContextList * | svc | ) |
IOP::ServiceContextList TAO_Pluggable_Reply_Params_Base::svc_ctx_ |
The IOP service context list.
The request id for which the reply we (connector) has received.
The reply status.
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.
Info required for DSI optimization that pads the outgoing CDR stream according to the alignment of the NVList.
A flag that indicates if there is any data is going to get marshalled in the reply
IOP::ServiceContextList* TAO_Pluggable_Reply_Params_Base::service_context_ [protected] |
The service context list that we don't own.