Skip navigation.

CORBA Programming Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

 


PortableServer::Current::get_object_id

Synopsis

Returns the ObjectId identifying the object in whose context it is called.

C++ Binding

ObjectId * get_object_id ();

Arguments

None.

Exception

If called outside the context of a POA-dispatched operation, a PortableServer::NoContext exception is raised.

Description

This operation returns the PortableServer::ObjectId identifying the object in whose context it is called.

Note: This function is supported only for a joint client/server.

Return Values

This operation returns the ObjectId identifying the object in whose context it is called.

 

Skip navigation bar  Back to Top Previous Next