.TH nameclt 1 "7 May 97" "ORL" .SH NAME nameclt \- Naming Service client .SH SYNOPSIS .B nameclt [\-ior ] [\-advanced] .SH DESCRIPTION The nameclt command invokes operations on the Naming Service. The allowed operations are: .RS .IP list\ lists contexts and objects bound in the context with the specified name. .IP bind_new_context\ binds name to a new context, and returns the stringified context IOR. .IP remove_context\ unbinds and destroys the named context, as long as it is empty. .IP bind\ \ binds name to object. .IP unbind\ unbinds name and object. .IP resolve\ returns stringified IOR bound to specified name. .RE .SH OPTIONS .TP .B \-ior NameService-object-reference Use the given stringified IOR as the "root" context of the naming service. By default, nameclt uses the object reference returned by calling CORBA::ORB::resolve_initial_references("NameService"). .TP .B \-advanced Allow advanced operations. These are operations which should not normally need to be used. They may however be useful for testing the naming service and also for cleaning up in the event of a client messing up the namespace. The operations are: .RS .IP bind_context\ \ binds name to context. .IP rebind\ \ binds name to object even if binding already exists. .IP rebind_context\ \ binds name to context even if binding already exists. .IP new_context returns stringified IOR for a new context. .IP destroy destroys the naming context given with \-ior flag. .RE .SH SEE ALSO omniNames(1) .SH AUTHOR Tristan Richardson, ORL (Olivetti & Oracle Research Laboratory)