使用SDO服务提供商接口实现DAS。
Factory——返回委托接口实现的类。
Factory -- a class that returns a delegate interface implementation.
它包括JMS接口实现,而非JNDI接口。
It includes an implementation of the JMS interface, but not the JNDI interface.
命令接口实现异步bean工作接口。
The Command interface implements the Asynchronous Beans Work interface.
清单9显示了一个基于DOM的解析器接口实现。
Listing 9 shows a DOM-based implementation of the parser interface.
推荐使用显示的接口实现。
优先使用明确的接口实现。
图8:零售实例的联合实现静态结构(接口实现)图。
Figure 8: Joint realization static structure (interface realization) diagram for the retail example.
选择要调用的服务提供者与选择要使用的接口实现非常相似。
Selecting a service provider to invoke is rather similar to selecting which implementation of an interface to use.
该项原则告诉我们依靠接口实现功能是更加方便的。
This principle tells us that depending on an interface is often beneficial.
不过,多重继承只能用在被认为可以减轻这一问题的接口实现中。
However, multiple inheritance being used only for interface implementation was thought to alleviate this problem somewhat.
RDBMS:当遇到新的接口实现时可以动态升级schema。
RDBMS: Dynamic schema upgrade when encountering new interface implementations.
下一个任务是基于导入接口实现ContextExtractor。
The next job is to implement the ContextExtractor based on the imported interface.
测试结果表明,该接口实现了十路千兆的线速处理的性能要求。
The test result indicates that this interface has reached line rate performance of ten gigabits.
清单2 中的EventService接口实现类演示了此方法。
The EventService interface implementation class in Listing 2 demonstrates this approach.
排序使用的是自定义的比较器接口实现,它由DojoAPI提供。
The sorting uses the customized implementation of the comparator interface, which is provided by the Dojo API.
JMSQueue通常通过Web服务接口实现响应消息的拖拽模型传输。
A JMS Queue used to implement the pull-model delivery of response messages through the Web services interface.
下面的图1中的蓝框显示了XMSAPI接口实现的主要类或实体。
The blue boxes in Figure 1 below show the main classes or entities that are implemented by the XMS API interface.
Spring在运行时使用一个事务管理器接口实现来执行实际的事务划分。
Spring uses a transaction manager interface implementation to perform the actual transaction demarcation at runtime.
这应该解决任何与ServiceRegistry接口实现关联的导入错误。
This should resolve any import errors associated with the Service Registry interface implementations.
查询历史事件数据(如果启用了可选事件存储,则可以通过发布的接口实现)。
Query historical event data (if the optional event data store is enabled, this can be achieved via a published interface).
我们以特定的方式编写另一段代码,使其负责选择代码将要使用的Math接口实现。
We write our code in such a way that some other piece of code is responsible for selecting which implementation of the Math interface our code will use.
从本质上来说,多个服务提供者可以用完全相同的公共接口实现两个完全不同的工作流。
Essentially, multiple service providers may implement two completely different workflows with exactly the same public interface.
正如您在清单18中所看到的,文档库通过Sensor接口实现返回的只是它的大小。
As you can see in Listing 18, the document library returns only its size through the Sensor interface implementation.
我实际想要的,是一种编写User接口实现的方法,这样它就不需要知道这类事情了。
What I really want is a way to write the User interface implementation so that it doesn't need to know these sorts of things.
该接口包含一个方法,该方法接受一个参数来对接口实现中的消息进行一些处理。
It contains one method that accepts an argument to do something with the message in the implementation of the interface.
其中包括对字段访问或者方法调用使用拦截器,在现有类中添加mix - in接口实现等。
These include using interceptors on field accesses or method calls, adding mix-in interface implementations to existing classes, and more.
通过引入针对该接口编写的代码并拥有多个接口实现,GWT编译器可以实施的优化将变得很少。
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.
EventServiceEJB进一步将处理委托给一个EventService接口实现类。
EventServiceEJB further delegates processing to an EventService interface implementation class.
EventServiceEJB进一步将处理委托给一个EventService接口实现类。
EventServiceEJB further delegates processing to an EventService interface implementation class.
应用推荐