在转换返回值之后,客户端存根最终返回到客户端函数。
After possibly converting the return values, the client stub finally returns to the client function.
为调用一个远程函数,客户程序要调用客户机存根。
To invoke a remote function, the client makes a call to the client stub.
正如先前所介绍的,存根方法会采用回调函数作为其最后的实参,该实参用来捕获响应中的球场列表。
As explained earlier, the stub method takes a callback function as its final argument, which is used to capture the list of courses in the response.
当您测试您的程序时,Purify将会提供整个真实的api函数定义,而存根会被忽视。
When you instrument your program, Purify provides the real definitions for the API functions, and stubs are ignored.
闭包捕获真正被调用的Web服务方法存根(称为obj的函数对象)以及流作为日志输出。
The closure captures the information about the actual Web service method stub to be invoked (the function object called obj) as well as the stream for the log output.
在服务器端,传输协议将消息传送给服务器存根,随后服务器存根解包请求消息并调用对象中真正的函数。
At the server side, the transport protocol delivers the message to the server stub, which then unpacks the request message and calls the actual function on the object.
这个 libpurify_stubs.a是一个很小的数据库,它有供PurifyAPI函数所用的空白存根。
The libpurify_stubs.a is a small library that has empty stubs for all Purify API functions.
在其它进程里,另外特殊的对象(叫做存根对象)接收这个缓冲,解包出来参数,调用参数第一位置里指定的函数。
In the other process, another special object (called a stub object) receives this buffer, unpacks the parameters again, and calls the function that the caller meant to call in the first place.
可以为要使用但尚未定义的任何未定义类、构造函数、方法、属性、字段或枚举生成存根。
You can generate a stub for any undefined class, constructor, method, property, field, or enum that you want to use but have not yet defined.
可以为要使用但尚未定义的任何未定义类、构造函数、方法、属性、字段或枚举生成存根。
You can generate a stub for any undefined class, constructor, method, property, field, or enum that you want to use but have not yet defined.
应用推荐