Interface COM.ibm.dsom.services.CosNaming.NamingContextRef
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface COM.ibm.dsom.services.CosNaming.NamingContextRef

public interface NamingContextRef
extends Object
extends ObjectRef

Method Index

 o bind(NameComponent[], ObjectRef)
 o bind_context(NameComponent[], NamingContextRef)
 o bind_new_context(NameComponent[])
 o destroy()
 o list(int, BindingListHolder, BindingIteratorHolder)
 o new_context()
 o rebind(NameComponent[], ObjectRef)
 o rebind_context(NameComponent[], NamingContextRef)
 o resolve(NameComponent[])
 o unbind(NameComponent[])

Methods

 o bind
  public abstract void bind(NameComponent n[],
                            ObjectRef obj) throws SystemException, NotFound, CannotProceed, InvalidName, AlreadyBound
 o rebind
  public abstract void rebind(NameComponent n[],
                              ObjectRef obj) throws SystemException, NotFound, CannotProceed, InvalidName
 o bind_context
  public abstract void bind_context(NameComponent n[],
                                    NamingContextRef nc) throws SystemException, NotFound, CannotProceed, InvalidName, AlreadyBound
 o rebind_context
  public abstract void rebind_context(NameComponent n[],
                                      NamingContextRef nc) throws SystemException, NotFound, CannotProceed, InvalidName
 o resolve
  public abstract ObjectRef resolve(NameComponent n[]) throws SystemException, NotFound, CannotProceed, InvalidName
 o unbind
  public abstract void unbind(NameComponent n[]) throws SystemException, NotFound, CannotProceed, InvalidName
 o new_context
  public abstract NamingContextRef new_context() throws SystemException
 o bind_new_context
  public abstract NamingContextRef bind_new_context(NameComponent n[]) throws SystemException, NotFound, CannotProceed, InvalidName, AlreadyBound
 o destroy
  public abstract void destroy() throws SystemException, NotEmpty
 o list
  public abstract void list(int how_many,
                            BindingListHolder bl,
                            BindingIteratorHolder bi) throws SystemException

All Packages  Class Hierarchy  This Package  Previous  Next  Index