table of contents
other versions
- jessie 1:17.3-dfsg-4+deb8u2
- jessie-backports 1:19.2.1+dfsg-2+deb9u1~bpo8+1
- stretch 1:19.2.1+dfsg-2+deb9u2
orber_diagnostics(3erl) | Erlang Module Definition | orber_diagnostics(3erl) |
NAME¶
orber_diagnostics - Diagnostics API for OrberDESCRIPTION¶
This module contains functions which makes it possible to run simple tests.Warning:
Functions exported by this module may only be used during test and development
phase.
EXPORTS¶
nameservice() -> Result
Types:
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:
missing_modules() -> Count
host/ host/resources/ host/resources/MyObj/ [false] IDL:MyMod/MyIntf:1.0
Types:
Count = integer()
This operation list missing modules generated by IC and required by Orber.
Requires that all API:s are registered in the IFR.
orber 3.7 | Ericsson AB |