软件包 | 描述 |
---|---|
org.omg.CORBA |
提供了对OMG的CORBA映射的API
TM java编程语言,包括班级
ORB,并使程序员可以使用它作为一个全功能的对象请求代理(ORB)。
|
Modifier and Type | Method and Description |
---|---|
abstract TypeCode |
ExceptionList.item(int index)
返回给定索引处的
TypeCode 对象。
|
abstract String |
ContextList.item(int index)
返回给定索引处的
String 对象。
|
abstract NamedValue |
NVList.item(int index)
检索
NamedValue 对象在给定的索引。
|
abstract void |
ExceptionList.remove(int index)
删除
TypeCode 对象在给定的索引。
|
abstract void |
ContextList.remove(int index)
删除
String 对象在给定的索引。
|
abstract void |
NVList.remove(int index)
删除
NamedValue 对象在给定的索引。
|
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.