public abstract class NamingContextExtHelper extends Object
NamingContextExt is the extension of
NamingContext which 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. Using
NamingContextExt, you can use URL-based names to bind and resolve.
| Constructor and Description |
|---|
NamingContextExtHelper()
|
| Modifier and Type | Method and Description |
|---|---|
static NamingContextExt |
extract(Any
|
static String |
id()
|
static void |
insert(Any
|
static NamingContextExt |
narrow(Object
|
static NamingContextExt |
read(InputStream
|
static TypeCode |
type()
|
static NamingContextExt |
unchecked_narrow(Object
|
static void |
write(OutputStream
|
public static void insert(Anya, NamingContextExt that)
public static NamingContextExtextract(Any a)
public static TypeCodetype()
public static Stringid()
public static NamingContextExtread(InputStream istream)
public static void write(OutputStreamostream, NamingContextExt value)
public static NamingContextExtnarrow(Object obj)
public static NamingContextExtunchecked_narrow(Object obj)