org.omg.CosNaming

Interface NamingContextOperations

Known Subinterfaces:
NamingContext, NamingContextExt, NamingContextExtOperations
Known Implementing Classes:
NamingContextExtPOA, NamingContextExtPOATie, NamingContextImpl, NamingContextPOA, NamingContextPOATie, _NamingContextExtStub, _NamingContextStub

public interface NamingContextOperations

Generated from IDL interface "NamingContext"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Method Summary

void
bind(NameComponent[] n, Object obj)
void
bind_context(NameComponent[] n, NamingContext nc)
NamingContext
bind_new_context(NameComponent[] n)
void
destroy()
void
list(int how_many, BindingListHolder bl, BindingIteratorHolder bi)
NamingContext
new_context()
void
rebind(NameComponent[] n, Object obj)
void
rebind_context(NameComponent[] n, NamingContext nc)
Object
resolve(NameComponent[] n)
void
unbind(NameComponent[] n)

Method Details

bind

public void bind(NameComponent[] n,
                 Object obj)
            throws CannotProceed,
                   NotFound,
                   AlreadyBound,
                   InvalidName


bind_context

public void bind_context(NameComponent[] n,
                         NamingContext nc)
            throws CannotProceed,
                   NotFound,
                   AlreadyBound,
                   InvalidName


bind_new_context

public NamingContext bind_new_context(NameComponent[] n)
            throws CannotProceed,
                   NotFound,
                   AlreadyBound,
                   InvalidName


destroy

public void destroy()
            throws NotEmpty


list

public void list(int how_many,
                 BindingListHolder bl,
                 BindingIteratorHolder bi)


new_context

public NamingContext new_context()


rebind

public void rebind(NameComponent[] n,
                   Object obj)
            throws CannotProceed,
                   NotFound,
                   InvalidName


rebind_context

public void rebind_context(NameComponent[] n,
                           NamingContext nc)
            throws CannotProceed,
                   NotFound,
                   InvalidName


resolve

public Object resolve(NameComponent[] n)
            throws CannotProceed,
                   NotFound,
                   InvalidName


unbind

public void unbind(NameComponent[] n)
            throws CannotProceed,
                   NotFound,
                   InvalidName