corba_object

corba_object

Module

corba_object

Module summary

The CORBA Object interface functions

Description

This module contains the CORBA Object interface functions that can be called for all objects.

Exports

get_interface(Object) -> InterfaceDef

Types:

Object = #objref
InterfaceDef = term()

This function returns the full interface description for an object.

is_nil(Object) -> boolean()

Types:

Object = #objref

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.

is_a(Object, Logical_type_id) -> Returnis_a(Object, Logical_type_id, Contexts) -> Return

Types:

Object = #objref
Logica