This module contains the CORBA Object interface functions that can be called for all objects.
This function returns the full interface description for an object.
This function checks if the object reference has a nil object value, which denotes no object. It is the reference that is tested and no object implementation is involved in the test.
The Logical_type_id is a string that is a share type identifier (repository id). The function returns true if the object is an instance of that type or an ancestor of the "most derived" type of that object.
The configuration context is used to override the global
SSL client side
Note: Other ORB suppliers may not support this function completely according to the OMG specification. Thus, a is_a call may raise an exception or respond unpredictable if the Object is located on a remote node.
This function returns true if an object reference is remote otherwise false.
This function can be used to test if the object has been destroyed. It does this without invoking any application level code. The ORB returns true if it knows that the object is destroyed otherwise false.
The configuration context is used to override the global
SSL client side
Note: The OMG have specified two different operators,
This function is implemented due to Interoperable purposes. Behaves as
The configuration context is used to override the global
SSL client side
This function is used to determine if two object references are equivalent so far the ORB easily can determine. It returns true if the target object reference is equal to the other object reference and false otherwise.
This function returns a hash value based on the object reference that not will change during the lifetime of the object. The Maximum parameter denotes the upper bound of the value.