org.omg.CosNaming
Class _NamingContextStub

java.lang.Object
  extended byorg.omg.CORBA.portable.ObjectImpl
      extended byorg.omg.CosNaming._NamingContextStub
All Implemented Interfaces:
IDLEntity, NamingContext, NamingContextOperations, Object, java.io.Serializable

public class _NamingContextStub
extends ObjectImpl
implements NamingContext

Generated from IDL interface "NamingContext"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004
See Also:
Serialized Form

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_NamingContextStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 void bind_context(NameComponent[] n, NamingContext nc)
           
 NamingContext bind_new_context(NameComponent[] n)
           
 void bind(NameComponent[] n, Object obj)
           
 void destroy()
           
 void list(int how_many, BindingListHolder bl, BindingIteratorHolder bi)
           
 NamingContext new_context()
           
 void rebind_context(NameComponent[] n, NamingContext nc)
           
 void rebind(NameComponent[] n, Object obj)
           
 Object resolve(NameComponent[] n)
           
 void unbind(NameComponent[] n)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

_opsClass

public static final java.lang.Class _opsClass
Constructor Detail

_NamingContextStub

public _NamingContextStub()
Method Detail

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class ObjectImpl

list

public void list(int how_many,
                 BindingListHolder bl,
                 BindingIteratorHolder bi)
Specified by:
list in interface NamingContextOperations

bind

public void bind(NameComponent[] n,
                 Object obj)
          throws NotFound,
                 AlreadyBound,
                 CannotProceed,
                 InvalidName
Specified by:
bind in interface NamingContextOperations
Throws:
NotFound
AlreadyBound
CannotProceed
InvalidName

bind_new_context

public NamingContext bind_new_context(NameComponent[] n)
                               throws NotFound,
                                      CannotProceed,
                                      AlreadyBound,
                                      InvalidName
Specified by:
bind_new_context in interface NamingContextOperations
Throws:
NotFound
CannotProceed
AlreadyBound
InvalidName

rebind_context

public void rebind_context(NameComponent[] n,
                           NamingContext nc)
                    throws NotFound,
                           CannotProceed,
                           InvalidName
Specified by:
rebind_context in interface NamingContextOperations
Throws:
NotFound
CannotProceed
InvalidName

bind_context

public void bind_context(NameComponent[] n,
                         NamingContext nc)
                  throws NotFound,
                         AlreadyBound,
                         CannotProceed,
                         InvalidName
Specified by:
bind_context in interface NamingContextOperations
Throws:
NotFound
AlreadyBound
CannotProceed
InvalidName

unbind

public void unbind(NameComponent[] n)
            throws NotFound,
                   CannotProceed,
                   InvalidName
Specified by:
unbind in interface NamingContextOperations
Throws:
NotFound
CannotProceed
InvalidName

new_context

public NamingContext new_context()
Specified by:
new_context in interface NamingContextOperations

destroy

public void destroy()
             throws NotEmpty
Specified by:
destroy in interface NamingContextOperations
Throws:
NotEmpty

rebind

public void rebind(NameComponent[] n,
                   Object obj)
            throws NotFound,
                   CannotProceed,
                   InvalidName
Specified by:
rebind in interface NamingContextOperations
Throws:
NotFound
CannotProceed
InvalidName

resolve

public Object resolve(NameComponent[] n)
               throws NotFound,
                      CannotProceed,
                      InvalidName
Specified by:
resolve in interface NamingContextOperations
Throws:
NotFound
CannotProceed
InvalidName