stateful client的意思|示意

美 / / 英 / /

有状态的客户


stateful client的网络常见释义

状态客户端 ... manage state 管理状态 stateful client 状态客户端 best practice 最佳实践 ...

stateful client相关例句

The server can then use that identifier to look up all the complicated state (some of which the client shouldn't have access to!) and provide stateful behavior.

然后,服务器可以使用这个标识符查找到所有复杂的状态(包括客户机应该无法访问的数据),并提供有状态的行为。

A stateful bean can only handle requests from a single client until the client releases its hold on that particular bean instance.

有状态bean只能处理来自一个客户机的请求,直到该客户机释放其对那个特殊bean实例的控制。

The service key can guarantee that a specified stateful session bean will be accessed by subsequent requests from same client.

这个服务密匙能够保证:一个指定的有状态会话bean将被来自同一个客户机的后续请求访问。

Stateful command instances are generally used only once, or are pooled and recycled once the client is done with it.

有状态command实例通常仅仅使用一次,或者被放入池中,每次客户端使用完以后便回收。

Stateful information can be stored in HTML form fields, appended to hyperlinks, or stored in cookies on the client side.

有状态信息可以存储在HTML表单字段中、附加到超链接或者存储在客户机端的cookie中。

In this example Web application, the client (a JSP page in the Web tier) holds a reference to, and calls methods on, an instance of the CustomerSession stateful session EJB component.

在该示例Web应用程序中,客户机(web层中的jsp页面)保存了一个对CustomerSession状态会话ejb组件的一个实例的引用,并调用该实例上的方法。