![]() |
Overview Retrieves the ORB-assigned UUID of the logical server represented by an ImplementationDef. Original interface CORBA::ImplementationDef Exceptions CORBA::SystemException
Intended Usage
This method is intended to be used by an application to retrieve the ORB-assigned UUID of a logical server registered in the Implementation Repository. This id is unique throughout the network and can be used as a key into the Implementation Repository.
Note: This is an IBM-defined operation, which extends the CORBA 2.1 specifications provided by the OMG.
IDL Syntax
string get_id();
Input parameters
None.
Return values
- string
- The UUID (id) of the logical server represented by the ImplementationDef. The caller assumes ownership of the returned string, and should subsequently deallocate it using the CORBA::string_free function.
Related reference... | |
CORBA module in Object Request Broker | |
Parent: CORBA module: ImplementationDef Interface | |
ImplementationDef::get_alias | |