The implementation of these methods depends on the requirements of your application.
这些方法的实现依赖于您的应用程序的需求。
If it does, the behavior of these methods is undefined in the general case, although this specific implementation attempts to do something reasonable.
如果出现这种情形,通常这些方法的行为是未定义的,虽然这里的具体实现可能会尝试做某些合理的事情。
For the example in this article, I only put implementation inside two methods.
对于本文中的示例,我只将实现放在两个方法中。
Listing 3 shows the implementation of the utility methods I wrote.
清单3显示了我所编写的实用方法的实现。
But what about the implementation of the trait's methods?
但特征方法的实现又是什么样的呢?
This file provides an implementation of all the methods defined in the remote interface, in addition to methods required by the application server (for example, callback methods).
该文件提供在远程接口中定义的所有方法以及应用服务器所需的方法(例如回调方法)的实现。
The implementation contains methods encapsulating all required SQL statements for data access and manipulation.
该实现包含封装所有用于数据访问和操纵的sql语句的方法。
It contains abstract methods whose sole implementation purpose is to perform the CRUD operations on the underlying table.
它包含一些抽象方法,实现这些方法的惟一目的是在底层表上执行CRUD操作。
These methods let you extract that information while hiding the implementation details.
这些方法让你在不知道实现细节的同时获取了这些信息。
I will illustrate the implementation of each of these methods in separate listings in the ensuing sections.
我将在后面的几节中用单独的清单展示每一个方法的实现。
Generate service methods extending the base implementation.
生成扩展基本实现的服务方法。
When a client program talks to my SCA application, how does the SCA runtime invoke the methods on my implementation?
当一个客户机程序与我的SCA应用程序通信时,SCA运行时如何对我实现调用方法?
This service code is generated in the form of a skeleton implementation, with service methods that just throw an exception.
此服务代码以框架实现的形式生成,其中包含直接引发异常的服务方法。
In fact, the implementation of these additional methods are implemented by delegation to the core EMF ones.
事实上,这些附加方法的实现是委派给核心emf方法实现的。
See Listing 2 in the download ZIP file for the implementation of these four methods.
请参阅下载ZIP文件中的 清单2,其中有这四个方法的实现。
They can be complex and require the implementation of certain methods and alternate algorithms, or they can be as simple as removing the infraction.
它们可能会非常复杂且需要实施特定的方法以及不同的运算法则,抑或只需要简单地删除掉片段即可。
You start coding the implementation of single methods without much of the model stubbed out.
开始编写单一方法的实现,而无需去掉大部分模型。
Since we are using an SDO implementation, these methods can be provided generically across the SDO instances.
如果我们使用SDO实现,这些方法在贯穿该sdo实例都会提供。
The only thing missing is the implementation of the methods... but we don't need those for HC.
唯一遗漏的就是方法的实现……但HC不需要这些。
For example, utility methods on the implementation class don't have to exist on the remote interface.
例如,实现类的实用程序方法不必放在远程接口上。
The interface extension feature of XMLBeans allows you to add methods with custom implementation for the generated POJOs.
XMLBeans的接口扩展特性允许在生成的POJO中添加具有定制实现的方法。
Your client application code will utilize these classes in order to issue remote calls to the Web service methods exposed by the PresenceMonitor implementation class.
您的客户端应用程序代码将利用这些类,将远程调用发送给PresenceMonitor实现类公开的Web方法。
These are the reasons why, in addition to the various methods of use described above, there are also different implementation styles to accommodate the variety of requirements.
由于存在这些原因以及上面描述的多种使用方法,MDM系统有不同的实现风格,它们分别应对不同的需求。
It USES the interface defined in the Iservice.cs file and provides the implementation for the methods.
它使用Iservice . cs文件中定义的接口,并提供那些方法的实现。
While ActionListener only has one method in the interface, creating an implementation of an interface in this manner means all methods of that interface implementation will execute the same code.
虽然ActionListener只有接口中的一个方法,但是以这种方式创建接口的一个实现意味着这个接口实现的所有方法都将执行同样的代码。
None of the methods in the implementation throw a RemoteException.
这个实现中没有一个方法抛出RemoteException异常。
It lists the service implementation classes, the methods exposed, and any parameters that should be passed to the web service.
它列出服务实现类、公开的方法和任何应该传递给Web服务的参数。
The primary example of this pattern is implementation of the bean's CRUD methods via calls to relational database stored procedures (such as via JDBC CallableStatements).
此模式的第一个例子是Bean的CRUD方法的实现,这些方法通过调用关系数据库存储过程实现(如通过JDBCCallableStatements)。
The templating system provides several methods to help you add options; you can see the implementation of these methods in the BaseOptionTemplateSection class.
模板系统提供了若干种方法帮助添加选项;在baseoptiontemplatesection类中可以看到这些方法的实现。
Implementation of EJB finder methods in the bean class is not supported by this runtime.
这个运行时不支持bean类中的EJBfinder方法实现。
应用推荐