.TH orber_diagnostics 3erl "orber 3.6.24" "Ericsson AB" "Erlang Module Definition" .SH NAME orber_diagnostics \- Diagnostics API for Orber .SH DESCRIPTION .LP This module contains functions which makes it possible to run simple tests\&. .LP .LP .RS -4 .B Warning: .RE Functions exported by this module may only be used during test and development phase\&. .SH EXPORTS .LP .B nameservice() -> Result .br .B nameservice(Flags) -> Result .br .RS .LP Types: .RS 3 Flags = integer() .br Result = ok | {\&'EXCEPTION\&', E} .br .RE .RE .RS .LP 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 \fI16#01\fR\&\&. The displayed information is the stringified Name described in \fBCosNaming_NamingContextExt\fR\&, non existent status (true | false | external | undefined) and the IFR-Id: .LP .nf host/ host/resources/ host/resources/MyObj/ [false] IDL:MyMod/MyIntf:1.0 .fi .RE .LP .B missing_modules() -> Count .br .RS .LP Types: .RS 3 Count = integer() .br .RE .RE .RS .LP This operation list missing modules generated by IC and required by Orber\&. Requires that all API:s are registered in the IFR\&. .RE