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
-
bind(NameComponent[], ObjectRef)
-
-
bind_context(NameComponent[], NamingContextRef)
-
-
bind_new_context(NameComponent[])
-
-
destroy()
-
-
list(int, BindingListHolder, BindingIteratorHolder)
-
-
new_context()
-
-
rebind(NameComponent[], ObjectRef)
-
-
rebind_context(NameComponent[], NamingContextRef)
-
-
resolve(NameComponent[])
-
-
unbind(NameComponent[])
-
bind
public abstract void bind(NameComponent n[],
ObjectRef obj) throws SystemException, NotFound, CannotProceed, InvalidName, AlreadyBound
rebind
public abstract void rebind(NameComponent n[],
ObjectRef obj) throws SystemException, NotFound, CannotProceed, InvalidName
bind_context
public abstract void bind_context(NameComponent n[],
NamingContextRef nc) throws SystemException, NotFound, CannotProceed, InvalidName, AlreadyBound
rebind_context
public abstract void rebind_context(NameComponent n[],
NamingContextRef nc) throws SystemException, NotFound, CannotProceed, InvalidName
resolve
public abstract ObjectRef resolve(NameComponent n[]) throws SystemException, NotFound, CannotProceed, InvalidName
unbind
public abstract void unbind(NameComponent n[]) throws SystemException, NotFound, CannotProceed, InvalidName
new_context
public abstract NamingContextRef new_context() throws SystemException
bind_new_context
public abstract NamingContextRef bind_new_context(NameComponent n[]) throws SystemException, NotFound, CannotProceed, InvalidName, AlreadyBound
destroy
public abstract void destroy() throws SystemException, NotEmpty
list
public abstract void list(int how_many,
BindingListHolder bl,
BindingIteratorHolder bi) throws SystemException
All Packages Class Hierarchy This Package Previous Next Index