This enables the call to flow through to the actual EJB method that was invoked.
这可让该调用方法流经实际被调用的EJB方法。
This will enable the call to flow through to the actual EJB method that was invoked.
这样将使得该调用可以通向被调用的实际e JB方法。
Performance impacts result if objects must be created for each argument of each EJB method.
如果必须为每个EJB 方法的每个参数创建对象,则会带来性能影响。
You can expose the EJB method to consumers using a remote client view or a local client view.
可以将此EJB方法公开给使用远程客户机视图或本地客户机视图的使用者。
Review the generated WSDL files and check that the operations and messages match with the EJB method.
检查已经生成的WSDL文件,然后查看这些操作和消息是否与EJB 方法匹配。
To overcome this problem, the sample application passes the user name explicitly when calling an EJB method.
要解决这个问题,示例应用程序在调用EJB方法时显式传递用户名。
In the next column, we will examine an exchange that gets into the details of how to design EJB method signatures.
在接下来的专栏中,我们将讨论如何设计EJB方法签名的细节。
It described a simple session EJB method that updates both JDBC and JMS data, necessitating an XA transaction.
它描述了通过一个可以更新jdbc和JMS数据的简单会话ejb来实现xa事务。
By default, this option is disabled and a copy of each parameter object is made and passed to the invoked EJB method.
默认情况下,此选项是禁用的,并且将各参数对象的副本传递给调用的EJB方法。
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方法中。
If the specific EJB method in question matches the defined pattern, then the interceptors defined for that pattern are applied.
如果所关注的特定的EJB方法与定义的模式相符的话,那么为该模式定义的截取程序就会被应用。
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方法?
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 b页或EJB方法调用。
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.
当使用Required、Supports或Mandatory事务属性配置了EJB方法时,EJB容器也可以使用客户端的全局事务。
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事务失败,那么资源操作也会回滚。
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方法调用,以允许动态确定授权检查。
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方法。
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),并避免必需的对象复制操作。
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工作。
Using declarative security, you can define security roles in the assembly descriptor of the EJB Module and assign method permissions to each role.
通过使用声明的安全,您可以定义EJB模块的集合描述符中的安全角色,并为每个角色分配方法许可。
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客户端之间的事务边界,并在部署描述符指定该边界。
Finally, the article walks you through the best and easiest method for EJB lookup and optimization.
最后,本文将介绍有关EJB查找和优化的最佳且最简单的方法。
Users and user groups can be created that can be granted or denied execution rights to any EJB component or method.
创建的用户和用户组可以被授予或禁止对任何EJ b组件或方法的操作权。
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组件。
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并继续您的操作。
The dashed arrows in Figure 3 indicate the notification of the connection manager by the EJB container when a method completes.
图3中虚线箭头表示方法完成时ejb容器对连接管理器的通知。
However, the greater the complexity of the transaction, the greater the probability that the EJB component will fail the method call.
然而,事务越复杂,EJB组件方法调用失败的概率就会越高。
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设置方法时都会将更新写到数据库中。
In our scenario the old create method on the Account EJB is no longer used so it can be deleted.
在我们的场景中,AccountEJB上的旧create方法将不再使用,因此可以将其删除。
In our scenario the old create method on the Account EJB is no longer used so it can be deleted.
在我们的场景中,AccountEJB上的旧create方法将不再使用,因此可以将其删除。
应用推荐