软件包 | 描述 |
---|---|
org.omg.CORBA |
提供了对OMG的CORBA映射的API
TM java编程语言,包括班级
ORB,并使程序员可以使用它作为一个全功能的对象请求代理(ORB)。
|
org.omg.CORBA.portable |
提供了一个可移植层,即一套球的API,使得代码由一个供应商生成运行在另一个供应商的宝珠。
|
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 方法的默认实现。
|
Request |
Object._request(String operation)
创建用于动态调用接口的
Request 实例。
|
Request |
LocalObject._request(String operation)
抛出的信息“这是一个局部约束对象的
org.omg.CORBA.NO_IMPLEMENT 例外。”这种方法的
org.omg.CORBA.Object 方法的默认实现。
|
abstract Request |
ORB.get_next_response()
获取下一个
Request 实例的反应已收到。
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ORB.send_multiple_requests_deferred(Request[] req)
发送多个动态(DII)进行异步请求。
|
abstract void |
ORB.send_multiple_requests_oneway(Request[] req)
发送多个动态(DII)不期待任何响应异步请求。
|
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 包含给定的情况下,方法,参数列表容器为结果,例外,和属性名称列表,用于解决上下文字符串。
|
Request |
ObjectImpl._request(String operation)
创建一个
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)
在动态调用接口中创建一个用于使用的请求实例。
|
abstract Request |
Delegate.request(Object obj, String operation)
在动态调用接口中创建一个用于使用的请求实例。
|
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.