• This enables the call to flow through to the actual EJB method that was invoked.

    可让调用方法流经实际调用EJB方法。

    youdao

  • This will enable the call to flow through to the actual EJB method that was invoked.

    这样使得调用可以通向调用实际e JB方法

    youdao

  • Performance impacts result if objects must be created for each argument of each EJB method.

    如果必须每个EJB 方法每个参数创建对象,则会带来性能影响

    youdao

  • You can expose the EJB method to consumers using a remote client view or a local client view.

    可以将此EJB方法公开使用远程客户机视图本地客户机视图的使用者

    youdao

  • Review the generated WSDL files and check that the operations and messages match with the EJB method.

    检查已经生成WSDL文件然后查看这些操作消息是否EJB 方法匹配

    youdao

  • To overcome this problem, the sample application passes the user name explicitly when calling an EJB method.

    解决这个问题示例应用程序调用EJB方法显式传递用户

    youdao

  • In the next column, we will examine an exchange that gets into the details of how to design EJB method signatures.

    接下来专栏中我们讨论如何设计EJB方法签名细节

    youdao

  • It described a simple session EJB method that updates both JDBC and JMS data, necessitating an XA transaction.

    描述了通过一个可以更新jdbcJMS数据简单会话ejb来实现xa事务

    youdao

  • By default, this option is disabled and a copy of each parameter object is made and passed to the invoked EJB method.

    默认情况下,选项禁用并且参数对象副本传递调用EJB方法。

    youdao

  • This code is either in a Web application (servlet) or in an EJB method that is not executed in a global transaction boundary.

    代码一个Web应用程序(Servlet)或者位于在全局事务边界内执行EJB方法中。

    youdao

  • If the specific EJB method in question matches the defined pattern, then the interceptors defined for that pattern are applied.

    如果关注的特定的EJB方法定义模式相符的话,那么模式定义截取程序就会被应用。

    youdao

  • The snippet in Listing 9 shows how to call the EJB method under the identity of a subject whose credentials were received from the security handler.

    清单9中的片段展示如何安全处理程序接收主体的凭证这个主体身份调用EJB方法

    youdao

  • We'll use the term resource to refer to the finest grain of functionality that we can secure with a permission; for example, a Web page or EJB method call.

    我们使用资源表示可以使用权限保护粒度功能例如We bEJB方法调用。

    youdao

  • The EJB container may also use the client's global transaction when an EJB method is configured with the Required, Supports, or Mandatory transaction attributes.

    使用RequiredSupportsMandatory事务属性配置EJB方法时,EJB容器可以使用客户端的全局事务。

    youdao

  • When the EJB method runs in a transaction, this transactional context extends to the resource: if the EJB transaction fails, then the resource activity is also rolled back.

    eJB方法事务中运行时这个事务上下文会扩展资源上:如果EJB事务失败那么资源操作会回

    youdao

  • For example, the authorization check could be performed by passing operational parameters on an EJB method call, enabling the authorization check to be dynamically determined.

    例如可以通过以下方式执行授权检查:将操作参数传递给EJB方法调用以允许动态确定授权检查。

    youdao

  • Standard J2EE is partially able to satisfy this mapping, for example, by simply mapping the object to a session EJB class, and the operation to a particular secured EJB method.

    标准J2EE可以部分地满足映射例如,可以将对象 映射会话EJB操作 映射到特定安全 EJB方法

    youdao

  • To summarize, the ORB pass by reference option basically treats the invoked EJB method as a local call (even for EJBs with remote interfaces) and avoids the requisite object copy.

    总的来说,OR B通过引用传递选项基本上将调用EJB方法作为本地调用对待(甚至对于远程接口EJB),避免必需对象复制操作

    youdao

  • If you wish to use Aged timeout with JMS connections from within EJBs, ensure that any JMS work is explicitly committed on the JMS session before the EJB method that performs the JMS operations exits.

    如果希望过时超时ejb中的JMS连接一起使用则在执行JMS操作EJB方法退出之前确保JMS会话中显式提交任何JMS工作

    youdao

  • Using declarative security, you can define security roles in the assembly descriptor of the EJB Module and assign method permissions to each role.

    通过使用声明安全可以定义EJB模块集合描述符中的安全角色为每个角色分配方法许可。

    youdao

  • Every public method on an EJB defines a transactional boundary between the EJB container and the EJB client, as specified in the deployment descriptor.

    EJB每个公共方法定义ejb容器EJB客户端之间事务边界并在部署描述符指定边界。

    youdao

  • Finally, the article walks you through the best and easiest method for EJB lookup and optimization.

    最后本文介绍有关EJB查找优化最佳最简单方法

    youdao

  • Users and user groups can be created that can be granted or denied execution rights to any EJB component or method.

    创建用户用户可以授予禁止任何EJ b组件方法的操作

    youdao

  • All EJB servers allow a method to map the source of the data back to the container and, eventually, to the EJB component.

    所有EJB服务器允许一个方法数据源映射容器最终映射EJB组件。

    youdao

  • Once you have the home interface of the EJB, you can use the EJB create method to get the actual EJB and carry on with your operations.

    EJB接口之后,可以使用EJB创建方法获得真正EJB继续操作

    youdao

  • The dashed arrows in Figure 3 indicate the notification of the connection manager by the EJB container when a method completes.

    3虚线箭头表示方法完成ejb容器连接管理通知

    youdao

  • However, the greater the complexity of the transaction, the greater the probability that the EJB component will fail the method call.

    然而事务复杂EJB组件方法调用失败概率就会越高。

    youdao

  • If you set this element to False, then updates are written to the database each time a CMP EJB set method is called.

    如果元素设置False每次调用CMPEJB设置方法时都会将更新写到数据库

    youdao

  • In our scenario the old create method on the Account EJB is no longer used so it can be deleted.

    我们场景中AccountEJBcreate方法不再使用因此可以其删除

    youdao

  • In our scenario the old create method on the Account EJB is no longer used so it can be deleted.

    我们场景中AccountEJBcreate方法不再使用因此可以其删除

    youdao

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

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

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