Object Request Broker
Also found in: Dictionary, Thesaurus, Medical, Acronyms, Wikipedia.
Related to Object Request Broker: Corba
object request broker
[′äb·jikt ri¦kwest ‚brō·kər] (computer science)
The central component of CORBA, which passes requests from clients to the objects on which they are invoked. Abbreviated ORB.
McGraw-Hill Dictionary of Scientific & Technical Terms, 6E, Copyright © 2003 by The McGraw-Hill Companies, Inc.
Object Request Broker
(programming)(ORB) Part of the OMG CORBA specification,
an ORB's basic function is to pass method invocation
requests to the correct objects and return the results to
the caller.
To achieve this the ORB must be able must be able to identify and locate objects, handle connections from invoker and the data returned from methods. Communication between the ORB and applications are achieved through IDL stubs and skeletons whilst the OMG has specified IIOP as the protocol through which ORBs may communicate with each other. Using IIOP, an ORB may request method invocations from a remote object.
To achieve this the ORB must be able must be able to identify and locate objects, handle connections from invoker and the data returned from methods. Communication between the ORB and applications are achieved through IDL stubs and skeletons whilst the OMG has specified IIOP as the protocol through which ORBs may communicate with each other. Using IIOP, an ORB may request method invocations from a remote object.
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)
ORB
(Object Request Broker) Software that handles the communication of messages from the requesting program (client) to the object as well as any return values from the object back to the calling program. See CORBA and DCOM. See also ORB disk.Copyright © 1981-2019 by The Computer Language Company Inc. All Rights reserved. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher.