存根类包含远程对象的方法签名。
The stub class contains method signatures of the remote object.
这也解释了维护相同方法签名的需求。
This is also explains the requirement of maintaining the same method signature.
接口和方法签名如表2所示。
以jni语法表示方法签名的字符串。
清单7给出receive的方法签名。
此业务异常就是方法签名声明的唯一异常。
This business exception is the only one declared by the method signature.
对方法签名感到很疑惑?
对于抽象类,可以定义任意数目的方法签名。
As with abstract classes, you can define any number of method signatures.
为此,要把方法签名中的值对象替换成接口。
You do this by replacing the value objects in the method signatures with interfaces.
在Web服务方法签名中的复合数据类型集。
Collection of complex data types in the signature of a Web service method.
例如,可以更改方法签名,以便传入合作者对象。
For instance, you may change the method signature so that the collaborator object is passed in.
方法签名以冒号结尾,表示下面的代码行是函数体。
The method signature ends with a colon, which indicates that the body of the function follows on subsequent lines.
相同的方法签名出现在每个参考架构层的不同服务上。
The same method signatures appear on different services residing within each of the reference architecture layers.
此处真正有用的是add方法签名中的一些类型提示。
What would really help here is some type hinting in the add method signature.
由于我们修改了方法签名,显然已经破坏了现有客户机。
Since we are changing the method signature, we are clearly breaking the existing clients.
Catalog服务接口中的方法签名也已发生了更改。
The method signatures in the catalog service interface has also changed.
使用api_method选项定义包括方法签名的方法。
Define the methods using the api_method option, including the method signature.
另一个示例:用户标识作为方法签名中定义的参数进行传递。
Another example: the user identity is passed as a parameter defined in the method signature.
另外还支持对象浏览器,使用Python语法显示方法签名。
The Object Browser is also supported, with the method signatures displayed using Python syntax.
在接下来的专栏中,我们将讨论如何设计EJB方法签名的细节。
In the next column, we will examine an exchange that gets into the details of how to design EJB method signatures.
在数据逻辑方法中,返回值是一个对象或与方法签名相匹配的值。
In a data logic method, the return value is an object or value that matches the method signature.
当您选择了相应的属性,您就能看到这一页顶端的方法签名的变化。
When you select the corresponding property, you can see the change in the method signature at the top of the page.
这种方法符号名称被称作方法签名,为了便于重载,返回类型被省略。
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.
该文件包含任何访问或修改存储在bean中数据的方法的方法签名。
This file contains method signatures for any method that accesses or modifies data stored in the bean.
在FieldSetEditor中,我实现了匹配字段访问的方法签名。
In FieldSetEditor, I implement the method signature that matches field accesses.
如果有必要匹配方法签名,那么它还会将这些xpath类型转换成相关类型。
It also converts these XPath types to related types if necessary to match a method signature.
例如,HumanTaskManagerEJB接口提供了以下方法签名。
For example, the HumanTaskManager EJB interface offers the following method signature.
清单7. message _ queue:receive的方法签名。
抽象方法必须用abstract 关键字限定,且必须只由一个方法签名组成。
Abstract methods must be qualified by the abstract keyword and must consist of a method signature only.
最大的麻烦就是需要更改方法签名以声明抛出一个RemoteException。
The worst offense is that you have to change the method signature to declare that it throws a RemoteException.
应用推荐