public abstract class NamingContextHelper extends Object
See CORBA COS Naming Specification.
NamingContextHelper()
static NamingContext
extract(Any a)
static String
id()
static void
insert(Any a, NamingContext that)
narrow(Object obj)
read(InputStream istream)
static TypeCode
type()
unchecked_narrow(Object obj)
write(OutputStream ostream, NamingContext value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NamingContextHelper()
public static void insert(Any a, NamingContext that)
public static NamingContext extract(Any a)
public static TypeCode type()
public static String id()
public static NamingContext read(InputStream istream)
public static void write(OutputStream ostream, NamingContext value)
public static NamingContext narrow(Object obj)
public static NamingContext unchecked_narrow(Object obj)
Submit a bug or feature For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.