Overview | Returns the ReferenceData associated with a local object in a server. |
Original class | CORBA module: BOA Class |
Exceptions | CORBA::SystemException |
Intended Usage
This method is intended to be used by a server application, to access the ReferenceData used by that server to identify the object.
Typical server applications would only need to call this method to obtain the ReferenceData required by the CORBA::BOA::create method.
This method is part of the CORBA specification.
Syntax
virtual CORBA::ReferenceData *get_id (CORBA::Object_ptr obj);
Input parameters
Return values
Example
See example in CORBA::BOA::create.