How do I retrieve the object a method handle is bound to?
我如何检索方法处理对象绑定到?
For each one of those rows, it will execute the method handle.
对于每一行,它将执行handle方法。
Returns a runtime method handle for a method or constructor identified by a metadata token.
返回由元数据标记标识的方法或构造函数的运行时方法句柄。
Returns a runtime method handle for the method or constructor identified by the specified metadata token.
返回由指定元数据标记标识的方法或构造函数的运行时方法句柄。
Returns a runtime method handle for the method or constructor identified by the specified metadata token, specifying the generic type arguments of the type and method where the token is in scope.
返回由指定元数据标记标识的类型的运行时类型句柄,指定标记所在范围内的类型和方法的泛型类型参数。
You pass this method the KFM credential handle so that you can properly decrypt a message.
将KF M凭证的句柄传递给这个方法,就可以正确地将消息解密出来。
You pass this method the KFM credential handle so that you can properly encrypt a message.
将KF M凭证的句柄传递给这个方法,就可以正确地对消息进行加密。
Testing with the second test tool focused on reaching the limits of the server's ability to handle events and method invocations.
使用第二个测试工具完成的测试重点是在于达到服务器处理事件和方法调用的能力的极限。
This is referred in the handle method of the callback handler.
这在回调处理器的处理方法中被引用。
As expected, the test case fails-i have not written a trigger method that will handle more than one transition.
与预期一样,测试用例失败—我并没有编写处理多个转换的触发器方法。
The callback method returns the handle back to the application so that it can keep processing other messages without having to poll for the response message.
回调方法将句柄返回应用程序,这样,应用程序能继续处理其他消息,不必轮询响应消息。
Defines the events that this widget should handle, and the method that is called when the event is received.
定义小部件应该处理的事件,以及收到事件时调用的方法。
It's the situation where, for instance, someone passes a null value to a method not coded to handle nulls.
比方说,把null值传入一个并未编写如何处理null值的方法中,这就是一种边界情况。
This callback handler implements the handle (callback callbacks ) method in the interface.
回调处理器在接口中实现一个处理方法(callbackcallbacks )。
Clients can extend the Callback interface to handle the response within this method.
客户机可以扩展Callback接口以在此方法中处理响应。
The servlet then calls the appropriate objects to handle the method calls against back-end objects, passing the UserDataBean as a parameter.
然后servlet调用适当的对象来处理调用后端对象的方法,将UserDataBean作为参数传递。
When a message arrives that needs to be mediated, the mediation framework will invoke the handle (MessageContext) method on it.
当一个需要被调解的消息抵达后,中介框架将对其调用处理(MessageContext)方法。
Additional blocks of code after the run method may be required to handle long running reports.
可能需要run方法后的其他代码块处理长期运行的报告。
However, the tests such tools come up with tend to be fairly trivial and basic stuff, like whether a method can handle being passed a null argument.
然而,这些工具生成的测试往往相当琐碎和基本,例如方法是否能够处理传递来的null参数。
Use the ID file handle in the NSFNoteCopyAndEncryptExt2 method to encrypt the document.
在NSFNoteCopyAndEncryptExt2 方法中使用取到的ID文件句柄,用以对文档加密。
For example, if an action is executed on the front end, the back-end class's main() method is called to handle the action.
例如,如果在前端执行一个操作,就调用后端类的main()方法处理这个操作。
This works similar to the __call magic method, which is designed to handle method calls for methods that aren't defined or visible in the class.
它的工作方式类似于__ call魔术方法,后者的设计意图是处理那些没有在类中定义或对类不可见的方法的调用。
It would be ideal for the put_file method to handle this case by automatically creating the missing parts of the file's directory tree.
put _ file方法理应通过自动创建文件目录树中的缺失部分来处理这种情况。
The main() method body just finds the class information and then passes it to the addTiming() method to handle the actual modifications.
main()方法的正文只给出类信息,然后将它传递给addTiming() 方法以处理实际的修改。
It connects to the database and returns a handle through the handle method.
它连接到数据库,并通过handle方法返回一个句柄。
To add basic functionality to your mediation, copy and paste the code in Listing 2 below to the handle method of your mediation.
为了向中介添加基本功能,请将下面清单2中的代码复制并粘贴到中介的handle方法。
If the converter produced an object of type trade, then the handler class must contain a method named handle (trade trade).
如果转换器产生了一个交易类型的对象,随后处理类必须包含一个名为handle (trade trade)的方法。
This interface contains one method called handle() that accepts an array of Fault objects.
这个接口包含一个方法,称为handle(),它接受Fault对象数组。
The key to any mediation is the handle method, which is automatically invoked whenever a message is passed to your mediation.
任何中介的关键都是handle方法,只要消息传递给中介,就会自动调用该方法。
On the receiving side the processing is done inside the handle method of StockAppHandler.
在接收端,StockAppHandler的handle方法完成了所有处理过程。
应用推荐