org.omg.CosNaming
Class NamingContextPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.CosNaming.NamingContextPOA
          extended byorg.omg.CosNaming.NamingContextPOATie
All Implemented Interfaces:
InvokeHandler, NamingContextOperations

public class NamingContextPOATie
extends NamingContextPOA

Generated from IDL interface "NamingContext"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

Constructor Summary
NamingContextPOATie(NamingContextOperations delegate)
           
NamingContextPOATie(NamingContextOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 NamingContextOperations _delegate()
           
 void _delegate(NamingContextOperations delegate)
           
 NamingContext _this()
           
 NamingContext _this(ORB orb)
           
 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.CosNaming.NamingContextPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamingContextPOATie

public NamingContextPOATie(NamingContextOperations delegate)

NamingContextPOATie

public NamingContextPOATie(NamingContextOperations delegate,
                           POA poa)
Method Detail

_this

public NamingContext _this()
Overrides:
_this in class NamingContextPOA

_this

public NamingContext _this(ORB orb)
Overrides:
_this in class NamingContextPOA

_delegate

public NamingContextOperations _delegate()

_delegate

public void _delegate(NamingContextOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

list

public void list(int how_many,
                 BindingListHolder bl,
                 BindingIteratorHolder bi)

bind

public void bind(NameComponent[] n,
                 Object obj)
          throws NotFound,
                 AlreadyBound,
                 CannotProceed,
                 InvalidName
Throws:
NotFound
AlreadyBound
CannotProceed
InvalidName

bind_new_context

public NamingContext bind_new_context(NameComponent[] n)
                               throws NotFound,
                                      CannotProceed,
                                      AlreadyBound,
                                      InvalidName
Throws:
NotFound
CannotProceed
AlreadyBound
InvalidName

rebind_context

public void rebind_context(NameComponent[] n,
                           NamingContext nc)
                    throws NotFound,
                           CannotProceed,
                           InvalidName
Throws:
NotFound
CannotProceed
InvalidName

bind_context

public void bind_context(NameComponent[] n,
                         NamingContext nc)
                  throws NotFound,
                         AlreadyBound,
                         CannotProceed,
                         InvalidName
Throws:
NotFound
AlreadyBound
CannotProceed
InvalidName

unbind

public void unbind(NameComponent[] n)
            throws NotFound,
                   CannotProceed,
                   InvalidName
Throws:
NotFound
CannotProceed
InvalidName

new_context

public NamingContext new_context()

destroy

public void destroy()
             throws NotEmpty
Throws:
NotEmpty

rebind

public void rebind(NameComponent[] n,
                   Object obj)
            throws NotFound,
                   CannotProceed,
                   InvalidName
Throws:
NotFound
CannotProceed
InvalidName

resolve

public Object resolve(NameComponent[] n)
               throws NotFound,
                      CannotProceed,
                      InvalidName
Throws:
NotFound
CannotProceed
InvalidName