Otherwise the first request to a Transaction Class could take some time because the servant region would need to be started.
否则,针对某个事务分类的第一个请求可能要花一些时间,因为需要启动服务区域。
These are queues that have a wait free side where an NHRT can request to read or write some data (depending on the class) without the danger of blocking.
这些类是具有无等待端的队列,在这里,一个NHRT可以请求读或写某些数据(具体取决于类),而不存在阻塞的风险。
Often, a request requires an instance of a certain class, but this object does not (and should not) need to be recreated in every request.
每个请求都需要特定类的实例,但此对象并不(也不应)需要在每个请求中重新创建。
They can be embedded within a request or response class, and serve as the key data that the client USES.
基类可以被嵌入在请求或响应类中,还可以用作客户机使用的关键数据。
Notice how I access the class from a custom class loader, which loads the compiled bytecodes upon request.
注意我是如何使用自定义的类加载器访问这个类的,该加载器按照请求加载编译后的字节码。
This class encodes the SOAP request message, sends it out and deals with the result, and the WSDL file is loaded and parsed.
这个类编码SOAP请求消息、把消息发送出去并处理结果,还要装载和解析WSDL文件。
Classes are reloaded not only after class garbage-collection; they can also be reloaded at Java programs' request.
类不仅会在该类的对象被垃圾回收时加载,它同样会因程序的需要而被重新加载。
The request processor USES the request URI to find, match, and invoke the corresponding resource class and method.
请求处理器使用请求uri寻找、匹配和调用相应的资源类和方法。
On the server side the URN is extracted and used to look up the class that should receive the request.
在服务器端,URN被抽取出来并用来查找应接收该请求的类。
It USES annotations to map the resource class with a URI and to map standard HTTP methods in an HTTP request to the methods in the resource class.
它使用注释映射资源类与URI,并将HTTP请求中的标准HTTP方法映射到资源类中的方法。
The service name of the request is used to map the request to a transaction class.
请求的服务名用于将请求映射到事务类。
Requests are mapped to a WLM transaction class based on attributes of the request, such as the URL for HTTP requests.
请求基于请求属性映射到wlm事务类,如HTTP请求的URL。
The SOAP binding calls the target method in the target class and passes the Request object as a parameter.
SOAP绑定调用目标类中的目标方法,并将Request对象作为参数传递。
A class that provides the mechanism for initiating a cancellation request.
一个为初始化撤销请求提供相应机制的类。
This means that if the application has to maintain state in AjaxBean class then it will be erased when a new request comes.
这意味着如果应用程序必须在AjaxBean类中维护状态,那么当新请求来临时它就被抹掉了。
To configure CXF dynamically, you need to make use of this implied typing and cast the proxy to the BindingProvider class, then access the request context property map through that cast.
要想动态地配置CXF,需要使用这个隐含的类型并把代理转换为bindingprovider类,然后通过类型转换访问请求上下文属性映射。
The SametimeUnyteService class provides methods to handle generating request URLs to start and join a meeting session, and a method to determine the status of a particular session.
sametimeunyteservice类提供了方法来处理生成的请求URL(开始或加入会议会话),并且提供一种方法确定某个会话的状态。
TurboGears' request dispatch mechanism is routed via controller class and method names.
TurboGears的请求分发机制通过控制器类和方法名进行路由。
Listing 3 shows how to configure the BrowserIdFilter class in web.xml so the filter can intercept every HTTP request.
清单3展示了如何在web . xml中配置browseridfilter类,以便过滤器能够截获每个HTTP请求。
The Controller looks at the incoming event and dispatches the request to an Action class. The struts-config.xml.
控制器查看输入事件并将请求分派给某个action类。
For example, the subscriber class encapsulates the subscriber data that forms part of a request (a start session request, for example).
例如,Subscriber类封装了构成部分请求的订阅者数据(例如,一个开始会话的请求)。
Each type of logon data has a matching function of the IBiBusHeader2 class to be used to retrieve it from the request which is passed to the logon function.
每个登录数据类型在IBiBusHeader 2类中有一个对应的函数,用于从传递给logon函数的请求中获取登录数据。
The Ajax requests are fielded by a PHP driver page, which makes sure that the request is valid and then passes it onto a database wrapper class that handles the request.
Ajax请求受到一个PHP驱动程序页的保护,该页先确保请求有效,然后将其传递到一个处理该请求的数据库包装类。
The purpose of the AuthServlet class, as its name suggests, is to ensure that the user is authenticated before the request is redirected to the action class.
顾名思义,authservlet类的目的是在将请求重定向到action类之前确保用户通过身份验证。
Step 2: If this is the first request to the website, then a class called as' ApplicationManager 'creates an application domain where the website can run.
step2:如果这是www站点的第一个请求,ApplicationManager类将创建一个应用程序域,www站点运行于其中。
The servlet class is the starting point for the Atom feed request processing.
servlet类是处理Atom提要请求的起始点。
After you've connected to the remote server (part of the instantiation of the Client class), you write your request.
在您连接上远程服务器之后(包括client类的部分初始化),您就可以编写您的请求。
The servlet class also ensures that when the request reaches the action class it is over a protected servlet path (/myatom).
servlet类还确保在请求到达action 类时,它通过一个受保护的 servlet路径(/myatom)。
The default action for the default work class of the GSC routing policies is to reject the request with a 404 (Not Found) error.
GSC路由策略的默认工作类的默认行为是使用一个 404 (NotFound)错误拒绝请求。
Your new action class USES a resolver class that processes the request and builds the Atom feed.
新的action类使用一个resolver类处理请求并构建Atom提要。
应用推荐