In FieldSetEditor, I implement the method signature that matches field accesses.
在FieldSetEditor中,我实现了匹配字段访问的方法签名。
It's a TestCase that exposes the public static TestSuite suite method signature.
它是一个公开publicstaticTestSuitesuite方法签名的TestCase。
For example, the HumanTaskManager EJB interface offers the following method signature.
例如,HumanTaskManagerEJB接口提供了以下方法签名。
Since we are changing the method signature, we are clearly breaking the existing clients.
由于我们修改了方法签名,显然已经破坏了现有客户机。
Another example: the user identity is passed as a parameter defined in the method signature.
另一个示例:用户标识作为方法签名中定义的参数进行传递。
It also converts these XPath types to related types if necessary to match a method signature.
如果有必要匹配方法签名,那么它还会将这些xpath类型转换成相关类型。
Don't forget to modify the variable name for MessageContext in the handle() method signature.
不要忘记在handle()方法签名中修改MessageContext的变量名称。
For instance, you may change the method signature so that the collaborator object is passed in.
例如,可以更改方法签名,以便传入合作者对象。
In a data logic method, the return value is an object or value that matches the method signature.
在数据逻辑方法中,返回值是一个对象或与方法签名相匹配的值。
The event handler must have the same method signature as the delegate declared for the event.
事件处理程序必须具有与为事件声明的委托相同的方法签名。
The method you'll implement will play the game "I'm thinking of a number." the method signature is.
您将实现的方法将玩“猜数字”游戏。
Abstract methods must be qualified by the abstract keyword and must consist of a method signature only.
抽象方法必须用abstract 关键字限定,且必须只由一个方法签名组成。
This method has the same method signature and returns all the records deleted over a certain time period.
这个方法有着与 getUpdated 同样的方法签名并会返回在某个时间段内被删除的所有记录 。
The worst offense is that you have to change the method signature to declare that it throws a RemoteException.
最大的麻烦就是需要更改方法签名以声明抛出一个RemoteException。
By default, this file does not exist because EMF simply provides an empty method signature for each EOperation.
默认情况下,这个文件并不存在,因为EMF只为每个EOperation提供一个空的方法签名。
When you select the corresponding property, you can see the change in the method signature at the top of the page.
当您选择了相应的属性,您就能看到这一页顶端的方法签名的变化。
The method signature ends with a colon, which indicates that the body of the function follows on subsequent lines.
方法签名以冒号结尾,表示下面的代码行是函数体。
The first line of a function definition, also known as the method signature, begins with def (shorthand for define).
函数定义的第一行也称为方法签名(method signature),以def开头(def是define这个单词的缩写)。
You can throw any kind of exception you like - checked, runtime, or error - as long as the method signature supports it.
可以抛出您需要的任何类型的异常(已检查、运行时或错误),只要方法签名支持它即可。
A delegate can be created for a method on any class, as long as the method fits the method signature for the delegate.
可以为任何类上的方法创建委托,前提是该方法符合委托的方法签名。
It's also good practice, because you can tell from the method signature that calling the method can't alter the object's state.
这也是一种好的做法,因为你可以从方法声明中看出调用该方法不需要更新此对象的状态。
You will also notice that the whole framework USES these interfaces in almost each and every method signature or return type.
你也能了解整个框架使用的接口,和每一个方法名,返回类型。
If you want to change a method signature or add a method, you modify the source, but once you save it you must rebuild your.JAR file.
如果您想改变方法签名或者添加一个方法,您要修改您的插件程序的源代码,但是一旦您将其保存您必须重新构建您的JAR文件。
Modify the HelloApi API class to add a parameter and a return value to the getMsg method signature. The HelloApi class is shown below.
修改HelloApiAPI类以向 getMsg方法签名中添加参数和返回值。
The MessageListenerAdapter then USES this object to call a method on a user provided handler class that has a matching method signature.
MessageListenerAdapter随后用这个对象来调用某个方法,用户提供的具有相应方法签名的处理类实现了该方法。
The default method signature for an advice is to take a single parameter, which provides information about the pointcut being intercepted.
advice的默认方法签名接受一个参数,该参数提供关于中断的pointcut的信息。
This use of the method symbol name is referred to as the method signature and, for the purposes of overloading, the return type is ignored.
这种方法符号名称被称作方法签名,为了便于重载,返回类型被省略。
The method signature for publishing a message is int publish (String, MqttPayload, byte, Boolean). The four parameters are explained in detail.
发布消息的方法签名是intpublish (String,MqttPayload,byte,Boolean)。
None of this information is provided by a method signature regardless of where they are implemented, but this information is crucial to a good SOA.
不管是否实现,方法签名都不会提供此信息,但此信息对于好的soa来说是很关键的。
None of this information is provided by a method signature regardless of where they are implemented, but this information is crucial to a good SOA.
不管是否实现,方法签名都不会提供此信息,但此信息对于好的soa来说是很关键的。
应用推荐