Copyright (c) Qusay H. Mahmoud
11
Naming Service (Server’s View)
lRegistering/Unregistering services:
–bind: register the object under the specified name
–rebind:identical to bind(), but an AlreadyBound exception won’t be thrown – existing object replaced
–unbind:unregister a CORBA object
lCreating new naming contexts:
–bind_new_context, new_context, bind_context
lDestroying a naming context:
–destroy: destroy an empty NamingContext
–
–