Listing 4 shows the output from the run method.
清单4给出run方法的输出。
The run method handles this process internally.
run方法在内部处理该过程。
The run method of the IntegrateInt class is shown in Listing 5.
IntegrateInt类的run方法如清单5所示。
When the Google Map menu item is selected, the run method is triggered.
当Googlemap菜单项被选中时,runWithEvent方法即被触发。
Consider the execution of the run method of the PrivilegedAction instance.
考虑执行privilegedaction实例的run方法。
Whenever a user selects Open from a menu bar, the run method on line 13 executes.
每当用户从菜单栏选择“open…”时,都要执行第13行上的run方法。
The run method has been rewritten to simply request a full build of the project.
对run进行了重写,以便只请求完全构建项目。
It applies to all of the other IBM Cognos 8 services that implement the run method.
它适用于所有其他实现run方法的IBMCognos8服务。
The run method for saving and loading USES these methods to perform the requested action.
用于保存和装载的run方法使用这两个方法来执行被请求的动作。
I simply create an instance of GroovyShell, pass in the script name, and call the run method.
我只是创建了GroovyShell的实例,传递进脚本名称,然后调用run方法。
In the MessageSender's run method, it USES the ServletResponse to send data back to the client.
在MessageSender的run方法中,它使用ServletResponse将数据发送回客户机。
Additional blocks of code after the run method may be required to handle long running reports.
可能需要run方法后的其他代码块处理长期运行的报告。
When the user clicks the Acronym Expander button, the run method of the preceding class is invoked.
当用户单击Acronym Expander按钮时,将调用前述类中的run方法。
This thread is created by the primordial thread, which executes the run method containing a for loop.
此线程由原始线程创建,后者执行包含for循环的run方法。
Finally, pass the suite itself on to CppUnit: : TextTestRunner before an invocation of the run method.
最后,把套件本身传递给CppUnit:TextTestRunner,然后再调用run方法。
So the run method of this object keeps on executing until the contextDestroyed variable is set to true.
因此,这个对象的run方法将继续执行,直到将 contextDestroyed变量设置为 true 为止。
Begin by opening the class that displays the Hello World message, SampleAction, and note its run method.
首先打开显示“Hello,World”消息的类SampleAction,请注意其run方法。
Don't worry about what's provided by the class HsqldbRunningDecorator, invoked at the end of the action run method.
不用考虑在run方法的最后一步操作中调用hsqldbrunningdecorator类给出的是什么。
The MessageServer run method, shown in Listing 4, establishes an infinite loop to wait for a client connection.
清单4中显示的MessageServer run方法建立了一个无限循环以等待客户机连接。
The Master does not need to know anything about them, and they exist really only for the duration of the run method.
Master不需要了解它们的任何东西,它们实际上也只在run方法运行期间存在。
It implements the run method of the Runnable interface and USES a thread to check if it is time to start making coffee.
它实现了Runnable接口的run方法并使用线程来检查是否该开始煮咖啡了。
As with the Work interface, this class extends Runnable, and Timer invokes the run method at the appropriate times.
同使用Work接口时一样,这个类扩展了Runnable,而且Timer会在适当的时间调用run方法。
For a simple timing test, I call the run method twice, once for each of the properties in the Listing 1 HolderBean class.
为了进行简单的计时测试,我调用run方法两次,对于清单1holderbean类中的每个属性调用一次。
The code in Listing 9 instantiates a Python desktop application and then starts the desktop by calling the run method.
清单9中的代码实例化一个Python桌面应用程序,然后通过调用run方法启动桌面。
The first thing you do in the run method is extract the email address of the Sametime partner whom you are interested in.
用runWithEvent方法做的第一件事就是提取您感兴趣的Sametime合作伙伴的邮件地址。
The Workbench's run method is highlighted, where the contributions to the org.eclipse.ui.startup extension point are processed.
Workbench的run方法被高亮了,对扩展点的贡献在这里被处理。
The application server then associates this transaction with the thread of execution before calling the work object's run method.
然后应用服务器会在调用工作对象的run方法之前把这个事务与执行线程关联起来。
They each delegate the real work to the run method of a PrivilegedExceptionAction class that is invoked within a privileged block.
它们各自将实际工作委托给privilegedexceptionaction类的run方法,这个类在特许块中被调用。
TestCaller is templatized with this class and, as in the case of TestRunner, you make a call to the run method for test execution.
用这个类对TestCaller 进行模板化,与使用TestRunner 时一样,通过调用run方法执行测试。
The only thing of importance to note in the run method is that self.getName() is a method that will identify the name of the thread.
在这个run方法中唯一要注意的是,self.getName() 是一个用于确定该线程名称的方法。
应用推荐