org.omg.CosNaming

Class _NamingContextStub

public class _NamingContextStub extends ObjectImpl implements NamingContext

The naming context stub (proxy), used on the client side. The NamingContext methods contain the code for remote invocaton.
Constructor Summary
_NamingContextStub()
Create the naming context stub.
Method Summary
String[]_ids()
Return the array of repository ids for this object.
voidbind(NameComponent[] a_name, Object an_object)
voidbind_context(NameComponent[] a_name, NamingContext a_context)
NamingContextbind_new_context(NameComponent[] a_name)
voiddestroy()
voidlist(int amount, BindingListHolder a_list, BindingIteratorHolder an_iter)
NamingContextnew_context()
voidrebind(NameComponent[] a_name, Object an_object)
voidrebind_context(NameComponent[] a_name, NamingContext a_context)
Objectresolve(NameComponent[] a_name)
voidunbind(NameComponent[] a_name)

Constructor Detail

_NamingContextStub

public _NamingContextStub()
Create the naming context stub.

Method Detail

_ids

public String[] _ids()
Return the array of repository ids for this object.

bind

public void bind(NameComponent[] a_name, Object an_object)
{@inheritDoc }

bind_context

public void bind_context(NameComponent[] a_name, NamingContext a_context)
{@inheritDoc }

bind_new_context

public NamingContext bind_new_context(NameComponent[] a_name)
{@inheritDoc }

destroy

public void destroy()
{@inheritDoc }

list

public void list(int amount, BindingListHolder a_list, BindingIteratorHolder an_iter)
{@inheritDoc }

new_context

public NamingContext new_context()
{@inheritDoc }

rebind

public void rebind(NameComponent[] a_name, Object an_object)
{@inheritDoc }

rebind_context

public void rebind_context(NameComponent[] a_name, NamingContext a_context)
{@inheritDoc }

resolve

public Object resolve(NameComponent[] a_name)
{@inheritDoc }

unbind

public void unbind(NameComponent[] a_name)
{@inheritDoc }