Uses of Class
org.omg.CORBA.WrongTransaction
-
Packages that use WrongTransaction 软件包 描述 org.omg.CORBA 提供OMG CORBA API与Java编程语言的映射,包括ORB类,它被实现为使得程序员可以将其用作全功能对象请求代理(ORB)。 -
-
Uses of WrongTransaction in org.omg.CORBA
Fields in org.omg.CORBA declared as WrongTransaction Modifier and Type Field 描述 WrongTransactionWrongTransactionHolder. valueMethods in org.omg.CORBA that return WrongTransaction Modifier and Type 方法 描述 static WrongTransactionWrongTransactionHelper. extract(Any a)static WrongTransactionWrongTransactionHelper. read(InputStream istream)Methods in org.omg.CORBA with parameters of type WrongTransaction Modifier and Type 方法 描述 static voidWrongTransactionHelper. insert(Any a, WrongTransaction that)static voidWrongTransactionHelper. write(OutputStream ostream, WrongTransaction value)Methods in org.omg.CORBA that throw WrongTransaction Modifier and Type 方法 描述 abstract RequestORB. get_next_response()获取接收到响应的下一个Request实例。abstract voidRequest. get_response()允许用户使用send_deferred方法访问早期触发的调用响应。Constructors in org.omg.CORBA with parameters of type WrongTransaction Constructor 描述 WrongTransactionHolder(WrongTransaction initialValue)
-