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

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

    youdao

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

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

    youdao

  • 常用容器管理事务属性Required

    The most common container-managed transaction attribute is Required.

    youdao

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

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

    youdao

  • 对于所有事务RPC可以使用容器管理的事务划分或者组件管理的事务划分。

    For all the transactional RPCs, you can use either container-managed transaction demarcation or component-managed transaction demarcation.

    youdao

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

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

    youdao

  • 意味着可以在同一个事务工作单元进行发送接收而无需借助于bean或者容器管理事务

    This means that you can perform the send and receive as part of the same transactional unit of work without resorting to a bean- or container-managed transaction.

    youdao

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

    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.

    youdao

  • 然而Web容器提供容器管理事务服务但是如果需要,可以通过应用程序以编程方式来控制事务范围。

    There are, however, no container managed transaction services provided by the Web container, although applications can programmatically control the transaction scope if desired.

    youdao

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

    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.

    youdao

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

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

    youdao

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

    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.

    youdao

  • 通过transaction - type属性设置Containerbean可以指出EJB组件使用bean管理的事务支持还是容器管理的事务性支持。

    You indicate whether an EJB component USES bean-managed or container-managed transactional support by setting the transaction-type attribute to either container or bean.

    youdao

  • 这两种情况下容器管理事务确定是否应该提交给定事务

    In both cases, the container manages the transactions and determines whether or not a given transaction should be committed.

    youdao

  • 情况中,都是容器管理事务确定应该提交给定事务还是应该回滚它

    In both cases, the container manages the transactions and determines whether or not a given transaction should be committed or rolled-back.

    youdao

  • EJ b容器支持事务管理可以影响性能

    Transaction management supported by the EJB container can also affect performance.

    youdao

  • ejb容器使开发人员不必管理常见企业功能安全性事务处理连接合用外部资源管理

    The EJB container relieves developers from managing common enterprise functions such as security, transaction handling, connection pooling, and external resource management.

    youdao

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

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

    youdao

  • 容器管理资源事务并行性之类的内容提供了自动支持但是应用程序引入大量负载负荷

    The container provides automatic support for managing things like resources, transactions, and concurrency but can also introduce substantial overhead in your applications.

    youdao

  • LocalTransaction模型中,事务底层数据库资源管理程序(而非应用程序所在容器框架)管理便是它得名的原因。

    The Local transaction model gets its name from the fact that transactions are managed by the underlying database resource manager, not the container or framework your application is running in.

    youdao

  • Web服务生成会自动地生成eJB组件这个组件可以用来管理ejb容器执行事务

    Generating the web service automatically generates the EJB component, which can be used to manage transactions that are performed by the EJB container.

    youdao

  • 利用Blueprint容器功能管理持久性上下文全局事务确保业务逻辑开发单元测试尽可能保持简单

    It leverages the Blueprint container's ability to manage both persistence contexts and global transactions to ensure the business logic remains as simple as possible to develop and unit test.

    youdao

  • 即使合作e JB存在不同容器中,CORBAOTS可以启用容器事务管理程序进行协调,从而使事务容器传播

    Even if the collaborating EJBs are in different containers, CORBA OTS enables the containers' transaction managers to coordinate so that the transaction propagates across containers.

    youdao

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

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

    youdao

  • 实体管理负责实体管理确保容器对象事务完整性

    The entity management layer is responsible for entity management and ensuring the transaction integrity of that object within the container.

    youdao

  • 通过允许COM +容器进行管理,COM +组件可以参与事务以及使用COM +容器提供其他服务

    By allowing the com + container to manage it, the com + component can participate in transactions and use other services provided by the com + container.

    youdao

  • 容器中的ejb调用容器中的EJB时,事务管理程序将使用CORBAOTS

    The transaction manager USES CORBA OTS when an EJB in one container calls an EJB in another container.

    youdao

  • 如果使用注释,则容器将假定使用声明式事务管理(CONTAINER),EJB 3.0的默认事务类型

    If you don't use this annotation, the container assumes you are using declarative transaction management (container), which is the default transaction type for EJB 3.0.

    youdao

  • 为了控制事务组件行为ejb容器提供了用于控制容器管理组件的事务行为的属性

    In order to control the behavior of transactional components, the EJB container offers a set of attributes that can be used to control the transactional behavior of container managed components.

    youdao

  • 例如可能使用Supports容器管理事务属性调用消息驱动bean (MDB)。

    For example, it might invoke a message-driven bean (MDB) with a container manager transaction attribute of Supports.

    youdao

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

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

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