Skip to Content
Learning DCOM
book

Learning DCOM

by Thuan L. Thai
April 1999
Intermediate to advanced
502 pages
15h 5m
English
O'Reilly Media, Inc.
Content preview from Learning DCOM

Interfaces

COM strictly separates interface from implementation. An interface that you specify says nothing about its implementation details. Once published, developers can implement your interface however they want, using whatever language or platform they desire. In other words, an interface specification is implementation, language, and platform independent. It is, therefore, the basic unit that supports universal interoperability and location transparency in COM. As such, interfaces are the first requirement for distributed objects.

Distributed objects can live anywhere in cyberspace. In order to send messages to one another, they must know, at a contractual level, the kinds of messages they can send. In COM, you can specify the details of these messages using interfaces. An interface is a group of related functions that forms a logical set of functionality.

For example, say you have an extremely powerful optical character recognition (OCR) engine, which can read characters at a rate of 100 pages per minute and with a 99.9 percent accuracy. In order to allow the world to use this precious power in a distributed environment, you need to provide your service by exposing an interface, which I’ll call IOcr. IOcr supports a number of related functions, including OcrImage to obtain text for a given image and OcrZone to obtain text for a selected rectangle of an image. These two functions are related, which is why they’re grouped together under a single interface, IOcr. By convention, ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

.NET and COM: The Complete Interoperability Guide

.NET and COM: The Complete Interoperability Guide

Adam Nathan
Windows 7 Device Driver

Windows 7 Device Driver

Ph.D. Ronald D. Reeves

Publisher Resources

ISBN: 9781449307011Supplemental ContentErrata Page