20032009 Ericsson AB. All Rights Reserved. The contents of this file are subject to the Erlang Public License, Version 1.1, (the "License"); you may not use this file except in compliance with the License. You should have received a copy of the Erlang Public License along with this software. If not, it can be retrieved online at http://www.erlang.org/. Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. orber_diagnostics 2003-04-17 A
orber_diagnostics Diagnostics API for Orber

This module contains functions which makes it possible to run simple tests.

Functions exported by this module may only be used during test and development phase.

nameservice() -> Result nameservice(Flags) -> Result Display all objects stored in the Name Service Flags = integer() Result = ok | {'EXCEPTION', E}

Displays all objects stored in the NameService. Existent checks are, per default, also performed on all local objects. This can also be activated for external objects by setting the flag 16#01. The displayed information is the stringified Name described in CosNaming_NamingContextExt, non existent status (true | false | external | undefined) and the IFR-Id:

host/ host/resources/ host/resources/MyObj/ [false] IDL:MyMod/MyIntf:1.0
missing_modules() -> Count Echo missing modules required by Orber Count = integer()

This operation list missing modules generated by IC and required by Orber. Requires that all API:s are registered in the IFR.