org.omg.CosNaming
public class _NamingContextStub extends ObjectImpl implements NamingContext
Constructor Summary | |
---|---|
_NamingContextStub()
Create the naming context stub. |
Method Summary | |
---|---|
void | bind(NameComponent[] a_name, Object an_object) |
void | bind_context(NameComponent[] a_name, NamingContext a_context) |
NamingContext | bind_new_context(NameComponent[] a_name) |
void | destroy() |
void | list(int amount, BindingListHolder a_list, BindingIteratorHolder an_iter) |
NamingContext | new_context() |
void | rebind(NameComponent[] a_name, Object an_object) |
void | rebind_context(NameComponent[] a_name, NamingContext a_context) |
Object | resolve(NameComponent[] a_name) |
void | unbind(NameComponent[] a_name) |
String[] | _ids()
Return the array of repository ids for this object. |