IDL - Interface Definition Language
Friday, 13 June 2003 02:45
For each object type, such as the shopping cart that we just mentioned, you define an interface in OMG IDL. The interface is the syntax part of the contract that the server object offers to the clients that invoke it. Any client that wants to invoke an operation on the object must use this IDL interface to specify the operation it wants to perform, and to marshal the arguments that it sends.
Last Updated on Friday, 13 June 2003 02:45