1nameclt(1)                  General Commands Manual                 nameclt(1)
2
3
4

NAME

6       nameclt - Naming Service client
7
8

SYNOPSIS

10       nameclt [-ior <object-reference>] [-advanced] <operation>
11
12

DESCRIPTION

14       The  nameclt  command  invokes  operations  on the Naming Service.  The
15       allowed operations are:
16
17              list <context-name>
18                     lists contexts and objects bound in the context with  the
19                     specified name.
20
21              bind_new_context <context-name>
22                     binds  name to a new context, and returns the stringified
23                     context IOR.
24
25              remove_context <context-name>
26                     unbinds and destroys the named context, as long as it  is
27                     empty.
28
29              bind <object-name> <stringified-IOR>
30                     binds name to object.
31
32              unbind <object-name>
33                     unbinds name and object.
34
35              resolve <object-name>
36                     returns stringified IOR bound to specified name.
37
38

OPTIONS

40       -ior NameService-object-reference
41              Use  the given stringified IOR as the "root" context of the nam‐
42              ing service.  By default,  nameclt  uses  the  object  reference
43              returned     by    calling    CORBA::ORB::resolve_initial_refer‐
44              ences("NameService").
45
46       -advanced
47              Allow advanced operations.  These are  operations  which  should
48              not  normally  need  to be used.  They may however be useful for
49              testing the naming service and also for cleaning up in the event
50              of a client messing up the namespace.  The operations are:
51
52              bind_context <context-name> <stringified-IOR>
53                     binds name to context.
54
55              rebind <object-name> <stringified-IOR>
56                     binds name to object even if binding already exists.
57
58              rebind_context <context-name> <stringified-IOR>
59                     binds name to context even if binding already exists.
60
61              new_context
62                     returns stringified IOR for a new context.
63
64              destroy
65                     destroys the naming context given with -ior flag.
66
67

SEE ALSO

69       omniNames(1)
70
71

AUTHOR

73       Tristan Richardson, ORL (Olivetti & Oracle Research Laboratory)
74
75
76
77ORL                                7 May 97                         nameclt(1)
Impressum