- java.lang.Object
-
- org.omg.PortableServer.Servant
-
- org.omg.CosNaming.NamingContextPOA
-
- All Implemented Interfaces:
InvokeHandler
,NamingContextOperations
public abstract class NamingContextPOA extends Servant implements NamingContextOperations, InvokeHandler
A naming context is an object that contains a set of name bindings in which each name is unique. Different names can be bound to an object in the same or different contexts at the same time.
-
-
Constructor Summary
Constructors Constructor Description NamingContextPOA()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamingContext
_this()
NamingContext
_this(ORB orb)
-
Methods declared in interface org.omg.CORBA.portable.InvokeHandler
_invoke
-
Methods declared in interface org.omg.CosNaming.NamingContextOperations
bind, bind_context, bind_new_context, destroy, list, new_context, rebind, rebind_context, resolve, unbind
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in class org.omg.PortableServer.Servant
_all_interfaces, _default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
-
-
-
-
Method Detail
-
_this
public NamingContext _this()
-
_this
public NamingContext _this(ORB orb)
-
-