接口 | 描述 |
---|---|
BoxedValueHelper | |
CustomValue |
由自定义值类型实现的
ValueBase 。
|
IDLEntity |
没有成员的接口,其唯一目的是用作标记,指示实现类是具有相应助手类的IDL的Java值类型。
|
InvokeHandler |
该接口为来电提供调度机制。
|
ResponseHandler |
该接口在调用时由ORB提供给仆人,并允许仆人稍后检索一个OutputStream以返回调用结果。
|
Streamable |
所有复杂IDL类型的持有者类的基类。
|
StreamableValue |
定义不是自定义封送的所有非盒装IDL值类型的基本类型。
|
ValueBase |
对应于类型IDL类型的生成的Java类实现此接口。
|
ValueFactory |
ValueFactory接口是IDL类型CORBA :: ValueFactory的本机映射。
|
ValueInputStream |
Java到IDL ptc 02-01-12 1.5.1.4 ValueInputStream用于实现RMI-IIOP流格式版本2。
|
ValueOutputStream |
Java到IDL ptc 02-01-12 1.5.1.3 ValueOutputStream用于实现RMI-IIOP流格式版本2。
|
类 | 描述 |
---|---|
Delegate |
指定用于ORB特定于org.omg.CORBA.Object方法的ORB特定于实现的便携式API。
|
InputStream |
InputStream是用于从CDR元数据流读取IDL类型的Java API。
|
ObjectImpl |
所有存根类的公共基类;
提供了 org.omg.CORBA.Object 方法的默认实现。
|
OutputStream |
OuputStream是用于将IDL类型写入CDR元数据流的Java API。
|
ServantObject |
该类是本地存根API的一部分,其目的是为并置客户端和服务器提供高性能调用(即
|
异常 | 描述 |
---|---|
ApplicationException |
此类用于报告ORB和存根之间的应用程序级异常。
|
IndirectionException |
间接异常是一个Java特定的系统异常。
|
RemarshalException |
该类用于将向前的异常和对象前向GIOP消息定位回ORB。
|
UnknownException |
org.omg.CORBA.portable.UnknownException用于报告关系和ORB之间以及ORB和存根之间的未知异常。
|
org.omg.CORBA.portable
中的未实现特性列表 org.omg.CORBA.portable
- InvokeHandler
ResponseHandler
org.omg.CORBA.portable
实现的方法 - InputStream
- public int read()
- public.math.BigDecimal read_fixed()
- public org.omg.CORBA.Context read_Context()
- public org.omg.CORBA.Object read_Object(java.lang.Class clz)
- public org.omg.CORBA.ORB orb()
- OutputStream
- public org.omg.CORBA.ORB orb()
- public void write_Context(org.omg.CORBA.Context ctx, org.omg.CORBA.ContextList contexts)
- public void write_fixed(java.math.BigDecimal value)
- public void write(int b)
Delegate
- public void releaseReply(org.omg.CORBA.Object self, InputStream input)
- public InputStream invoke(org.omg.CORBA.Object self, OutputStream output)
- public OutputStream request(org.omg.CORBA.Object self, String operation, boolean responseExpected)
- public org.omg.CORBA.Object set_policy_override(org.omg.CORBA.Object self, org.omg.CORBA.Policy[] policies, org.omg.CORBA.SetOverrideType set_add)
- public org.omg.CORBA.DomainManager[] get_domain_managers( org.omg.CORBA.Object self)
- public org.omg.CORBA.Policy get_policy(org.omg.CORBA.Object self, int policy_type)
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.