©
本文档使用 PHP中文网手册 发布
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object org.omg.CosNaming.NamingContextHelper
public abstract class NamingContextHelper
命名上下文是包含一组名称绑定的对象,在这些名称绑定中,每个名称都是唯一的。可以同时将不同名称绑定到相同或不同上下文中的对象。
请参阅 CORBA COS 命名规范。
构造方法摘要 | |
---|---|
NamingContextHelper()
|
方法摘要 | |
---|---|
static NamingContext |
extract(Any a)
|
static String |
id()
|
static void |
insert(Any a,
NamingContext that)
|
static NamingContext |
narrow(Object obj)
|
static NamingContext |
read(InputStream istream)
|
static TypeCode |
type()
|
static NamingContext |
unchecked_narrow(Object obj)
|
static void |
write(OutputStream ostream,
NamingContext value)
|
从类 java.lang.Object 继承的方法 |
---|
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)
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。