• Listing 1. Transparent resource enlistment with bean-managed transactions.

    清单1.bean管理的事务透明资源征用

    youdao

  • It's impossible to overemphasize the importance of container-managed transactions.

    容器管理事务怎么强调都不会过分

    youdao

  • EJB container-managed transactions work even when multiple EJBs collaborate to perform a task.

    即使多个EJB合作执行任务时,ejb容器管理事务也可以工作

    youdao

  • As you can see, the MDB Bean type is message-driven, and the EJB USES container managed transactions.

    可以看到MDBBean类型消息驱动的,并且EJB使用容器管理事务

    youdao

  • The stub and skeleton objects also take care of beginning and committing container-managed transactions.

    存根骨架对象负责开始提交容器管理事务

    youdao

  • Bean-managed transactions are started and ended explicitly by a component using the UserTransaction class.

    Bean管理事务组件使用usertransaction显式启动结束的。

    youdao

  • This can happen for servlets, session beans using bean-managed transactions, and for a few other scenarios.

    使用Bean 管理的事务会话Bean一些其他情况发生这种现象。

    youdao

  • In that case, it's possible to still have this code be usable, but participating in Spring managed transactions.

    这时可以通过参与Spring管理事务这些代码仍然有用

    youdao

  • Client managed transactions because a client failure can tie up database resources for longer than we can tolerate.

    (例如客户控制事务中,)一个客户端的失败长久地阻塞数据库资源超出我们忍受程度。

    youdao

  • In the case of J2EE container-managed transactions, the container takes responsibility for determining transaction bounds.

    J2EE容器管理事务情况下容器职责确定事务范围

    youdao

  • JobStoreCMT requires a (second) datasource that contains connections that will not be part of container-managed transactions.

    JobStoreCMT要求()数据源包含连接不会一部分容器管理事务

    youdao

  • If bean-managed transactions are employed, the developer will determine under what conditions a transaction should begin and end.

    如果使用的是bean管理事务,那么开发人员确定事务开始条件结束条件。

    youdao

  • This returns true if the MDB is using container-managed transactions and the method in question has a transaction attribute of Required.

    如果MDB正在使用容器托管的事务,而且要处理方法具有Required事务属性,那么isDeliveryTransacted会返回true

    youdao

  • If the transaction attribute takes the other allowed value of NotSupported, or the MDB is using bean-managed transactions, then it returns false.

    如果事务属性采用NotSupported允许其他或者MDB正在使用bean托管事务返回false。

    youdao

  • The EJB container provides full transactional support for global transactions, including container managed transactions (CMT) and bean managed transactions.

    ejb容器提供全局事务充分事务支持包括容器管理事务(CMT)Bean管理事务。

    youdao

  • Suppose you take the EJB from Listing 1 and deploy it using container-managed transactions and a transactional attribute of RequiresNew for the business method.

    假定取用清单1中的EJB并用容器托管的事务部署,将业务方法的事务属性设定RequiresNew。

    youdao

  • The EJB container provides full transactional support for global transactions, including container managed transactions (CMT) and bean managed transactions (BMT).

    EJB容器提供全局事务完整事务支持包括容器管理的事务 (CMT)Bean 管理的事务 (BMT)。

    youdao

  • This is the only configurable LTC setting for Web components (servlets), and applies to bean managed transactions using the LocalTransaction.begin method on a Connection.

    属性We b组件(servlet)唯一能配置ltc设定值,通过在连接上使用LocalTransaction. begin方法应用bean管理事务

    youdao

  • This is the only configurable LTC setting for Web components (servlets), and applies to bean managed transactions using the LocalTransaction.begin method on a connection.

    属性We b组件(Servlet)唯一可配置LTC设置,通过在连接上使用LocalTransaction. begin方法应用Bean管理事务

    youdao

  • As entity beans must always use container-managed transactions, only session beans or message-driven beans with bean-managed transactions are allowed to invoke this method.

    因为实体bean必须使用容器管理事务,所以只有使用bean管理事务的会话bean消息驱动bean才能调用方法

    youdao

  • Also, when you want to make connections to Encina and another XA compliant resource manager within a single transactional context, container-managed transactions must be used.

    而且单一事务环境下Encina另一xa相应的资源管理器相连接,那么就必须使用容器管理的事务

    youdao

  • All container managed transactions are auto-committed after the interaction completes, and so this attribute is not used by container managed transactions in the Web container.

    交互完成后所有容器管理事务自动提交,因此web容器中容器管理的事务使用属性

    youdao

  • The EJB container in WebSphere Application Server is ideally suited to the deployment of transactional components, and provides support for both container and bean managed transactions.

    WebSphereApplicationServer 中的EJB容器完美地适合事务组件部署并且提供容器bean管理事务两者支持

    youdao

  • Using container-managed transactions (CMTs) provides two key advantages that are nearly impossible to obtain without container support: composable units of work, and robust transactional behavior.

    使用容器管理事务CMT提供了两个关键的优势(如果没有容器支持几乎不可能的):可组合工作单元健壮事务行为

    youdao

  • This has interesting implications for the question of whether to use no transactions or read-only transactions in flow-managed persistence.

    对于流管理持久化中是使用事务还是使用只读事务问题产生了有趣的影响

    youdao

  • Likewise, multiple transactions can be opened and managed within a single business method.

    同样可以业务方法中打开管理多个事务

    youdao

  • This is a great advantage of using read-only transactions over non-transactional data access in flow-managed persistence.

    流管理持久化使用只读事务优于使用非事务性数据访问的地方。

    youdao

  • Local transactions (sometimes referred to as database transactions) are transactions that are managed by the database rather than the container environment.

    本地事务(有时称为数据库事务)数据库不是容器环境管理事务。

    youdao

  • Compared with flow-managed persistence in atomic flows, the most significant change happens to the scope of transactions: atomicity applies to each step of the process rather than the entire flow.

    原子中流管理持久化相比事务作用域发生最大变化时:原子性应用于进程的一步不是整个流。

    youdao

  • An application running in a non-managed environment must explicitly commit or rollback transactions.

    运行受管环境下的应用程序必须显式提交回滚事务。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定