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.
Syntax
string get_id();
Input parameters
None.
Return values