Describes guidelines for explicit interface implementations.
描述显式接口实现的准则。
RDBMS: Dynamic schema upgrade when encountering new interface implementations.
RDBMS:当遇到新的接口实现时可以动态升级schema。
This should resolve any import errors associated with the Service Registry interface implementations.
这应该解决任何与ServiceRegistry接口实现关联的导入错误。
This should reduce the number of different interface implementations, thereby reducing the need for recoding and recompiling code.
减少了不同种类的接口实现的数量,代码的重新编码重新编译的需求也随之而减化。
These include using interceptors on field accesses or method calls, adding mix-in interface implementations to existing classes, and more.
其中包括对字段访问或者方法调用使用拦截器,在现有类中添加mix - in接口实现等。
Unfortunately, it is incompatible because at the metadata level every method on every interface has its own slot (which makes explicit interface implementations work).
不幸的是,此假设与实际不符,因为在元数据级别上位于每个接口上的每个方法都有各自的槽(slot)(这使得显式接口实现得以工作)。
At its most basic level, a software "module" consists of an interface and one or more implementations of the interface.
在最基本的层面上,软件“模块”由一个接口和该接口的一个或多个实现组成。
These are the respective implementations of each abstract class and interface in the message queue framework interface package.
它们分别是消息队列框架接口包中每个抽象类和接口的实现。
It is common in object-oriented development to abstract out a common interface that may have multiple implementations and write code that works with the interface, making it more reusable.
在面向对象的开发中,有一种实践很常见:抽象出一个可能拥有多个实现的接口并编写代码以使用该接口,从而使其可以重复利用。
By introducing code written against the interface and having multiple implementations of the interface, there are fewer optimizations that can be done by the GWT compiler.
通过引入针对该接口编写的代码并拥有多个接口实现,GWT编译器可以实施的优化将变得很少。
Adding closures means that I don't have to define an interface type as I did in the original Filter interface, or rely on specific implementations for desired behaviors.
添加闭包意味着我不用像在原来的Filter接口中那样必须定义一个接口类型,或者依赖特定的实现才能得到期望的行为。
The architecture team worked hard to abstract the communication implementations with the Sendable interface; however, the team's first attempt seemingly ignored this interface.
体系结构团队想方设法使用Sendable接口来抽象通讯实现;然而,他们的第一次尝试就好像忽略了这个接口。
Build an interface called speaker, then a couple of different implementations: a Canadian speaker and a Californian speaker. So, you now have the speaker interface.
构建一个称为speaker的接口和两个不同的实现:一个Canadian speaker和一个Californian speaker。
Keep in mind that Queue extends from the Collection interface, so implementations of the Queue interface also implement Collection.
请记住,Queue是从Collection接口扩展的,所以实现Queue接口也就实现了Collection。
All of the service implementations support the same abstract interface, so that clients can invoke each of them in the exact same way.
所有的服务实现支持同一个抽象接口,这样客户机就可以用完全相同的方法来调用它们中的每一个。
The module provides a bridge from the kernel file system interface to user space for user and file system implementations.
该模块为用户和文件系统实现提供从内核文件系统接口到用户空间的桥梁。
Each implementation class is essentially a different provider that offers distinct functionality relative to the other implementations of the interface.
每个实现类本质上都是不同的提供者,均提供与接口的其他实现相关的独特功能。
In order to provide an easy way to switch between different implementations, we'll provide an interface and a factory.
为了提供一个在不同实现之间切换的简单方法,我们将提供一个接口和一个工厂。
In many cases, these method implementations wind up empty and exist only to satisfy the interface and allow the code to compile, leading to cluttered code.
在许多情况下,这些方法实现都是空的,它们之所以存在只是为了满足接口的要求,让代码能够通过编译,这使代码很杂乱。
Other ways of doing the same thing include providing named implementations or implementing the interface yourself in the calling class.
完成同样工作的其他方式包括在调用类中提供指定的实现或者实现您自己的接口。
A GSSAPI login interface is neither mandated by standards nor provided by typical implementations.
一个GSSAPI登录接口既不是由标准托管的,也不是由典型的实现提供的。
Actually, there may be multiple implementations registered to one service interface at a time.
实际上,每次可以有多个注册到服务接口的实现。
Again, we have a factory that is responsible for the instantiation of various business delegate implementations, each of which implements a common interface.
此外,我们有一个负责实例化不同业务实现的工厂,每一个都实现通用接口。
Together WSDL and XSD represent the technology-neutral interface definition language that can be used for SOA implementations.
WSDL和XSD一起形成了与技术无关的可供soa实现使用的接口定义语言。
If it also implements additional interfaces, then it contains the implementations of the additional interfaces (just like an interface proxy).
如果还实现了额外的接口,那么它还要包含对额外接口的实现(就象是接口代理一样)。
Because you have customers in both us and Canada, you have two implementations of the Address interface.
由于既有美国也有加拿大的顾客,所以包含Address接口的两个实现。
These events are not implementations of the ICDIEvent interface described in Part 1.
这些事件不是第1部分所描述的ICDIEvent接口的实现。
XQJ is a generic XQuery data access framework, which provides a uniform interface on top of a variety of different XQuery implementations.
XQJ是一个通用的XQuery数据访问框架,它在许多不同的XQuery实现之上提供了一个统一的接口。
This tenet recognizes that the key to any Web services development is the WSDL document that defines the interface and binding of the corresponding Web service implementations.
该原则认为任何Web服务开发的关键之处在于WSDL文档,该文档定义了相应的 Web服务实现的接口和绑定。
Many business object frameworks employee a Factory pattern to create concrete implementations of their business object interfaces, such as the User interface.
许多业务对象框架采用工厂模式来建立业务对象接口的具体实现,例如user接口。
应用推荐