What are the functionalities of the ORB (Object Request Broker)?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What are the functionalities of the ORB (Object Request Broker)?
Rating:
The ORB is a building block of CORBA. When an application component wants to access the services of another application component, it first obtains an object reference of that component. It can then invoke the methods on this object.
The ORB receives parameters from the component that is calling this method and marshals these parameters. The ORB also unmarshals the returned parameters, i.e., converts into a format that the calling component can understand.
Rating:
Was this information helpful?