Using a stateless session EJB component
使用无状态会话EJB 组件
For example, an SCA export results in a generated Stateless Session EJB.
例如,sca导出组件会带来一个生成的无状态会话ejb。
The code to interact with Translation Server will reside in a stateless session EJB.
与TranslationServer进行交互的代码驻留在一个无状态会话ejb中。
For example, mediation is deployed into the engine in the form of a stateless session EJB.
例如,中介以无状态会话ejb的形式配置到引擎中。
An instance of the mediation handler may be reused, exactly like a stateless session EJB.
中介处理程序的一个实例将被重用,这就非常象无状态EJB。
Sender bean — a stateless session EJB with methods for sending messages and receiving responses.
发送方bean——带有发送消息和接收响应方法的无状态会话ejb。
The Scheduler invocation target is a stateless session EJB that implements the following interfaces.
Scheduler调用目标是一个无状态EJB,它实现以下接口。
The EJB project has a stateless session EJB that you will use to invoke your JPA entities to create new members and memberships.
EJB项目拥有一个会话ejb,您可以使用它来调用JPA实体来创建新的成员以及成员类型。
SCA defines several different types of bindings, including Web service, stateless session EJB, JMS, JCA, SCA default binding, and so on.
SCA定义了多个不同的绑定类型,包括Web服务、无状态会话ejb、JMS、JCA、sca缺省绑定等等。
The StoreController servlet fetches the product categories information using the getCats() method of a stateless session EJB called CategoriesBean.
StoreControllerservlet使用称为CategoriesBean的无状态会话EJB 的getCats()方法获取产品类别信息。
They also generate either a POJO or a stateless session EJB skeleton service implementation that has a method for each operation included in the portType.
它们还生成一个POJO或一个无状态会话EJB框架服务实现,含有 portType 元素内的每个操作的方法。
This article starts by taking you through the installation procedure of the Pluggable Application Client, then shows you how to use it to interact with a stateless session EJB.
本文从向用户介绍PluggableApplicationClient的安装过程开始,然后向您说明如何使用它来与无状态会话ejb交互。
Other binding options may be used, such as binding an import to a stateless session EJB that accesses EIS using a resource adapter in a pure J2EE manner, such as through CCI APIs.
也可以使用其他的绑定选项,如将导入绑定到纯j 2ee方式中使用资源适配器访问EIS的无状态ejb,如通过CCIAPI。
We were able to easily generate the necessary artifacts to expose our calculator service stateless session EJB component as a Web service using the Web Services wizard support in WSAD.
通过使用 WSAD中支持的Web服务向导,我们能够很容易地生成所需的构件来将我们的计算器服务无状态的会话EJB组件作为 Web 服务公开。
Methods defined in CustomerSession make calls to methods on stateless session EJB components (with the bean serving as a facade) such as OrderService, to invoke transactions on an EIS.
在CustomerSession中定义的方法,将调用无状态会话ejb组件的方法(这个bean起到一个外观(facade)的作用),例如OrderService,从而调用EIS上的事务。
More specifically, it defines the deployment of a servlet-based implementation bean in the Web container and the deployment of a stateless session EJB implementation in the EJB container.
更确切的说,它在Web容器中定义了一个基于servlet实现的bean的部署,并在EJB容器中定义了一个无状态会话ejb实现的部署。
When I began to learn the EJB specification, I was quite confused that the stateless session beans have a similar behavior, yet I was taught that these were highly scalable.
我开始学习EJB规范时,对无状态会话bean 都有相似地行为这个问题感到很困惑,但是却被告诉这些问题是高度可扩展的。
The EJB reference binding provides access to a service offered by a stateless session bean.
此EJB引用绑定提供对无状态会话Bean 提供的服务的访问。
In fact, stateless session beans have remained steady and reliable in terms of both popularity and functionality since 1999, when the EJB specification was released.
事实上,在普及和功能方面,无状态会话bean自1999年(当年发行了ejb规范)开始就一直保持稳定和可靠。
EJB: a stateless session bean is generated to execute the service.
EJB:生成一个无状态会话bean来执行该服务。
Scalability: Almost all EJB containers provide support for the clustering of stateless session beans.
可伸缩性:几乎所有ejb容器都提供了对无状态会话bean群集的支持。
A pool of stateful session beans cannot be used to accommodate any client request the way that a pool of stateless EJB components can.
有状态会话bean的池不能象无状态EJB组件的池那样用来容纳任何客户机请求。
It is the only class where EJB operations are performed, and it holds the reference to the PhoneBookSession stateless session bean.
它是惟一一个执行ejb操作的类,并保存对PhoneBookSession无状态会话bean的引用。
EJB web services: With the EJB 1.4 specification, web services endpoints can be modeled as stateless session beans.
EJBWeb服务(EJB Webservices):根据EJB 1.4规范,Web服务端点可以模型化为无状态的会话bean。
The EJB JAR has a stateless session bean, which is used to produce a message, and a message-driven bean used to consume a message.
EJBJAR具有一个无状态会话Bean,用于产生消息,而消息驱动 Bean 用于使用消息。
Your EJB layer should be a stateless service fronted by a stateless session bean, so it cannot store user data such as a username or password.
您的ejb层应当是无状态的服务,该服务由无状态的会话bean来负责管理,所以不能存储用户的数据,如用户名或密码。
The declarative transaction Settings for the stateless session bean are done in the ejb deployment descriptor (ejb-jar.xml).
无状态会话Bean的声明式事务设置可以在ejb部署描述符(ejb - jar . xml)中完成。
Pooling and resource utilization: an EJB container provides pooling of stateless session beans.
池与资源管理:ejb容器提供了无状态会话bean池。
Every stateless session bean method that is marked with a container transaction section in the deployment descriptor (ejb-jar.xml) is automatically provided with a CMT by the Geronimo ejb container.
每个用部署描述符(ejb - jar . xml)中的容器事务部分标记的无状态bean方法,都由Geronimoejb容器自动提供有一个CMT。
Every stateless session bean method that is marked with a container transaction section in the deployment descriptor (ejb-jar.xml) is automatically provided with a CMT by the Geronimo ejb container.
每个用部署描述符(ejb - jar . xml)中的容器事务部分标记的无状态bean方法,都由Geronimoejb容器自动提供有一个CMT。
应用推荐