- java.lang.Object
- 
- org.omg.CosNaming.NamingContextExtHelper
 
- 
 
 public abstract class NamingContextExtHelper extends Object NamingContextExtis the extension ofNamingContextwhich contains a set of name bindings in which each name is unique and is part of Interoperable Naming Service. Different names can be bound to an object in the same or different contexts at the same time. UsingNamingContextExt, you can use URL-based names to bind and resolve. See CORBA COS Naming Specification.
- 
- 
Constructor SummaryConstructors Constructor Description NamingContextExtHelper()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static NamingContextExtextract(Any a)static Stringid()static voidinsert(Any a, NamingContextExt that)static NamingContextExtnarrow(Object obj)static NamingContextExtread(InputStream istream)static TypeCodetype()static NamingContextExtunchecked_narrow(Object obj)static voidwrite(OutputStream ostream, NamingContextExt value)
 
- 
- 
- 
Method Detail- 
insertpublic static void insert(Any a, NamingContextExt that) 
 - 
extractpublic static NamingContextExt extract(Any a) 
 - 
typepublic static TypeCode type() 
 - 
idpublic static String id() 
 - 
readpublic static NamingContextExt read(InputStream istream) 
 - 
writepublic static void write(OutputStream ostream, NamingContextExt value) 
 - 
narrowpublic static NamingContextExt narrow(Object obj) 
 - 
unchecked_narrowpublic static NamingContextExt unchecked_narrow(Object obj) 
 
- 
 
-