The transacted parameter passed when the JMS session is created is ignored this time — all messages will be received as part of global transaction started by the container.
创建JMS会话时创建的事务参数此时将被忽略——所有消息都将作为容器所启动的全局事务的一部分进行接收。
Like the traversal container session, a vulnerability probe session might contain multiple containers, each of which consists of only one request-response pair needed to complete a round trip.
与传送容器会话相似,漏洞探测会话可以包含多个容器,其中每一个容器仅由一对完成往返过程的请求响应组成。
The stateless SIP proxy functionality in the proxy server enables the proxy to handle the workload, routing, and session affinity needs of the SIP container with less complexity.
代理服务器中的无状态SIP代理功能允许代理处理复杂性较低的sip容器的工作负载、路由和会话关联性需求。
The session is maintained by a container for a period of time, from the beginning of the user's access to the end of the user's last access.
从用户开始访问到用户最后一次访问结束的这段时间内,由容器对会话进行维护。
When a browser sends a request for a URL that has been rewritten in this manner, the JSP container automatically extracts the session ID and associates the request with the corresponding session.
当浏览器发送用这种方式重写的URL请求时,jsp容器自动抽取会话标识,并将请求与相应的会话进行关联。
Session state represents data that is kept on the server with a limited lifetime managed by the portlet container.
会话状态表示服务器上保持的具有有限生存期的数据,其生存期由Portlet容器进行管理。
EJB container, Transaction service, Timer service, Orb, Session Replication Module and other components in GlassFish application server use Shoal for accessing and interacting with cluster members.
GlassFish应用服务器中的EJB容器、事务服务、定时服务、Orb、Session复制模块以及其他组件都使用了Shoal来与集群中的成员进行交互。
They may also use message-driven Beans and Session Beans and web services implemented using the framework provided by the container.
它们也使用消息驱动的Bean和Session Bean,以及使用容器提供的框架来实现WebService。
Stateless session beans in particular can be easily pooled by the container, because they only need to maintain state per request.
特别地,无状态会话bean可以方便地被容器合用,因为它们只需要维护每个请求的状态。
The EJB container provides for all stateful session bean management.
ejb容器提供了所有有状态会话bean管理。
EJB container; in this case, you also generate an EJB session bean.
ejb容器;在这种情况下,您还可以生成一个EJB会话bean。
If the JSP container detects a cookie storing the user's current session ID, no rewriting is necessary.
如果jsp容器检测到一个存储用户当前会话标识的cookie,那么就不必进行重写。
SessionCreated - The container calls this method after a new session is created.
sessionCreated——在创建新会话之后,容器调用这个方法。
SessionDestroyed - The container calls this method after a session is invalidated or expired.
sessionDestroyed——在会话失效或过期之后,容器调用这个方法。
Pooling and resource utilization: an EJB container provides pooling of stateless session beans.
池与资源管理:ejb容器提供了无状态会话bean池。
While the passivation mechanism is helpful in freeing up container resources, it does nothing to prevent a server crash from losing the active state of a stateful session bean.
尽管在释放容器资源方面钝化机制非常有帮助,但是在防止服务器崩溃以避免丢失有状态会话 bean的活动状态方面却无能为力。
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实现的部署。
Terracotta's support for Tomcat includes clustering of session and application data in web applications running on the popular open source servlet container.
Terracotta对Tomcat的支持包括web应用中session和应用级数据的集群,只要应用运行在流行的开源servlet容器上就可以。
The Singleton session bean lives for the duration of the container in which it is created but state does not survive a shut-down or a crash of the JVM.
单例sessionbean的生命周期与创建它的容器保持一致,但是其状态会因为JVM的停止或崩溃而丧失。
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。
The EJB 3.0 specification will use annotations to apply container services. Here is an example of how you would specify a transactional attribute on a stateless session bean.
EJB 3.0规范将使用注解来应用容器服务。
If you know that the user is done with the session, save the container the work and invalidate it.
如果知道用户使用完了会话,可以使容器不再处理它并使它作废。
Due to the applications I was working with at the time, I also needed access to a clean, container-agnostic session mechanism.
由于当时正从事应用开发,我也需要一个干净、容器无关的会话机制。
Through this interface, the servlet container creates and manages a session between the client and the server.
通过该接口,servlet容器创建和管理客户机和服务器之间的会话。
The stateless session bean with container-managed transactional methods, as described in Listing 5 and Listing 6, reduce the complexity involved with managing database entities.
具有容器管理事务方法的无状态会话bean,如清单5和清单6所描述的,降低了管理数据库实体的复杂性。
It provided an implementation of remote session beans directly and used Castor for its implementation of container-managed persistence (CMP) entity beans.
它直接提供了一个远程会话bean的实现,并使用Castor作为它的容器管理持久性(CMP)实体bean的实现。
In the EJB container, expand the EJB project and the session bean until you can see and select ResourceRef.
在ejb容器中,展开EJB项目和会话bean,直到您可以看到和选择ResourceRef为止。
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.
以秒为单位指定servlet容器使会话失效之前客户端请求之间的间隔时间。
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才能调用该方法。
应用推荐