Interface org.omg.CosNaming.NamingContext
All Packages Class Hierarchy This Package Previous Next Index
Interface org.omg.CosNaming.NamingContext
- public interface NamingContext
- extends Object
- extends Object
-
bind(NameComponent[], Object)
-
-
bind_context(NameComponent[], NamingContext)
-
-
bind_new_context(NameComponent[])
-
-
destroy()
-
-
list(int, BindingListHolder, BindingIteratorHolder)
-
-
new_context()
-
-
rebind(NameComponent[], Object)
-
-
rebind_context(NameComponent[], NamingContext)
-
-
resolve(NameComponent[])
-
-
unbind(NameComponent[])
-
bind
public abstract void bind(NameComponent n[],
Object obj) throws NotFound, CannotProceed, InvalidName, AlreadyBound
bind_context
public abstract void bind_context(NameComponent n[],
NamingContext nc) throws NotFound, CannotProceed, InvalidName, AlreadyBound
rebind
public abstract void rebind(NameComponent n[],
Object obj) throws NotFound, CannotProceed, InvalidName
rebind_context
public abstract void rebind_context(NameComponent n[],
NamingContext nc) throws NotFound, CannotProceed, InvalidName
resolve
public abstract Object resolve(NameComponent n[]) throws NotFound, CannotProceed, InvalidName
unbind
public abstract void unbind(NameComponent n[]) throws NotFound, CannotProceed, InvalidName
list
public abstract void list(int how_many,
BindingListHolder bl,
BindingIteratorHolder bi)
new_context
public abstract NamingContext new_context()
bind_new_context
public abstract NamingContext bind_new_context(NameComponent n[]) throws NotFound, AlreadyBound, CannotProceed, InvalidName
destroy
public abstract void destroy() throws NotEmpty
All Packages Class Hierarchy This Package Previous Next Index