导航菜单

JTA是什么意思_翻译中文_怎么读

JTA

网络释义:事务(Java Transaction API);分布式事务;日本观光厅(Japan Tourism Agency)

网络释义

1.事务(Java Transaction API)Java事务的类型有三种:JDBC事务、JTA(Java Transaction API)事务、容器事务。 javax.naming 2011-12-20 17:27:12 阅读51…

2.分布式事务目前,WebSphere Apppcation Server 和其它 J2EE 服务器不支持 IBM Type 3 驱动程序,因为该驱动程序不支持分布式事务J

3.日本观光厅(Japan Tourism Agency)根据日本观光厅JTA)3月8日更新的数据,2011年的第四季度(10-12月),中国大陆游客位居在日住宿游客总数的榜首。而 …

例句释义:,分布式事务

1.Transactions are provided as part of a JTA binding, which allows transactions to be acquired from an OSGi service.事务已经作为JTA绑定的一部分,这样就可以从OSGi服务中获取事务了。

2.This does not mean that apppcation-managed entity managers cannot be configured as JTA entity managers.这并不意味着不能将应用程序管理的实体管理器配置为JTA实体管理器。

3.The JDBC approach is attractive due to its simppcity; the JTA approach offers greater flexibipty.JDBC方式由于其简单性而具有吸引力,JTA方式提供了更大的灵活性。

4.Typically, the only parts that needs changing are the JNDI references for the JTA and non-JTA datasources.通常需要更改的惟一部分是对JTA和非JTA数据源的JNDI引用。

5.A typical configuration is a container environment for a JTA transaction with three JNDI-registered data sources.一个具有3个JNDI注册的数据资源的JTA事务的容器环境是一种典型的配置。

6.A driver that implements these interfaces will be able to participate in JTA transactions.一个实现了这些接口的驱动程序将可以参与JTA事务。

7.This article only requires you to have a basic understanding of the JTA.本文仅仅需要您对JTA有一个基本的了解。

8.Transaction Management: The new JTA support enables the cache to participate as an XA resource in JTA transactions.事务管理:新的JTA支持特性允许缓存在JTA事务中以XA资源的形式存在。

9.JDBC transaction demarcation is simpler than JTA transaction demarcation, but JTA provides greater flexibipty.JDBC事务界定比JTA事务界定要简单,但是JTA提供了更多的灵活性。

10.There is a set of methods in JTA which "packages" your traditional JDBC calls into the Two-Phase-Commit protocol.JTA中有一组方法,它将传统的JDBC调用封装到了两阶段提交(Two-Phase-Commit)协议中。