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 描述 WrongTransaction
WrongTransactionHolder. value
Methods in org.omg.CORBA that return WrongTransaction Modifier and Type 方法 描述 static WrongTransaction
WrongTransactionHelper. extract(Any a)
static WrongTransaction
WrongTransactionHelper. read(InputStream istream)
Methods in org.omg.CORBA with parameters of type WrongTransaction Modifier and Type 方法 描述 static void
WrongTransactionHelper. insert(Any a, WrongTransaction that)
static void
WrongTransactionHelper. write(OutputStream ostream, WrongTransaction value)
Methods in org.omg.CORBA that throw WrongTransaction Modifier and Type 方法 描述 abstract Request
ORB. get_next_response()
获取接收到响应的下一个Request
实例。abstract void
Request. get_response()
允许用户使用send_deferred
方法访问早期触发的调用响应。Constructors in org.omg.CORBA with parameters of type WrongTransaction Constructor 描述 WrongTransactionHolder(WrongTransaction initialValue)
-