Uses of Class
org.omg.CORBA.portable.ApplicationException
-
Packages that use ApplicationException 软件包 描述 org.omg.CORBA 提供OMG CORBA API与JavaORB
编程语言的映射,包括ORB
类,它被实现为使程序员可以将其用作全功能对象请求代理(ORB)。org.omg.CORBA.portable 提供可移植性层,即一组ORB API,使一个供应商生成的代码可以在另一个供应商的ORB上运行。 -
-
Uses of ApplicationException in org.omg.CORBA
Methods in org.omg.CORBA that throw ApplicationException Modifier and Type 方法 描述 InputStream
LocalObject. _invoke(OutputStream output)
使用消息“这是一个局部约束的对象”抛出一个org.omg.CORBA.NO_IMPLEMENT
异常。 -
Uses of ApplicationException in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable that throw ApplicationException Modifier and Type 方法 描述 InputStream
ObjectImpl. _invoke(OutputStream output)
调用一个操作并返回一个InputStream
对象来读取响应。InputStream
Delegate. invoke(Object self, OutputStream output)
invoke被一个stub调用来调用一个操作。
-