You could equate the concept of VIEWS to an object interface.
您可以将视图的概念与对象接口等同起来。
Object services are groups of services that use an object interface to communicate from one application to the next.
对象服务是一组组的服务,它们利用对象接口从一个应用程序向下一个应用程序进行通信。
Complying with our data object interface and mining model interface, new mining algorithms can be easily integrated to our system.
只要遵循我们的数据模型接口和挖掘模型接口,新的功能、算法可以很容易地集成到系统中来。
Django comes with its own object-relational mapper (ORM) library that supports dynamic database access through a Python object interface.
Django提供了自己的对象关系型数据映射组件(object - relationalmapper,orm)库,它可以通过Python对象接口支持动态数据库访问。
Support for multiple interfaces per object: in CORBA, the interface identifier is implicit because only one object interface is supported, whereas DCOM supports multiple interfaces per object.
支持一对象多接口:在CORBA中,接口标识符是固有的,因为它只支持一种对象接口。然而DCOM能支持一对象多接口。
Since the method under test is written to the interfaces, we can create a mock object for each interface for our tests.
既然测试里的方法写在接口中,我们可以为我们测试的每一个接口创建一个模拟对象。
Any object which implements that method also implements the interface.
任何实现了这一方法的对象也实现了这一接口。
All this interaction occurs with your own transaction object, an object that is really your interface to this world — an object you control from your J2ME device.
所有这些交互都发生在您自己的交易对象上,该对象实际上是您与这个世界的接口—一个从您的J2ME设备进行控制的对象。
In this case, it allows you to create a proxy object that implements a given interface.
在这种情况下,它允许您创建用于实现给定接口的代理对象。
In the proxy pattern, one (or more) object offers a common interface to the underlying libraries.
在代理模式中,由一个(或多个)对象为底层的库提供通用的接口。
We accomplish this by extending the capabilities of the mock object, adding a second interface (Figure 6).
我们通过扩展模拟对象的功能完成了这一点,即添加了第二个接口(图6)。
The main layers of the application are a database, a persistence framework, a database access object, and user interface (UI) controller and view layers.
应用程序的主要层是数据库、持久性框架、数据库访问对象和用户界面(UI)控制器及视图层。
To overlay the standard POSIX interface onto an object storage system, a mapping is required.
为了将标准POSIX接口叠加到对象存储系统上,需要一个映射。
The object returned also implements the interface that the MDB declared in its deployment descriptor.
返回的对象还实现了MDB在它的部署描述符中声明的接口。
To access some information in SAX, you need to cast an object to a different interface; this carries a performance cost.
要访问SAX中的一些信息,必须将对象强制转化成不同的接口,这样就带来了性能上的开销。
This structure also has other fields like inquiry type, object UUID, interface ID among others.
这个结构还有其他字段,比如查询类型、对象uuid、接口id等等。
Apart from implementation details, object pools generally have the interface illustrated in Listing 1.
如果不考虑实现细节,对象池一般采用清单1所示的接口。
The RPC deamon maintains an endpoint map which contains the endpoint information for a given interface and object UUID.
RPC守护进程维护一个端点映射,其中包含给定接口和对象UUID的端点信息。
This way, the calling component can use any object it likes as a method parameter, as long as the object implements the interface.
这样,只要对象实现该接口,调用组件就可以将其想使用的任何对象用作方法参数。
Under the hood, the stub object implements the same interface as the remote server object.
在幕后,存根对象实现了和远程服务器对象同样的接口。
Technical reports published by the W3C that include programming language interfaces have typically been described using the Object Management Group's interface Definition language (IDL) [OMGIDL].
过去,W3C技术报告都是用对象管理组织(OMG)的接口定义语言(IDL) [omgidl]来描述编程语言接口的。
A mock object conforms to the interface of the real object, but has just enough code to fool the tested object and track its behavior.
模仿对象符合实际对象的接口,但只要有足够的代码来“欺骗”测试对象并跟踪其行为。
In fact, for this particular scenario, the interface for the insurance back-end service takes the same business object as does the mediation interface.
事实上,对于此特定场景,保险的后端服务接口采用与中介接口一样的业务对象。
The skeleton object makes only local calls on the server to the object that implements the interface on the server machine.
基干对象对服务器机器上实现接口的对象进行服务器端本地调用。
Use typecast to convert the returned object to the desired service interface type.
使用型态转换将返回的对象转换成期望的服务接口类型的对象。
However, the mediation programming model provides a Service data Object (SDO) interface to all messages and a common API for accessing properties and metadata.
然而,中介程序模型提供一个所有消息的服务数据对象(Service Data Object,SDO)接口,以及访问这些不同种类消息属性和元数据的通用API。
Creating your own interface and business object maps.
创建自己的接口和业务对象映射。
You first check whether the object implemented the serializable interface.
首先应该检查该对象是否实现了serializable接口。
The start method is then called, passing in an object implementing the BootstrapContext interface.
然后会调用start方法,向它传递一个实现了BootstrapContext接口的对象。
The context object is an interface to the microkernel which allows an endpoint to bridge between logical requests and physical code.
context对象是microkernel的一个接口,在逻辑请求与具体代码之间架起了一座桥梁。
应用推荐