You can think of a port as an interface and an operation as a method to be called on a particular object.
你可以把端口看作一个接口,而把操作看作对一个特定对象所调用的方法。
The skeleton object makes only local calls on the server to the object that implements the interface on the server machine.
基干对象对服务器机器上实现接口的对象进行服务器端本地调用。
Un-registration is done on the specified interface, on list of binding handles (one each for each supported protocol) and on the list of object UUIDs specified.
可以对指定的接口、绑定句柄列表(每个支持的协议一个句柄)和指定的对象UUID 列表执行取消注册。
Requester or Proxy? Provides an interface for invoking methods on an active object.
Requester或Proxy——提供用于调用活动对象上的方法的接口。
RentaBike is an interface with the types of methods you'd expect to see on a bike store object.
RentaBike是具有您希望在自行车商店对象中看到的各种方法的接口。
A process that calls this method on an object implementing the ChannelInput interface will block until an object is actually written on the channel by a process at the other end of the channel.
如果进程调用一个实现ChannelInput接口的对象的这个方法,那么进程会阻塞,直到在通道另一端的进程实际向通道写入了一个对象。
A process that calls this method on an object implementing the ChannelOutput interface will block until the object is accepted by the channel.
如果进程调用一个实现ChannelOut put接口的对象的这个方法,进程也会阻塞,直到通道接受对象。
Once you are connected to the Web service interface, you can perform a search on assets in the asset Manager repository, and then use the asset ID and version to get the metadata object of an asset.
连接到Web服务接口之后,您可以在AssetManager中的资产上执行一个搜索,然后使用资产ID和版本来获取资产的元数据对象。
You can also generate a new business process along with an interface and business object, based on a form.
还可以基于某个表单生成一个新的业务流程以及一个界面和业务对象。
This means you must create an interface map between the components and use the business object map you just created so that only the customer name and email address are passed on.
这意味着您必须创建组件之间的接口映射,并使用您刚才创建的业务对象映射,以便仅传递客户名称和电子邮件地址。
However, there is now some burden on the caller in that they need to determine at run - time whether an object implements a particular extension interface.
然而,这样对于调用者产生了额外的负担,他们还要判断对象在运行时是否实现了扩展的接口。
It presents a clean object-oriented interface on top of the procedural DBI layer.
它在过程化的dbi层之上提供了一个完全面向对象的接口。
However, there is an inherent distinction between the remote interface as being a client side object, while instances of the remote implementation class belong on the server side.
然而,远程接口与远程实现类的实例有内在不同,前者是客户机方对象,而后者则属于服务器方。
It is also important that you understand basic object-oriented paradigms, such as inheritance, class, interface, and so on.
而且,理解基本的面向对象概念(如继承、类、接口等)也很重要。
The proxy then delegates all calls on the class interface back to the managed object.
该代理然后将类接口上的所有调用委托回托管对象。
Ever increasing storage demands and management costs has given birth to Object-Based storage technology and "object" is on the verge of becoming the next standard storage interface.
不断增长的存储需求和管理成本催生了基于对象的存储技术,而“对象”也有望成为下一代存储技术的标准接口。
This paper presents a new method, developed during the development of the large container inspection system, named test-class method baaed on interface object.
结合大型集装箱检查系统大型软件的实际集成测试,提出了一种基于接口对象的测试类方法。
When implemented, the interface communicates to a bound control the property changes on a business object.
当实现了该接口时,它将业务对象的属性更改传递至绑定控件。
Based on the tool of VB which is visual and object-oriented program language, we develop the Chain-transmission design system which is with friendly interface of user.
本系统以VB的可视化的、面向对象的编程语言为开发工具,开发了链传动设计系统。
This paper aims at a hot researched question-the application of natural language comprehension in interface, designs a limited nature language database query system based on object-oriented design.
该文针对当前研究的热点问题——界面层自然语言理解的应用,设计了一个基于面向对象设计方法的受限自然语言数据库查询系统。
Please also note that in my original code we are doing type checking (on the object I am trying to mock) so I don't think that Interface mocking can help me in anyway.
请注意,在我的原代码,我们正在做类型检查(我想嘲笑的对象)所以我不认为接口嘲笑可以帮助我吧。
This paper adopted the visual and object-oriented program method, and presented the topology and fault calculation results on the interface for users to observe and verify.
本文采用可视化的面向对象编程方法,通过界面显示拓扑分析、短路计算等结果,供用户查看及核对。
The object of this paper is to analyze the effects of interface conditions, load magnitude and reflective cracking on pavement structure by FEA techniques.
为了能够进一步了解路面结构的受力机理,本文利用有限元力学计算,综合分析层间接触状态、加载特性和路面开裂对路面结构应力的影响。
Each outgoing interface can be implemented by a client on an object (that is, a sink).
每个输出介面都可由物件上的用户端(即接收)来实作。
You can have a similar interface on multiple objects and you don't necessarily have to know at runtime which type of object it is you're sending the method to, things will still just work.
你可以在多个不同的物件上拥有相同的介面,而且在Runtime的期间,你也不需要知道你传送方法讯息的物件对象是甚么型别,应用程序仍然可以顺利运作。
The interface interceptor is an instance interceptor limited to act as the proxy of only one interface on the object.
介面侦听器是仅限于充当物件上一个介面的代理的实例侦听器。
Each RCW maintains a cache of interface Pointers on the COM object it wraps and releases its reference on the COM object when the RCW is no longer needed.
每一个rcw会在它所包装的COM物件上维持一个介面指标的快取,并于RCW已不再需要时,释放它在COM物件上的参考。
But what if a client needs two interfaces on a given object-perhaps one interface for creating tables and another for reading or writing?
但是如果一个客户端在给定对象上需要2个接口—可能一个接口来创建表且另外一个来读写数据?
But what if a client needs two interfaces on a given object-perhaps one interface for creating tables and another for reading or writing?
但是如果一个客户端在给定对象上需要2个接口—可能一个接口来创建表且另外一个来读写数据?
应用推荐