实现类接口(由COM互操作生成的接口)的托管类会受到版本控制的限制。
Managed classes that implement the class interface (a COM interop-generated interface) are subject to versioning restrictions.
您可以通过实现接口和类执行来执行这些抽象操作。
You can implement abstraction by having realizations between the interfaces and the class implementations.
通过应用面向对象的设计方法来管理单个的J2EE组件实现类及接口如何变化,可以更好地对此进行处理。
This can be better handled by applying techniques of object-oriented design to manage how individual J2EE component implementation classes and interfaces evolve.
如果服务实现类实现这个接口,就需要JAX - RPC运行时系统来管理相应的服务端点实例的生存周期。
If a service implementation class implements this interface, the JAX-RPC runtime system is required to manage the life cycle of the corresponding service endpoint instances.
如果EJB远程实现类要直接实现EJB远程接口,则可以在编译期间检查相关性的验证。
If the EJB remote implementation class were to implement the EJB remote interface directly, verification of dependencies could be checked at compile time.
它实现服务接口类。
必须注意要确保在EJB远程实现类中实际实现了远程接口中声明的方法。
Care must be taken to ensure that methods declared in the remote interface are actually implemented in the EJB remote implementation class.
元数据模型接口的实现类。
由于您是从一个预定义bean开始的,因此这个实现类用作接口。
Since you started with a predefined bean, you are using the implementation class as the interface.
开发Web服务接口和实现类。
在这个建模面板中,选择InterfaceRealization并实现从类到接口的转变。
From the modeling palette, select the interface realization and draw these realizations from the classes to the interface.
修改该实现以扩展scamockbase类,从而实现I_MockServiceController接口。
Modify the implementation to extend the ScaMockBase class, thus implementing the I_MockServiceController interface.
每个messageadapter还包含实现ActivationSpec接口的类的名称。
Each messageadapter also contains the name of a class implementing the ActivationSpec interface.
此时,您应该有一个客户端类、一个接口、以及一个实现接口的类。
At this point, you should have a client class, an interface, and one class that implements the interface.
另一方面,单个类可以实现多个接口。
For another, a single class can implement multiple interfaces.
实现了这个接口的类可以适配到另一接口。
Classes implementing this interface can be adapted to another interface.
它们分别是消息队列框架接口包中每个抽象类和接口的实现。
These are the respective implementations of each abstract class and interface in the message queue framework interface package.
基本的解决方案是定义可以用静态编译的代码访问的基类或者接口,然后生成的类扩展这个基类或者实现这个接口。
The basic solution is to define a base class or interface that can be accessed by the statically compiled code, then extend that base class or implement that interface in the generated class.
在清单9中,格式化地址的代码被移到接口、实现类和工厂中—养成“使用接口”的习惯。
In Listing 9, the code that formatted the address is moved to interfaces, implementation classes, and a factory - building the "use interfaces" habit.
该算法使用了可序列化的名称、类实现的所有接口的名称、可序列化类的所有数据成员,等等。
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.
这些类不用实现任何DWR特定接口或类。
These classes don't implement any DWR specific interfaces or classes.
在接口中,您本地化JAX - RS注释并添加一个类来实现接口。
In the interface, you localize the JAX-RS annotations and add a class to implement the interface.
如果将扩展点看作接口,那么扩展就是实现该接口的类。
If you think of an extension point as an interface, you can think of an extension as a class that implements that interface.
正如前面提到的,这个类必须实现CSProcess接口。
As mentioned before, this class must implement the CSProcess interface.
任何定制事件类必须实现XMLEvent接口。
Any custom event class must implement the XMLEvent interface.
这个类必须实现EntryPoint接口。
实际上,现在由ThreadGrou p类实现该接口。
In fact, the ThreadGroup class now implements the interface.
如前所述,这个类必须实现ContractManager接口。
As I said earlier, this class must implement the ContractManager interface.
要求类实例级访问控制的类必须实现Resource接口。
Classes that require class instance-level access control must implement the Resource interface.
生成的类实现CustomerData接口。
应用推荐