org.omg.CosNaming

Class _NamingContextStub

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.2, 7-May-2004

Field Summary

static java.lang.Class
_opsClass

Method Summary

String[]
_ids()
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)

Methods inherited from class org.omg.CORBA.portable.ObjectImpl

_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface, _get_interface_def, _get_policy, _hash, _ids, _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

Field Details

_opsClass

public static final java.lang.Class _opsClass

Method Details

_ids

public String[] _ids()
Overrides:
_ids in interface ObjectImpl


bind

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


bind_context

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


bind_new_context

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


destroy

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


list

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


new_context

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


rebind

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


rebind_context

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


resolve

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


unbind

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