gda-corba

Name

gda-corba -- CORBA utility functions

Synopsis



CORBA_ORB   gda_corba_get_orb               (void);
CORBA_Object gda_corba_get_name_service     (void);
gboolean    gda_corba_handle_exception      (CORBA_Environment *ev);
gchar*      gda_corba_get_oaf_attribute     (CORBA_sequence_OAF_Property props,
                                             const gchar *name);
gboolean    gda_corba_oafiid_is_active      (const gchar *oafiid);

Description

This module provides a set of utility functions for some CORBA-related tasks. It is mainly provided to be used internally in other GDA parts, but it is made available for GDA application developers also.

Details

gda_corba_get_orb ()

CORBA_ORB   gda_corba_get_orb               (void);

Return the CORBA ORB being used by the current program

Returns : 


gda_corba_get_name_service ()

CORBA_Object gda_corba_get_name_service     (void);

Return a reference to the CORBA name service

Returns : 


gda_corba_handle_exception ()

gboolean    gda_corba_handle_exception      (CORBA_Environment *ev);

ev : 
Returns : 


gda_corba_get_oaf_attribute ()

gchar*      gda_corba_get_oaf_attribute     (CORBA_sequence_OAF_Property props,
                                             const gchar *name);

props : 
name : 
Returns : 


gda_corba_oafiid_is_active ()

gboolean    gda_corba_oafiid_is_active      (const gchar *oafiid);

oafiid : 
Returns :