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) {@inheritDoc} |
void | bind_context(NameComponent[] a_name, NamingContext a_context) {@inheritDoc} |
NamingContext | bind_new_context(NameComponent[] a_name) {@inheritDoc} |
void | destroy() {@inheritDoc} |
void | list(int amount, BindingListHolder a_list, BindingIteratorHolder an_iter) {@inheritDoc} |
NamingContext | new_context() {@inheritDoc} |
void | rebind(NameComponent[] a_name, Object an_object) {@inheritDoc} |
void | rebind_context(NameComponent[] a_name, NamingContext a_context) {@inheritDoc} |
Object | resolve(NameComponent[] a_name) {@inheritDoc} |
void | unbind(NameComponent[] a_name) {@inheritDoc} |
String[] | _ids()
Return the array of repository ids for this object. |