The provider class interfaces with the system of your choice for managing transaction authorization.
这个provider类与管理事务授权的系统进行交互。
In the same way that we discovered function interfaces by encapsulation and generalization, we can discover class interfaces by data encapsulation.
之前我们对函数接口进行过封装和泛化的处理,现在也可以通过数据封装来改进类的接口。
Object-oriented should find pertinent objects, factor them into classes at the right granularity, define class interfaces and inheritance hierarchies, and establish key relationships among them.
面向对象要求找到相关的对象,以适当的粒度将它们归类,再定义类的接口和继承层次,建立对象之间的基本关系。
Class: patterns about how to create classes and interfaces.
类:关于如何创建类和接口的模式。
You can implement abstraction by having realizations between the interfaces and the class implementations.
您可以通过实现接口和类执行来执行这些抽象操作。
A general principle of test-driven development is that you should test all published interfaces to a class.
测试驱动的开发的总体原则之一就是应测试一个类已发布的所有接口。
Enable class injection and referencing through interfaces.
支持类注入和通过接口引用。
Also, notice that the service class does not implement any interfaces.
另外,请注意,这个服务类并没有实现任何接口。
While you could develop a class that implements all three interfaces, you end up with quite a lot of technology-specific code for accessing and processing the actual messages.
当您能开发一个类来实现所有这三个接口时,会以访问、处理实际消息的代码而结束,而这些代码又与许多与技术细节是紧密相关的。
So, you need to look at your application to see what classes and interfaces are related to a particular class that you think you need to change.
那么,您需要观察您的应用程序,以看出您认为需要变更的特定类与那些类和接口是相关联的。
This stage prepares the necessary data structures that represent fields, methods, and implemented interfaces that are defined within each class.
这个阶段准备代表每个类中定义的字段、方法和实现接口所必需的数据结构。
Once you’ve created a class with ports and interfaces, it follows that you can re-use them in multiple contexts.
一旦您创建了一个带有部件与接口的类,那么接下来您就可以在多种背景下重复使用它了。
For another, a single class can implement multiple interfaces.
另一方面,单个类可以实现多个接口。
The class files from the second package implement the interfaces from the first.
第二个包中的类文件实现了第一个包中的接口。
I could just as easily specify multiple interfaces that the dynamic proxy class would implement at runtime.
我可以很容易地指定动态代理类在运行时要实现的多个接口。
This means that the owning class "realizes" the provided interfaces on the port.
这意味着拥有的类“实现”了端口上提供的接口。
The algorithm USES the name of the serializable class, names of all the interfaces it implements, all the data members of the serializable class, etc.
该算法使用了可序列化的名称、类实现的所有接口的名称、可序列化类的所有数据成员,等等。
Following the constant pool are several items that reference constant pool entries for the class itself, its super class, and interfaces.
常量池后面还有几项,它们引用了类本身、其超类以及接口的常量池项。
This metadata includes information about the class itself, such as the package and superclass of the class, as well as the interfaces implemented by the class.
这类元数据包括关于类自身的信息,如包和类的父类,以及该类实施的接口。
To a certain degree, then, IDL interfaces correspond to class definitions, and CORBA objects correspond to class instances.
因而在某种程度上,IDL接口对应于类定义,CORBA对象对应于类实例。
Suppose you have a derived class D whose base class B has implemented some interfaces.
假设有个类型D,它的基类B实现了某些接口。
The next step is to run your unit tests, fix the syntax errors (that is, implement the class with the interfaces just defined by your test), and run the tests again.
下一步就是运行您的单元测试,修正语法错误(即,编写一个类,使它实现您的测试刚定义的接口),并再次运行测试。
The early draft talks about allowing the possibility for the generation of Business Interfaces from the Bean class.
早期的草案中允许存在从bean类产生业务接口的可能性。
No special interfaces or class path restrictions.
无特殊接口或者类路径限制。
Also, all the generated interfaces have a factory class that contains static methods such as.
此外,所有生成的接口都有一个包含静态方法的工厂类,比如。
We noted above that NHibernate does not require any special interfaces or other code in a class that is to be mapped.
我们在上面就已经说了,Nhibernate不需要特定的接口或是特定的代码写在要映射的类里。
Figure 6 is a UML class diagram showing these interfaces.
图6是一个展示了这些接口的uml类图。
To simplify work, SAX provides a default implementation for these interfaces in the DefaultHandler class.
为简化工作,SAX在defaulthandler类中提供了这些接口的缺省实现。
If you have used zope interfaces, you may have seen examples of class initializers (zope.interface.implements).
如果使用过zope界面,也许见过类初始化器的例子(zope . interface . implements)。
If you have used zope interfaces, you may have seen examples of class initializers (zope.interface.implements).
如果使用过zope界面,也许见过类初始化器的例子(zope . interface . implements)。
应用推荐