|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
使用 RemarshalException 的软件包 | |
---|---|
org.omg.CORBA | 提供 OMG CORBA API 到 JavaTM 编程语言的映射,包括 ORB 类,如果已实现该类,则程序员可以使用此类作为全功能对象请求代理(Object Request Broker,ORB)。 |
org.omg.CORBA.portable | 提供可移植性层,即可以使一个供应商生成的代码运行在另一个供应商 ORB 上的 ORB API 集合。 |
org.omg.CORBA 中 RemarshalException 的使用 |
---|
抛出 RemarshalException 的 org.omg.CORBA 中的方法 | |
---|---|
InputStream |
LocalObject._invoke(OutputStream output)
抛出 org.omg.CORBA.NO_IMPLEMENT 异常,并带有消息 "This is a locally constrained object"。 |
org.omg.CORBA.portable 中 RemarshalException 的使用 |
---|
抛出 RemarshalException 的 org.omg.CORBA.portable 中的方法 | |
---|---|
InputStream |
ObjectImpl._invoke(OutputStream output)
调用某个操作并返回用来读取响应的 InputStream 对象。 |
InputStream |
Delegate.invoke(Object self,
OutputStream output)
由 stub 调用,以调用一个操作。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。