Uses of Interface
org.omg.CosNaming.NamingContextExt
-
Packages that use NamingContextExt Package Description com.sun.corba.ee.impl.resolver org.omg.CosNaming -
-
Uses of NamingContextExt in com.sun.corba.ee.impl.resolver
Fields in com.sun.corba.ee.impl.resolver declared as NamingContextExt Modifier and Type Field Description private NamingContextExtINSURLOperationImpl. rootNamingContextExtMethods in com.sun.corba.ee.impl.resolver that return NamingContextExt Modifier and Type Method Description private NamingContextExtINSURLOperationImpl. getDefaultRootNamingContext()This is required for corbaname: resolution. -
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)
-