As you can see, the MDB Bean type is message-driven, and the EJB USES container managed transactions.
可以看到,MDBBean类型是消息驱动的,并且EJB使用容器管理的事务。
The EJB container provides full transactional support for global transactions, including container managed transactions (CMT) and bean managed transactions.
ejb容器提供对全局事务的充分的事务支持,包括容器管理事务(CMT)和Bean管理事务。
The EJB container provides full transactional support for global transactions, including container managed transactions (CMT) and bean managed transactions (BMT).
EJB容器提供对全局事务的完整事务支持,包括容器管理的事务 (CMT)和Bean 管理的事务 (BMT)。
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容器中容器管理的事务不使用该属性。
In the case of J2EE container-managed transactions, the container takes responsibility for determining transaction bounds.
在J2EE容器管理事务的情况下,容器的职责是确定事务范围。
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)提供了两个关键的优势(如果没有容器支持这几乎是不可能的):可组合的工作单元和健壮的事务行为。
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.
在LocalTransaction模型中,事务由底层数据库资源管理程序(而非应用程序所在的容器或框架)管理,这便是它得名的原因。
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管理事务两者的支持。
Local transactions (sometimes referred to as database transactions) are transactions that are managed by the database rather than the container environment.
本地事务(有时称为数据库事务)是由数据库而不是容器环境管理的事务。
Having transactions be managed by the container allows the container to make certain optimization decisions for us.
让容器来管理事务允许容器为我们做出某些最优化决定。
The stub and skeleton objects also take care of beginning and committing container-managed transactions.
存根和骨架对象还负责开始和提交容器管理的事务。
EJB container-managed transactions work even when multiple EJBs collaborate to perform a task.
即使多个EJB合作执行任务时,ejb容器管理事务也可以工作。
It's impossible to overemphasize the importance of container-managed transactions.
对容器管理的事务怎么强调都不会过分。
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。
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相应的资源管理器相连接,那么就必须使用容器管理的事务。
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。
For JobStoreCMT, it is required that this DataSource contains connections that are capable of participating in JTA (eg container-managed) transactions.
对于JobStoreCMT,它需要这个数据源的连接,都包含在JTA的(如容器管理)的交易能力参与。
JobStoreCMT requires a (second) datasource that contains connections that will not be part of container-managed transactions.
JobStoreCMT要求(二)数据源包含连接,不会的一部分容器管理的事务。
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才能调用该方法。
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才能调用该方法。
应用推荐