TAO
2.0.8
|
Location service support. More...
#include <GIOP_Message_Locate_Header.h>
Public Member Functions | |
TAO_GIOP_Locate_Request_Header (TAO_InputCDR &msg, TAO_ORB_Core *core) | |
Constructor. | |
void | request_id (CORBA::ULong id) |
Set the id. | |
CORBA::ULong | request_id (void) const |
Get the request id. | |
const TAO::ObjectKey & | object_key (void) const |
Get the object_key in read mode.. | |
TAO::ObjectKey & | object_key (void) |
Get the object_key in read/write mode.. | |
TAO_Tagged_Profile & | profile (void) |
Get the reference to the underlying profile. | |
TAO_InputCDR & | incoming_stream (void) |
Get the CDR stream for read/write. | |
Private Attributes | |
CORBA::ULong | request_id_ |
Request id. | |
TAO_Tagged_Profile | profile_ |
Profile info. | |
TAO::ObjectKey | object_key_ |
Object Key. | |
TAO_InputCDR * | incoming_ |
Incoming CDR stream. |
Location service support.
TAO_GIOP_Locate_Request_Header::TAO_GIOP_Locate_Request_Header | ( | TAO_InputCDR & | msg, |
TAO_ORB_Core * | core | ||
) |
Constructor.
TAO_InputCDR & TAO_GIOP_Locate_Request_Header::incoming_stream | ( | void | ) |
Get the CDR stream for read/write.
const TAO::ObjectKey & TAO_GIOP_Locate_Request_Header::object_key | ( | void | ) | const |
Get the object_key in read mode..
TAO::ObjectKey & TAO_GIOP_Locate_Request_Header::object_key | ( | void | ) |
Get the object_key in read/write mode..
TAO_Tagged_Profile & TAO_GIOP_Locate_Request_Header::profile | ( | void | ) |
Get the reference to the underlying profile.
void TAO_GIOP_Locate_Request_Header::request_id | ( | CORBA::ULong | id | ) |
Set the id.
CORBA::ULong TAO_GIOP_Locate_Request_Header::request_id | ( | void | ) | const |
Get the request id.
Incoming CDR stream.
TAO::ObjectKey TAO_GIOP_Locate_Request_Header::object_key_ [private] |
Object Key.
Profile info.
Request id.