org.omg.CosNaming

Class NamingContextExtPOATie

Implemented Interfaces:
InvokeHandler, NamingContextExtOperations, NamingContextOperations

public class NamingContextExtPOATie
extends NamingContextExtPOA

Generated from IDL interface "NamingContextExt"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Constructor Summary

NamingContextExtPOATie(NamingContextExtOperations delegate)
NamingContextExtPOATie(NamingContextExtOperations delegate, POA poa)

Method Summary

POA
_default_POA()
NamingContextExtOperations
_delegate()
void
_delegate(NamingContextExtOperations delegate)
NamingContextExt
_this()
NamingContextExt
_this(ORB orb)
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)
Object
resolve_str(java.lang.String 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.CosNaming.NamingContextExtPOA

_all_interfaces, _invoke, _this, _this

Methods inherited from class org.omg.PortableServer.Servant

_all_interfaces, _default_POA, _get_delegate, _get_interface, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object

Constructor Details

NamingContextExtPOATie

public NamingContextExtPOATie(NamingContextExtOperations delegate)


NamingContextExtPOATie

public NamingContextExtPOATie(NamingContextExtOperations delegate,
                              POA poa)

Method Details

_default_POA

public POA _default_POA()
Overrides:
_default_POA in interface Servant


_delegate

public NamingContextExtOperations _delegate()


_delegate

public void _delegate(NamingContextExtOperations delegate)


_this

public NamingContextExt _this()
Overrides:
_this in interface NamingContextExtPOA


_this

public NamingContextExt _this(ORB orb)
Overrides:
_this in interface NamingContextExtPOA


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


resolve_str

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


to_name

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


to_string

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


to_url

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


unbind

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