软件包 | 描述 |
---|---|
org.omg.CORBA |
提供了对OMG的CORBA映射的API
TM java编程语言,包括班级
ORB,并使程序员可以使用它作为一个全功能的对象请求代理(ORB)。
|
org.omg.CORBA.portable |
提供了一个可移植层,即一套球的API,使得代码由一个供应商生成运行在另一个供应商的宝珠。
|
Modifier and Type | Method and Description |
---|---|
abstract NamedValue |
NVList.add_item(String item_name, int flags)
创建一个新的
NamedValue 对象初始化给定的名称和标志,并将其添加到这个
NVList 对象结束。
|
abstract NamedValue |
NVList.add_value(String item_name, Any val, int flags)
创建一个新的
NamedValue 对象与给定的名称,初始值,和国旗,并将其添加到这个
NVList 对象结束。
|
abstract NamedValue |
NVList.add(int flags)
创建一个新的
NamedValue 对象与给定的标记并将其添加到这个
NVList 对象结束初始化。
|
abstract NamedValue |
ORB.create_named_value(String s, Any any, int flags)
创建一个使用给定的名称,
NamedValue 对象价值,论证模式标志。
|
abstract NamedValue |
NVList.item(int index)
检索
NamedValue 对象在给定的索引。
|
abstract NamedValue |
Request.result()
获取包含该方法的返回值
NamedValue 对象。
|
Modifier and Type | Method and Description |
---|---|
Request |
Object._create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
创建一个
Request 实例与给定的上下文中,初始化的方法名,参数列表,以及方法的返回值的容器。
|
Request |
LocalObject._create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
抛出的消息”,这是一个局部约束对象
org.omg.CORBA.NO_IMPLEMENT 例外。”这种方法的
org.omg.CORBA.Object 方法的默认实现。
|
Request |
Object._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist)
创建一个
Request 实例与给定的上下文中,初始化的方法名,参数列表,对于方法的返回值的容器,可能的例外列表,列表上下文字符串需要解决的。
|
Request |
LocalObject._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exceptions, ContextList contexts)
抛出的信息“这是一个局部约束对象的
org.omg.CORBA.NO_IMPLEMENT 例外。”这种方法的
org.omg.CORBA.Object 方法的默认实现。
|
Modifier and Type | Method and Description |
---|---|
Request |
ObjectImpl._create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
创建一个
Request 包含给定的情况下,方法,参数列表,以及结果的容器。
|
Request |
ObjectImpl._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exceptions, ContextList contexts)
创建一个
Request 包含给定的情况下,方法,参数列表容器为结果,例外,和属性名称列表,用于解决上下文字符串。
|
abstract Request |
Delegate.create_request(Object obj, Context ctx, String operation, NVList arg_list, NamedValue result)
在动态调用接口中创建一个用于使用的请求实例。
|
abstract Request |
Delegate.create_request(Object obj, Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist)
在动态调用接口中创建一个用于使用的请求实例。
|
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, 2014, Oracle and/or its affiliates. All rights reserved.