Name

_NamingContextStub

Synopsis

This is the IDL-generated stub class for the NamingContext interface.

                  
public class _NamingContextStub extends org.omg.CORBA.portable.ObjectImpl implements NamingContext {
// Public Constructors
   public _NamingContextStub();                                  // 1.4
                  // Public Instance Methods
   public void bind(NameComponent[] n,                   // Implements:NamingContextOperations
        org.omg.CORBA.Object obj) throws NotFoundCannotProceed
        org.omg.CosNaming.NamingContextPackage.InvalidNameAlreadyBound;  
   public void bind_context(NameComponent[] n,           // Implements:NamingContextOperations
        NamingContext nc) throws NotFoundCannotProceed
        org.omg.CosNaming.NamingContextPackage.InvalidNameAlreadyBound;  
   public NamingContext bind_new_context(                        // Implements:NamingContextOperations
        NameComponent[] n) throws NotFoundAlreadyBoundCannotProceed
        org.omg.CosNaming.NamingContextPackage.InvalidName;  
   public void destroy() throws NotEmpty;                        // Implements:NamingContextOperations
   public void list(int how_many, BindingListHolder bl,          // Implements:NamingContextOperations
        BindingIteratorHolder bi);  
   public NamingContext new_context();                           // Implements:NamingContextOperations
   public void rebind(NameComponent[] n,                 // Implements:NamingContextOperations
        org.omg.CORBA.Object obj) throws NotFoundCannotProceed
        org.omg.CosNaming.NamingContextPackage.InvalidName;  
   public void rebind_context(NameComponent[] n,         // Implements:NamingContextOperations NamingContext ...

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.