请注意,资源接口类的包文件夹驻留在此处。
Note that the package folder of theresource interface classes resides here.
它实现服务接口类。
清单3展示了更加有趣的服务接口类。
Listing 3 shows the more interesting service-interface class.
接口类如清单8 所示。
第二个静态字段包括了PersonHome接口类。
The second static field holds the class of the PersonHome interface.
图16:需要测量的简单的数据访问接口类。
Figure 16: Example of a simple Data Access Object class that we might want to profile.
终了问题在您组合连贯接口类的任何时候都有可能出现。
The finishing problem can arise any time you mix fluent-interface classes.
如果你继承的不是一个接口类,那么你只能继承一个类。
If you do inherit from a non - interface, you can inherit from only one.
通过提供一个接口类,可以支持该搜索应用程序所需的搜索操作的其他变体。
By providing an interface class, we can support other variations of the search operations required by the search application.
APP _ CLASSES是指定应用程序类(包括端点接口类)的目录。
APP_CLASSES is where directories with application classes (including the endpoint interface class) are specified.
Developer应该为每个定制服务提供一个接口类和实现类。
Developer should provide an interface class and implementation class for each custom service.
这个工厂接口类产生一个用来删除域对象的DbCommand。
This interface-to-factory class generates a DbCommand to delete a domain object from the database.
它允许通过各种标准包括实现接口类,注释和(可能)类名称的模式。
It allows to get classes by various criteria including implemented interfaces, annotations and (probably) class name pattern.
另外,不需要编写home接口、remote接口和local接口类。
In addition, you aren't required to code the home interface, remote interface, and local interface classes.
直接指定服务接口类,或使用附加的参数(即所需端口的完全限定名称)调用该方法。
Specify just the service interface class, or call the method with an additional parameter, which is the fully qualified name of the desired port.
SCA部署逻辑和绑定实现将对引用接口类进行自检,以确定是本地接口还是远程接口。
SCA deployment logic and the binding implementation will introspect the reference interface class to determine whether it is local or remote.
图2中通过将接口类I移至System 类装入器的空间就可以解除这种混淆。
This confusion could be resolved in Figure 2 by moving the interface class I into the System class loader's space.
例如,系统类是不可修改的,而用户定义接口类虽然可以修改,但是不能包含实际的实现代码。
System classes, for instance, are not modifiable, while user-defined interface classes can be modified, but can't include actual implementation code.
接口类就是具有Public方法的类,Web服务客户机可以调用 Public 方法。
The interface class is the one with Public methods that Web service clients can call.
在这个实现中,IControlsFactoryInterface接口类定义了被具体工厂支持的接口。
In this implementation IControlsFactoryInterface interface defines the interface, supported by specific factory.
接口类,如清单5(稍微进行了重新格式化,并且只保留了一个方法注释)所示,定义了与WSDL中的操作匹配的方法。
The interface class, shown in Listing 5 (slightly reformatted, and with only one method comment left in as an example), defines the methods matching operations defined in the WSDL.
在该系统中,RBM被设计为一个接口类,全面封装了所用到的RTI服务,并为仿真应用程序提供了方便的访问接口。
The RBM is designed as an interface class that encapsulates all the RTI services used and offers some methods for facilitating access of the simulation application program.
向导创建了一个工厂接口类和一个工厂实现类,分别叫做 EchoService、EchoServiceLocator。
The wizard produces a factory interface class called EchoService and a factory implementation class called EchoServiceLocator.
使用纯粹的抽象 C++显式接口类与真正的服务调用透明性是矛盾的,因为非 C++系统中的服务客户机需要备用的接口定义。
The use of pure abstract C++ explicit interface classes worked against true service invocation transparency, because service clients on non-C++ systems required alternative interface definitions.
在这里,DBWriter是接口类,不需要调用DBWritersetUp方法,因为EntityManager将直接注入到捆绑包中。
Here, DBWriter is the interface class. There is no requirement to call the DBWriter setUp method because the EntityManager will be directly injected into the bundle.
此接口将在类与其所有使用者之间定义契约。
This interface defines the contract between the class and any of its clients.
您可以通过实现接口和类执行来执行这些抽象操作。
You can implement abstraction by having realizations between the interfaces and the class implementations.
它仅仅作为模式输入参数而使用,以用于命名接口和类。
This is only used as a pattern input parameter for naming the interfaces and classes.
每个转换扩展定义,就像子元素一样,指定实现规则接口的类的规则定义。
Each transformation extension defines, as child elements. a rule definition that specifies a class that implements a rule interface.
每个转换扩展定义,就像子元素一样,指定实现规则接口的类的规则定义。
Each transformation extension defines, as child elements. a rule definition that specifies a class that implements a rule interface.
应用推荐