![]() |
| e-docs > Tuxedo > Administering a Tuxedo Application at Run Time > CORBA API |
|
Administering a Tuxedo Application at Run Time
|
Synopsis
Retrieves the operation intended for the request.
C++ Binding
const char * CORBA::Request::operation () const;
Arguments
None.
Description
This member function retrieves the operation intended for the request.
Return Values
If the function succeeds, the value returned is a pointer to the operation intended for the object; the value can be 0 (zero). The memory returned is owned by the Request object and should not be freed.
If the function does not succeed, an exception is thrown.
|
|
|