Uses of Interface
org.omg.CosNaming.NamingContextExt
-
Packages that use NamingContextExt Package Description org.omg.CosNaming Provides a naming service for Java IDL. -
-
Uses of NamingContextExt in org.omg.CosNaming
Classes in org.omg.CosNaming that implement NamingContextExt Modifier and Type Class Description class
_NamingContextExtStub
NamingContextExt
is the extension ofNamingContext
which contains a set of name bindings in which each name is unique and is part of Interoperable Naming Service.Fields in org.omg.CosNaming declared as NamingContextExt Modifier and Type Field Description NamingContextExt
NamingContextExtHolder. value
Methods in org.omg.CosNaming that return NamingContextExt Modifier and Type Method Description NamingContextExt
NamingContextExtPOA. _this()
NamingContextExt
NamingContextExtPOA. _this(ORB orb)
static NamingContextExt
NamingContextExtHelper. extract(Any a)
static NamingContextExt
NamingContextExtHelper. narrow(Object obj)
static NamingContextExt
NamingContextExtHelper. read(InputStream istream)
static NamingContextExt
NamingContextExtHelper. unchecked_narrow(Object obj)
Methods in org.omg.CosNaming with parameters of type NamingContextExt Modifier and Type Method Description static void
NamingContextExtHelper. insert(Any a, NamingContextExt that)
static void
NamingContextExtHelper. write(OutputStream ostream, NamingContextExt value)
Constructors in org.omg.CosNaming with parameters of type NamingContextExt Constructor Description NamingContextExtHolder(NamingContextExt initialValue)
-