软件包 | 描述 |
---|---|
javax.sql |
提供了对服务器端数据源的访问和处理来自
TM java编程语言的API。
|
javax.transaction.xa |
提供定义了事务管理器和资源管理器之间合同的API,它允许事务管理器注册和注销的资源对象(由资源管理器驱动程序提供)在JTA事务。
|
Modifier and Type | Method and Description |
---|---|
XAResource |
XAConnection.getXAResource()
检索一个
XAResource 对象,事务管理器将用于管理分布式事务中的这
XAConnection 对象的参与。
|
Modifier and Type | Method and Description |
---|---|
boolean |
XAResource.isSameRM(XAResource xares)
这种方法被称为确定的目标对象表示的资源管理器实例的参数xares为代表的资源管理器实例相同。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.