In choosing a method for determining climatic conditions that existed in the past, paleoclimatologists invoke four principal criteria.
在选择确定过去存在的气候条件的方法时,古气候学家援引了四个主要标准。
The advice can contain the authentication code or, as in this case, it can invoke another method.
通知可以包含认证代码,或者就像在这个示例中一样,可以调用其他方法。
Listing 3 shows how to invoke this method.
清单3显示的是如何调用该方法。
An ORB would receive an invocation message to invoke a specific method for a registered object.
OR b将收到一条调用消息,来为注册的对象调用一个特定的方法。
You declare a method and invoke it using separate syntax, but eventually the system needs to tie the two together.
可以声明一个方法并使用单独的语法调用这个方法,但最终系统需要将这两者绑到一起。
In Listing 9, only authorized retail bank customers can invoke this method.
在清单9中,只有被授权的零售银行客户才能调用该方法。
The MDB method that you wish to invoke takes the deserialized object as a parameter.
希望调用的MDB方法采用反序列化之后的对象作为参数。
Once this information is obtained, the server-specific implementation code must obtain the interface to the requested method, dynamically invoke the method, and return the results.
一旦这个信息被获取,特定于服务器的实现代码必须获得到被请求方法的接口,并动态地调用这个方法,然后返回结果。
For example, when the above task is converted to BPEL, the task becomes an invoke method in the BPEL process.
例如,当上面的任务转换为BPEL时,该任务变成BPEL流程中的一个调用方法。
At the end of the hook method, I invoke the original method call on the decorated object using my new argument list.
在钩子方法的结束部分,我使用新参数列表对修饰对象调用原始方法。
Every time you write to a tied scalar variable, you invoke its STORE method.
每次写绑定标量变量时,都会调用它的STORE方法。
It would then be up to the resource adapter to decide which method to invoke, depending on the event.
这样就可以让资源适配器根据事件判断要调用哪个方法。
Because of interservice communication, one public API-layer update method can invoke another public API-layer update method.
由于执行服务之间的通信,一个公共api层更新方法可以调用另一个公共api层更新方法。
A request generally consists of the name of the method to invoke on the remote server, and the arguments.
请求通常由调用远程服务器上的方法名称和参数组成。
This interface is used by the client or the consumer to invoke the service method.
客户端或使用者使用该接口来调用服务方法。
An aspect can also be placed around an object's method, where the aspect can optionally decide to bypass or invoke the target method (Figure 6).
方面还可以安置在对象方法的周围,在那里方面可以选择决定绕开或激活目标方法(图6)。
Invoke the method on the proxy asynchronously with callback handler.
使用回调处理程序异步调用代理上的方法。
Invoke the method on the proxy asynchronously.
异步调用代理上的方法。
Invoke the request method passing the message as a parameter.
调用request方法,将消息作为参数传递。
Finally, after constructing the HttpRequest, you invoke its enqueue method.
最后,在构建好HttpRequest之后,调用其enqueue方法。
The mediation framework will invoke the handle method of the handler.
中介框架将调用处理程序的handle方法。
The invoke method specified in the example Web service lists all the methods in all the APIs attached to the controller.
示例Web服务中指定的调用方法将列出与控制器关联的所有API中的所有方法。
You can use the setFeature(String feature, boolean value) method to invoke features on the processor.
可以使用setFeature(Stringfeature,booleanvalue)方法来调用处理器上的特性。
In the left pane you select which web service method you wish to invoke.
在左边窗格中,选择希望调用的Web服务方法。
Three JVM instructions are used to invoke a method: invokestatic, invokevirtual, and invokespecial.
三个JVM指令分别用于调用以下方法:invokestatic、invokevirtual和invokespecial。
You may have noticed, while playing with Groovy, a subtle feature that lets you obtain a reference to a method and invoke that reference at will.
您可能注意到,在使用Groovy时,有一项微妙的功能可以让您获得方法引用,并随意调用这个引用。
After you invoke that method on the String STR (str.freeze, STR cannot be modified).
对Stringstr调用该方法(str . freeze)之后,str将不能被修改。
This method will invoke the analysis servlet from Listing 10.
此方法将调用清单10中的分析servlet。
In this case, you must invoke the commit method on the Connection object if all is well; otherwise, invoke the rollback method if an exception occurs.
在本例中,如果一切正常,您必须调用Connection对象上的commit方法;否则,如果出现异常,则调用rollback方法。
Invoke the web service operation using the JAX-RPC Call's invoke method.
使用这个JAX - RPCCall的调用方法调用Web服务操作。
应用推荐