TAO  2.1.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes
TAO_GIOP_Locate_Request_Header Class Reference

Location service support. More...

#include <GIOP_Message_Locate_Header.h>

Collaboration diagram for TAO_GIOP_Locate_Request_Header:
Collaboration graph
[legend]

List of all members.

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_Profileprofile (void)
 Get the reference to the underlying profile.
TAO_InputCDRincoming_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_InputCDRincoming_
 Incoming CDR stream.

Detailed Description

Location service support.


Constructor & Destructor Documentation

Constructor.


Member Function Documentation

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..

Get the reference to the underlying profile.

Set the id.

Get the request id.


Member Data Documentation

Incoming CDR stream.

Object Key.

Profile info.

Request id.


The documentation for this class was generated from the following files: