[Enterprise Extensions only]

Request::operation

Overview Retrieves the unscoped operation name of a DII request.
Original class CORBA::Request


Intended Usage

The operation method is used by a client application to access the unscoped operation name of a Dynamic Invocation Interface (DII) request. The operation name of a Request object is set by either the CORBA::Object::_create_request or CORBA::Object::_request method.

IDL Syntax

  const char * operation();

Input parameters

None.

Return values

const char *
The unscoped operation name of the DII request. Ownership of the return value is maintained by the Request object; the return value must not be freed by the caller.