Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Interface org.omg.CosNaming.NamingContext

Implementing Classes:
_NamingContextImplBase

public interface NamingContext
extends Object

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 Detail

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

Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

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.