org.omg.CosNaming
Class _NamingContextExtStub

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

public class _NamingContextExtStub
extends ObjectImpl
implements NamingContextExt

Generated from IDL interface "NamingContextExt"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005
See Also:
Serialized Form

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_NamingContextExtStub()
           
 
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_str(java.lang.String n)
           
 Object resolve(NameComponent[] n)
           
 NameComponent[] to_name(java.lang.String sn)
           
 java.lang.String to_string(NameComponent[] n)
           
 java.lang.String to_url(java.lang.String addr, java.lang.String sn)
           
 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

_NamingContextExtStub

public _NamingContextExtStub()
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

to_url

public java.lang.String to_url(java.lang.String addr,
                               java.lang.String sn)
                        throws InvalidName,
                               InvalidAddress
Specified by:
to_url in interface NamingContextExtOperations
Throws:
InvalidName
InvalidAddress

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

resolve_str

public Object resolve_str(java.lang.String n)
                   throws NotFound,
                          CannotProceed,
                          InvalidName
Specified by:
resolve_str in interface NamingContextExtOperations
Throws:
NotFound
CannotProceed
InvalidName

rebind

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

destroy

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

to_name

public NameComponent[] to_name(java.lang.String sn)
                        throws InvalidName
Specified by:
to_name in interface NamingContextExtOperations
Throws:
InvalidName

resolve

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

to_string

public java.lang.String to_string(NameComponent[] n)
                           throws InvalidName
Specified by:
to_string in interface NamingContextExtOperations
Throws:
InvalidName