所有类
|
摘要: 嵌套 | 字段 | 构造方法 | 方法 |
详细信息: 字段 | 构造方法 | 方法 |
org.omg.CORBA.portable
接口 ValueBase
- 所有超级接口:
- IDLEntity, Serializable
- 所有已知子接口:
- CustomValue, DataInputStream, DataOutputStream, ObjectReferenceFactory, ObjectReferenceTemplate, StreamableValue
-
public interface ValueBase
- extends IDLEntity
所生成的对应于 valuetype IDL 类型的 Java 类实现此接口。换句话说,valuetype 对象的 Java 映射实现 ValueBase 接口。为 valuetype 生成的 Java 类应为相应的值类型提供一个 ValueBase 接口的实现。对于可以作为流的值类型(即非自定义的),生成的 Java 类也应该提供 org.omg.CORBA.portable.Streamable 接口的实现。(CORBA::ValueBase 映射到 java.io.Serializable。)
_truncatable_ids
String[] _truncatable_ids()
-
提供可截断的存储库 id。
-
-
- 返回:
-
一个 String 数组,即可截断存储库 id 列表。
所有类
|
摘要: 嵌套 | 字段 | 构造方法 | 方法 |
详细信息: 字段 | 构造方法 | 方法 |