What are ORB-IOR-a servant-a POA manager

In CORBA, what are i) an ORB ii) an IOR iii) a servant iv) a POA and v) a POA manager?

E

Expert

Verified

i) Object Request Broker – is a piece of middleware software which permits programmers to make program calls from one computer to other through a network. ORBs promote interoperability of the distributed object systems since they enable users to form systems by piecing altogether objects from various vendors, and hence they communicate with each other through ORB.

ii) Interoperable Object Reference - An Interoperable Object Reference (IOR) is CORBA or RMI-IIOP reference which uniquely recognized an object on a remote CORBA server. IORs can be transmitted in binary over TCP/IP general General Inter-ORB Protocol (the encoding might be big-endian or little-endian), or serialized into a string of hexadecimal digits (that is, prefixed by the string IOR to facilitate transport by non-CORBA mechanisms like HTTP, FTP, and e-mail.

iii) A Servant – a Servant is an invocation target, having methods for handling the remote process invocations. In newer CORBA versions, the remote object on the server side is divided into the Object (i.e., exposed to remote invocations) and Servant (to which the former portion delegates the method calls).This can be one Servant per remote Object, or similar servant can support numerous (possibly all) objects, related with the given Portable Object Adapter. The Servant for each and every Object can be set or found “once and forever” (that is, servant activation) or dynamically selected each time the method on that object is invoked (that is, servant location). Both servant locator and servant activator can forward calls to the other server.

iv) Portable Object Adapter – It is a standard component in CORBA model. In CORBA, on server side, the POAs form a tree-like structure, where each and every POA is accountable for one or more objects being served. The branches of this tree can be independently activated or deactivated, having different code for the servant location or activation and various request handling policies.

v) Portable Object Adapter Manager – The POA manager encapsulates the processing state of one or more POAs. By invoking the operations on a POA manager, server applications can cause requests for the related POAs to be queued or discarded. Additionally, applications can employ the POA manager to deactivate the POAs.

   Related Questions in Programming Languages

  • Q : Define the term Instance Define the

    Define the term Instance: It is a synonym for object. The objects of a class are instantiated whenever a class constructor is invoked through the new operator.

  • Q : Explain way to open one resistance of

    Explain the way to open just one resistance of vb application (.exe).

  • Q : Choice of technology in coding of game

    What are the choice of technologies while coding a game?

  • Q : What is Complement operator Complement

    Complement operator: The complement operator, ~, is employed to invert the value of each bit in the binary pattern. For illustration, the complement of 1010010 is 0101101.

  • Q : Passing by address or reference Passing

    Passing by address or reference: In this technique no separate memory build for formal variables that is, formal variables share similar location of actual variables and therefore any change on formal variables automatically reflected back to real var

  • Q : Define the term Multiprogramming system

    Define the term Multiprogramming system: It is an operating system which is able to run multiple programs parallel.

  • Q : Program to Calculate Estimate

    Collaboration Policy Collaboration between students on programming assignments is NOT allowed under any circumstances - you may not even discuss your work with other

  • Q : What is Bit manipulation operator Bit

    Bit manipulation operator: Operators, like &, | and ^, which are employed to examine and manipulate individual bits win the bytes of a data item. The shift operators, <<, >> and >>>, are too bit manipulation operators.

  • Q : Define the term Case label Case label :

    Case label: The value utilized to select a specific case in a switch statement.

  • Q : Programming with C# QUESTION 1      

    QUESTION 1       The following UML diagram describes an abstract class Customer. This class is to be used as part of a Company's inventory system. The inventory system will contain many different types of customers.  A separate s

©TutorsGlobe All rights reserved 2022-2023.