Invoke the method on the proxy asynchronously.
异步调用代理上的方法。
Listing 2. Code for invoking method on MyHelloWorld bean.
清单2.调用MyHelloWorldbean上方法的代码。
First, the PHP interpreter looks for the method on the class.
首先,PHP解释器在类上查找方法。
Invoke the method on the proxy asynchronously with callback handler.
使用回调处理程序异步调用代理上的方法。
Enable the authentication method on AIX systems using the chauthent command.
使用chauthent命令在AIX系统上启用身份验证方法。
All servlet containers must provide a readline method on their input streams.
所有的servlet容器必须在它们的输入流上提供readline方法。
Groovy allows you to use the each method on arrays and Lists interchangeably.
Groovy允许您对数组和List交替使用each方法。
In this pattern, a client invokes a method on the sender bean to send a message.
在该模式下,客户端调用发送方bean中的方法来发送消息。
To perform a method on a D-BUS object, you send the object a method call message.
要执行d -BUS对象的方法,您需要向对象发送一个方法调用消息。
Whenever a user selects Open from a menu bar, the run method on line 13 executes.
每当用户从菜单栏选择“open…”时,都要执行第13行上的run方法。
You can also delegate the behavior to a public method on the aspect if you choose.
如果愿意的话,还可以将行为委派给方面的公共方法。
In the process of activation, the framework calls the binding method on your agent.
在激活过程中,框架将对您的代理调用binding方法。
After you invoke that method on the String STR (str.freeze, STR cannot be modified).
对Stringstr调用该方法(str . freeze)之后,str将不能被修改。
Call the EIS function by invoking the execute method on the instance of Interaction.
通过调用Interaction实例中的execute方法来获取EIS功能。
Now, notice the last line in Listing 1, which calls a close method on the file object.
现在,请注意清单1中的最后一行,它调用file对象的close方法。
For starters, I used brackets when I called the each method on the definitions instance.
为了让初学者看明白,在definitions实例上调用each方法时使用了花括号。
Accept immediately calls the visit method on the visitor, passing the node as a parameter.
accept直接对访问器调用visit方法,并把节点作为参数传递。
Every time you call a method on a jQuery object, the method returns the same jQuery object.
每次对jQuery对象调用方法时,方法都会返回相同的jQuery对象。
Write a test for the withdraw() method on Account. Your test should now look like Listing 6
为Account 的withdraw()方法编写一个测试。
As you'll recall, I utilized the find method on collections, which attempted to find the value 3.
可以回想一下,我在集合上运用了find方法,该方法试图找到值3。
Instead, the server can signal to the resource adapter by calling the release method on the Work object.
相反,服务器可以通过调用Work对象的release方法,给资源适配器发信号。
The error displayed is a NullPointerException occurring in the toString method on the Appointment class.
显示的错误是一个NullPointerException,它发生在appointment类上的toString方法中。
Once this occurs, the emitter validates the event by calling the validate() method on the event instance.
一旦开始验证,发射器通过调用事件实例上的 validate()方法验证事件。
The method body calls the map method on the strings array, which takes a function literal as an argument.
函数的主体调用了strings数组的map方法,它接受一个字面函数(Function Literal)作为参数。
Each of the three patterns we just created provides classes without a single business service method on it.
我们刚刚创建的三个模式都没有提供业务服务方法。
Finally, we call the upper method on a list of strings, and print out the result with Console.println (...)
最后,我们对一个字符串列表调用upper方法,然后用Console .println(…)方法打印出来。
Then, the code gets the reference to the JMS topic using the same lookup method on the InitialContext object.
然后,代码使用InitialContext对象上相同的查询方法(lookup)来获取JMS主题的引用。
Thus, a method on the controller will be invoked when the server responds to the request from the application.
这样,当服务器响应来自应用程序的请求时,控制器上的一个方法将被调用。
This would make it a truly general-purpose SOAP client, because it could invoke any method on any SOAP server.
这将使它成为一个真正的通用SOAP客户机,因为它调用任何 SOAP服务器上的任何方法。
A handler can be anything from calling a method on an object, running a command or invoking a remote object call.
事件处理器可以做任何事,包括调用一个对象的方法,运行一个命令,或者对远程对象进行调用。
应用推荐