The specification defines the roles of both interfaces and methods that should be supported by each of them.
该规范定义了这两个接口的角色以及各自应该支持的方法。
Brief explanations are also included of the interfaces and methods when developing a new file system, or when porting an existing file system to the AIX operating system.
本文还对在开发新的文件系统或者将现有的文件系统移植到AIX操作系统时所使用的接口和方法进行了简单的说明。
Using a stored procedures approach, a Visual Basic.NET developer could develop a CICS application using the very same interfaces and methods that are used to access all relational data.
通过使用存储过程的方法,Visual Basic.NET开发人员同样可以开发一个CICS应用程序,而只需使用与访问所有关系数据所用的相同的接口和方法。
It defines a standard set of interfaces for representing documents, as well as a standard set of methods for accessing and manipulating them.
它为表示文档定义了一套标准的接口集,也为访问和操纵文档定义了一套标准的方法。
Also, like both classes and interfaces, traits can introduce new methods.
同样,与类和接口类似,特征可以引入新方法。
Matchers specify a set of rules for messages that will be received based on interfaces, object paths, and methods (see below).
匹配器为可以基于接口、对象路径和方法进行接收的消息指定一组规则(见后)。
You then have an API for accessing runtime information of the objects running in your application, like what properties and methods they have, what interfaces they implement, etc.
这样你就可以在运行时获得对象的信息,比如对象包含的属性和方法以及实现的接口等等。
This stage prepares the necessary data structures that represent fields, methods, and implemented interfaces that are defined within each class.
这个阶段准备代表每个类中定义的字段、方法和实现接口所必需的数据结构。
A COM client interacts with a COM object by acquiring a pointer to one of the object's interfaces and invoking methods through that pointer, as if the object resides in the client's address space.
COM的客户程序通过获取指向一个对象接口的一个指针,并通过该指针来调用方法以实现与COM对象之间的互相作用,就好像对象驻留在客户程序的地址空间中一样。
Basically the idea is that the compiler "starts over" and figures out which methods implement which interfaces.
基本上来说,编译器会“重新开始”并找出哪个方法实现了哪个接口。
What this means in practice is that developers create stubs for remote objects by writing compatible interfaces by hand, processing WSDL files, or even dynamic methods and introspection.
在实践上,这意味着开发人员必须通过手工编写兼容接口、处理WSDL文件甚至动态方法和自我度量,以便为远程对象创建存根。
The standard HTTP methods can greatly simplify and unify the design of interfaces.
标准的HTTP方法可以大大简化和统一接口的设计。
Of course, with some changes to the code provided you could apply the same sort of analysis to methods as well as fields, and that way the analysis could include interfaces.
当然,对本文提供的代码做些修改,也可以把同样的分析像用于字段一样用于方法,而且这种分析方法也能包含接口。
This includes existing programs using traditional update methods and external interfaces capable of utilizing stored procedure calls.
这包括使用传统更新方法的现有程序和能够利用存储过程调用的外部接口。
This requires familiarity with COM programming, and that you implement all of the properties and methods of these interfaces, even those you don't intend to use.
这个要求对COM编程比较熟悉,你必须实现这些接口的所有的属性和方法,即使你不需要那些方法和属性。
DOM defines a standard set of interfaces for representing documents, a standard model of how these objects can be combined, and a standard set of methods for accessing and manipulating them.
DOM定义了一组表示文档的标准接口、一个用于组合这些对象的标准模型和一组用于访问和操纵它们的标准方法。
PHP has a useful reflection API, which allows us to reverse-engineer classes, interfaces, functions, and methods.
PHP有一个有用的反射API,它允许我们对类、接口、函数和方法执行反向工程。
This becomes very useful when you need to have a mix of inline and annoated methods and/or calls to different method interfaces inside the same transaction.
当需要在同一个事务中混合内联和方法和/或对不同方法接口的调用时,这就变得非常有用了。
If the item objects returned from reading the shopping cart implement the interfaces required by the catalog, lead times, and prices methods, no copying at all is necessary in the process.
如果读取购物车所返回的条目对象实现了分类、交货期和价格方法所要求的接口,则该过程不需要进行任何复制。
The next important feature to take advantage of when migrating from PHP V4 to V5 is support for contract programming through interfaces and abstract classes and methods.
从PHP V 4迁移到PHP v5时要利用的下一个重要特性是支持通过接口、抽象类和方法进行契约编程。
So now that you have seen how to create repository interfaces with query methods it's probably interesting how you get that stuff started and ready to be used.
到目前为止我们已经讨论了如何创建带有查询方法的库接口,接下来我们看一下如何使用这些接口。
These methods and interfaces are packaged as DB2 JDBC drivers and are categorized as Legacy CLI-based drivers and new Universal JDBC drivers.
这些方法和接口被包装成DB2JDBC驱动程序,并且分为了 基于CLI 的传统驱动程序和新的通用 JDBC 驱动程序。
A more-typical COM API would contain many more interfaces, each containing many methods and properties.
更典型一些的COMAPI还应当包含更多的接口,每个接口还要包含更多的方法和属性。
Includes objects, attributes, interfaces, and methods which are required purely for integration purposes.
包括纯粹为整合的目标所需的对象、属性、接口和方法。
You can implement methods of ServiceMix interfaces to control the starting and stopping of a component.
您可以实现ServiceMix接口的方法来控制组件的启动和停止。
Select methods from the Home and Component interfaces that each selected security role is allowed to invoke (Figure 24), then Finish.
从Home和Component接口中选择方法,每个所选的安全性角色均可调用这些方法(图24),然后选择 Finish。
Therefore instead of implementing Spring-specific interfaces, many Spring users have taken advantage of the second option which is to provide their own initialization and destruction methods.
因此,许多Spring用户并不采用实现这些Spring特定接口的方法,而利用第二个选项,那就是提供他们自己的初始化和销毁方法。
In the same way that both inline methods and DAOs are used in the heterogenous batch example, you can also use several annotated method interfaces (DAOs) in the same heterogenous batch operation.
通过与在异构批处理例子中使用内联方法和DAOs相同的方式,还可以在同一个异构批处理操作中使用多个注释方法接口(DAOs)。
You can configure method-permission for methods in the bean's Home, Remote, Local and LocalHome interfaces.
您可以在Bean的Home、Remote、Local和LocalHome 接口中为方法配置method-permission。
You can configure method-permission for methods in the bean's Home, Remote, Local and LocalHome interfaces.
您可以在Bean的Home、Remote、Local和LocalHome 接口中为方法配置method-permission。
应用推荐