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_NamingContextExtStubNamingContextExtis the extension ofNamingContextwhich 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 NamingContextExtNamingContextExtHolder. valueMethods in org.omg.CosNaming that return NamingContextExt Modifier and Type Method Description NamingContextExtNamingContextExtPOA. _this()NamingContextExtNamingContextExtPOA. _this(ORB orb)static NamingContextExtNamingContextExtHelper. extract(Any a)static NamingContextExtNamingContextExtHelper. narrow(Object obj)static NamingContextExtNamingContextExtHelper. read(InputStream istream)static NamingContextExtNamingContextExtHelper. unchecked_narrow(Object obj)Methods in org.omg.CosNaming with parameters of type NamingContextExt Modifier and Type Method Description static voidNamingContextExtHelper. insert(Any a, NamingContextExt that)static voidNamingContextExtHelper. write(OutputStream ostream, NamingContextExt value)Constructors in org.omg.CosNaming with parameters of type NamingContextExt Constructor Description NamingContextExtHolder(NamingContextExt initialValue)
-