|
|||||||||
类 org.omg.CORBA.portable.ApplicationException
的使用
使用 ApplicationException 的软件包 | |
---|---|
org.omg.CORBA | 提供 OMG CORBA API 到 JavaTM 编程语言的映射,包括 ORB 类,如果已实现该类,则程序员可以使用此类作为全功能对象请求代理(Object Request Broker,ORB)。 |
org.omg.CORBA.portable | 提供可移植性层,即可以使一个供应商生成的代码运行在另一个供应商 ORB 上的 ORB API 集合。 |
org.omg.CORBA 中 ApplicationException 的使用 |
---|
抛出 ApplicationException 的 org.omg.CORBA 中的方法 | |
---|---|
InputStream |
LocalObject._invoke(OutputStream output) 抛出 org.omg.CORBA.NO_IMPLEMENT 异常,并带有消息 "This is a locally constrained object"。 |
org.omg.CORBA.portable 中 ApplicationException 的使用 |
---|
抛出 ApplicationException 的 org.omg.CORBA.portable 中的方法 | |
---|---|
InputStream |
ObjectImpl._invoke(OutputStream output) 调用某个操作并返回用来读取响应的 InputStream 对象。 |
InputStream |
Delegate.invoke(Object self, OutputStream output) 由 stub 调用,以调用一个操作。 |
所有类
|
|||||||||