软件包 | 描述 |
---|---|
org.omg.CORBA |
提供了对OMG的CORBA映射的API
TM java编程语言,包括班级
ORB,并使程序员可以使用它作为一个全功能的对象请求代理(ORB)。
|
org.omg.CORBA.portable |
提供了一个可移植层,即一套球的API,使得代码由一个供应商生成运行在另一个供应商的宝珠。
|
Modifier and Type | Method and Description |
---|---|
abstract ContextList |
Request.contexts()
检索该请求
ContextList 对象。
|
abstract ContextList |
ORB.create_context_list()
创建一个空的
ContextList 对象。
|
Modifier and Type | Method and Description |
---|---|
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, ExceptionList exceptions, ContextList contexts)
创建一个
Request 包含给定的情况下,方法,参数列表容器为结果,例外,和属性名称列表,用于解决上下文字符串。
|
abstract Request |
Delegate.create_request(Object obj, Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist)
在动态调用接口中创建一个用于使用的请求实例。
|
void |
OutputStream.write_Context(Context ctx, ContextList contexts)
写在这流CORBA上下文。
|
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.