public abstract class NamingContextHelper extends Object
| Constructor and Description |
|---|
NamingContextHelper()
|
| Modifier and Type | Method and Description |
|---|---|
static NamingContext |
extract(Any
|
static String |
id()
|
static void |
insert(Any
|
static NamingContext |
narrow(Object
|
static NamingContext |
read(InputStream
|
static TypeCode |
type()
|
static NamingContext |
unchecked_narrow(Object
|
static void |
write(OutputStream
|
public static void insert(Anya, NamingContext that)
public static NamingContextextract(Any a)
public static TypeCodetype()
public static Stringid()
public static NamingContextread(InputStream istream)
public static void write(OutputStreamostream, NamingContext value)
public static NamingContextnarrow(Object obj)
public static NamingContextunchecked_narrow(Object obj)