KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CosNaming > _NamingContextStub

org.omg.CosNaming
Class _NamingContextStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.omg.CosNaming._NamingContextStub
All Implemented Interfaces:
Serializable, Object, IDLEntity, NamingContext, NamingContextOperations
See Also:
Source Code

public void bind(NameComponent[] n,
                 Object obj)
          throws NotFound,
                 CannotProceed,
                 InvalidName,
                 AlreadyBound
See Also:
NamingContextOperations
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void bind_context(NameComponent[] n,
                         NamingContext nc)
                  throws NotFound,
                         CannotProceed,
                         InvalidName,
                         AlreadyBound
See Also:
NamingContextOperations
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public NamingContext bind_new_context(NameComponent[] n)
                               throws NotFound,
                                      AlreadyBound,
                                      CannotProceed,
                                      InvalidName
See Also:
NamingContextOperations
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void destroy()
             throws NotEmpty
See Also:
NamingContextOperations
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void list(int how_many,
                 BindingListHolder bl,
                 BindingIteratorHolder bi)
See Also:
NamingContextOperations
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public NamingContext new_context()
See Also:
NamingContextOperations
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void rebind(NameComponent[] n,
                   Object obj)
            throws NotFound,
                   CannotProceed,
                   InvalidName
See Also:
NamingContextOperations
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void rebind_context(NameComponent[] n,
                           NamingContext nc)
                    throws NotFound,
                           CannotProceed,
                           InvalidName
See Also:
NamingContextOperations
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object resolve(NameComponent[] n)
               throws NotFound,
                      CannotProceed,
                      InvalidName
See Also:
NamingContextOperations
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void unbind(NameComponent[] n)
            throws NotFound,
                   CannotProceed,
                   InvalidName
See Also:
NamingContextOperations
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String[] _ids()
See Also:
ObjectImpl
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public _NamingContextStub()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags