GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
nameclt(1) FreeBSD General Commands Manual nameclt(1)

nameclt - Naming Service client

nameclt [-ior <object-reference>] [-advanced] <operation>

The nameclt command invokes operations on the Naming Service. The allowed operations are:
list <context-name>
lists contexts and objects bound in the context with the specified name.
bind_new_context <context-name>
binds name to a new context, and returns the stringified context IOR.
remove_context <context-name>
unbinds and destroys the named context, as long as it is empty.
bind <object-name> <stringified-IOR>
binds name to object.
unbind <object-name>
unbinds name and object.
resolve <object-name>
returns stringified IOR bound to specified name.

-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").
-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:
bind_context <context-name> <stringified-IOR>
binds name to context.
rebind <object-name> <stringified-IOR>
binds name to object even if binding already exists.
rebind_context <context-name> <stringified-IOR>
binds name to context even if binding already exists.
new_context
returns stringified IOR for a new context.
destroy
destroys the naming context given with -ior flag.

omniNames(1)

Tristan Richardson, ORL (Olivetti & Oracle Research Laboratory)
7 May 97 ORL

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.