Overview | Indicates the name of an operation being invoked on a DynamicImplementation. |
Original class | CORBA::ServerRequest |
Exceptions | CORBA::SystemException |
Intended Usage
This method is intended to be used by an implementation of CORBA::BOA::DynamicImplementation::invoke (in a subclass of DynamicImplementation), to discover which operation needs to be dispatched.
Syntax
CORBA::Identifier operation() throw (CORBA::SystemException);
Input parameters
None.
Return values