软件包 | 描述 |
---|---|
org.omg.CORBA |
提供了对OMG的CORBA映射的API
TM java编程语言,包括班级
ORB,并使程序员可以使用它作为一个全功能的对象请求代理(ORB)。
|
org.omg.CORBA.portable |
提供了一个可移植层,即一套球的API,使得代码由一个供应商生成运行在另一个供应商的宝珠。
|
Modifier and Type | Method and Description |
---|---|
abstract Context |
Context.create_child(String child_ctx_name)
创建一个与给定的字符串作为它的名字,这
Context 对象设置为其母
Context 对象。
|
abstract Context |
Request.ctx()
检索该请求
Context 对象。
|
abstract Context |
ServerRequest.ctx()
返回指定的操作在IDL操作时是不是一个属性的访问和操作的IDL定义包含上下文表达的上下文信息;否则返回nil
Context 参考。
|
abstract Context |
ORB.get_default_context()
获取默认
Context 对象。
|
abstract Context |
Context.parent()
检索该对象的父
Context 。
|
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 方法的默认实现。
|
abstract void |
Request.ctx(Context c)
设置请求的
Context 对象到一个给定的。
|
Modifier and Type | Method and Description |
---|---|
Context |
InputStream.read_Context()
从流中读取一个CORBA上下文。
|
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)
在动态调用接口中创建一个用于使用的请求实例。
|
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.