软件包 | 描述 |
---|---|
org.omg.CORBA |
提供了对OMG的CORBA映射的API
TM java编程语言,包括班级
ORB,并使程序员可以使用它作为一个全功能的对象请求代理(ORB)。
|
Modifier and Type | Method and Description |
---|---|
abstract Any |
Any.extract_any()
在这
Any 提取对象的
value 领域
Any 对象。
|
abstract boolean |
Any.extract_boolean()
在这
Any 提取对象的
value 领域
boolean 。
|
abstract char |
Any.extract_char()
在这
Any 提取对象的
value 领域
char 。
|
abstract double |
Any.extract_double()
在这
Any 提取对象的
value 领域
double 。
|
abstract float |
Any.extract_float()
在这
Any 提取对象的
value 领域
float 。
|
abstract int |
Any.extract_long()
在这
Any 提取对象的
value 领域
int 。
|
abstract long |
Any.extract_longlong()
在这
Any 提取对象的
value 领域
long 。
|
abstract Object |
Any.extract_Object()
在这
Any 提取对象的
value 领域
org.omg.CORBA.Object 。
|
abstract byte |
Any.extract_octet()
在这
Any 提取对象的
value 领域
byte 。
|
Principal |
Any.extract_Principal()
过时的。
通过CORBA 2.2否决。
|
abstract short |
Any.extract_short()
在这
Any 提取对象的
value 领域
short 。
|
abstract String |
Any.extract_string()
在这
Any 提取对象的
value 领域
String 对象。
|
abstract TypeCode |
Any.extract_TypeCode()
在这
Any 提取对象的
value 领域
TypeCode 对象。
|
abstract int |
Any.extract_ulong()
在这
Any 提取对象的
value 领域
int 。
|
abstract long |
Any.extract_ulonglong()
在这
Any 提取对象的
value 领域
long 。
|
abstract short |
Any.extract_ushort()
在这
Any 提取对象的
value 领域
short 。
|
abstract Serializable |
Any.extract_Value()
在这
Any 提取对象的
value 领域
java.io.Serializable 对象。
|
abstract char |
Any.extract_wchar()
在这
Any 提取对象的
value 领域
char 。
|
abstract String |
Any.extract_wstring()
在这
Any 提取对象的
value 领域
String 对象。
|
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.