Interface org.omg.CosNaming.NamingContext
- Implementing Classes:
- _NamingContextImplBase
- public interface NamingContext
- extends Object
bind
public void bind(NameComponent[] n,
Object obj) throws NotFound, CannotProceed, InvalidName, AlreadyBound
bind_context
public void bind_context(NameComponent[] n,
NamingContext nc) throws NotFound, CannotProceed, InvalidName, AlreadyBound
rebind
public void rebind(NameComponent[] n,
Object obj) throws NotFound, CannotProceed, InvalidName
rebind_context
public void rebind_context(NameComponent[] n,
NamingContext nc) throws NotFound, CannotProceed, InvalidName
resolve
public Object resolve(NameComponent[] n) throws NotFound, CannotProceed, InvalidName
unbind
public void unbind(NameComponent[] n) throws NotFound, CannotProceed, InvalidName
list
public void list(int how_many,
BindingListHolder bl,
BindingIteratorHolder bi)
new_context
public NamingContext new_context()
bind_new_context
public NamingContext bind_new_context(NameComponent[] n) throws NotFound, AlreadyBound, CannotProceed, InvalidName
destroy
public void destroy() throws NotEmpty
Submit a bug or feature
Submit comments/suggestions about new javadoc look.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.