Overview | Gets and sets the Context object associated with a DII request. |
Original class | CORBA::Request |
Intended Usage
The ctx method is used by a client application to get and set the list of properties that are sent with a Dynamic Invocation Interface (DII) request. The list of properties is specified using a CORBA::Context object and is used to pass information from the client environment to the server environment. For additional information, see the Context class description. The Context object associated with a DII request can also be set by the CORBA::Object::_create_request method.Syntax
void ctx(CORBA::Context_ptr p); CORBA::Context_ptr ctx() const;
Input parameters
Return values