1orber_diagnostics(3)       Erlang Module Definition       orber_diagnostics(3)
2
3
4

NAME

6       orber_diagnostics - Diagnostics API for Orber
7

DESCRIPTION

9       This  module  contains  functions which makes it possible to run simple
10       tests.
11
12   Warning:
13       Functions exported by this module may only  be  used  during  test  and
14       development phase.
15
16

EXPORTS

18       nameservice() -> Result
19       nameservice(Flags) -> Result
20
21              Types:
22
23                 Flags = integer()
24                 Result = ok | {'EXCEPTION', E}
25
26              Displays  all objects stored in the NameService. Existent checks
27              are, per default, also performed on all local objects. This  can
28              also  be  activated  for  external  objects  by setting the flag
29              16#01.  The  displayed  information  is  the  stringified   Name
30              described  in  CosNaming_NamingContextExt,  non  existent status
31              (true | false | external | undefined) and the IFR-Id:
32
33              host/
34              host/resources/
35              host/resources/MyObj/ [false] IDL:MyMod/MyIntf:1.0
36
37       missing_modules() -> Count
38
39              Types:
40
41                 Count = integer()
42
43              This operation list missing modules generated by IC and required
44              by Orber. Requires that all API:s are registered in the IFR.
45
46
47
48Ericsson AB                       orber 4.5.2             orber_diagnostics(3)
Impressum