软件包 | 描述 |
---|---|
org.omg.CORBA |
提供了对OMG的CORBA映射的API
TM java编程语言,包括班级
ORB,并使程序员可以使用它作为一个全功能的对象请求代理(ORB)。
|
Modifier and Type | Method and Description |
---|---|
static NameValuePair |
NameValuePairHelper.extract(Any a) |
NameValuePair[] |
DynValue.get_members()
过时的。
返回一个数组包含存储在该
DynValue 值对象的所有成员。
|
NameValuePair[] |
DynStruct.get_members()
过时的。
返回一个数组包含的存储结构中的所有成员。
|
static NameValuePair |
NameValuePairHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
NameValuePairHelper.insert(Any a, NameValuePair that) |
void |
DynValue.set_members(NameValuePair[] value)
过时的。
设置的值对象这
DynValue 对象代表在
NameValuePair 对象数组的成员。
|
void |
DynStruct.set_members(NameValuePair[] value)
过时的。
设置struct的成员。
|
static void |
NameValuePairHelper.write(OutputStream ostream, NameValuePair value) |
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.