• The transacted parameter passed when the JMS session is created is ignored this timeall messages will be received as part of global transaction started by the container.

    创建JMS会话创建事务参数此时忽略——所有消息都将作为容器所启动全局事务一部分进行接收

    youdao

  • 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.

    传送容器会话相似,漏洞探测会话可以包含多个容器其中一个容器一对完成往返过程的请求响应组成。

    youdao

  • 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容器工作负载路由会话关联性需求

    youdao

  • 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.

    用户开始访问用户最后一访问结束的这时间内,容器会话进行维护。

    youdao

  • 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容器自动抽取会话标识将请求相应的会话进行关联。

    youdao

  • Session state represents data that is kept on the server with a limited lifetime managed by the portlet container.

    会话状态表示服务器保持具有有限生存期的数据,其生存期Portlet容器进行管理

    youdao

  • 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容器事务服务定时服务、OrbSession复制模块以及其他组件使用了Shoal集群中的成员进行交互

    youdao

  • They may also use message-driven Beans and Session Beans and web services implemented using the framework provided by the container.

    它们使用消息驱动BeanSession Bean,以及使用容器提供框架来实现WebService

    youdao

  • Stateless session beans in particular can be easily pooled by the container, because they only need to maintain state per request.

    特别无状态会话bean可以方便地被容器合用,因为它们需要维护每个请求的状态

    youdao

  • The EJB container provides for all stateful session bean management.

    ejb容器提供所有有状态会话bean管理。

    youdao

  • EJB container; in this case, you also generate an EJB session bean.

    ejb容器这种情况下可以生成一个EJB会话bean

    youdao

  • If the JSP container detects a cookie storing the user's current session ID, no rewriting is necessary.

    如果jsp容器检测到一个存储用户当前会话标识cookie,那么就不必进行重写

    youdao

  • SessionCreated - The container calls this method after a new session is created.

    sessionCreated——创建会话之后容器调用这个方法

    youdao

  • SessionDestroyed - The container calls this method after a session is invalidated or expired.

    sessionDestroyed——会话失效过期之后容器调用这个方法

    youdao

  • Pooling and resource utilization: an EJB container provides pooling of stateless session beans.

    资源管理ejb容器提供了无状态会话bean池。

    youdao

  • 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活动状态方面却无能为力。

    youdao

  • 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实现的部署。

    youdao

  • Terracotta's support for Tomcat includes clustering of session and application data in web applications running on the popular open source servlet container.

    TerracottaTomcat支持包括web应用session应用数据集群,只要应用运行流行开源servlet容器上就可以。

    youdao

  • 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的停止崩溃而丧失。

    youdao

  • 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

    youdao

  • 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规范使用注解应用容器服务

    youdao

  • If you know that the user is done with the session, save the container the work and invalidate it.

    如果知道用户使用完了会话,可以使容器不再处理使它作废

    youdao

  • Due to the applications I was working with at the time, I also needed access to a clean, container-agnostic session mechanism.

    由于当时正从事应用开发,需要一个干净容器无关的会话机制

    youdao

  • Through this interface, the servlet container creates and manages a session between the client and the server.

    通过接口servlet容器创建管理客户机服务器之间会话

    youdao

  • 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所描述的,降低管理数据库实体复杂性

    youdao

  • 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的实现。

    youdao

  • In the EJB container, expand the EJB project and the session bean until you can see and select ResourceRef.

    ejb容器中展开EJB项目会话bean直到可以看到选择ResourceRef为止

    youdao

  • Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.

    秒为单位指定servlet容器使会话失效之前客户端请求之间间隔时间

    youdao

  • 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才能调用方法

    youdao

  • 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才能调用方法

    youdao

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

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

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