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 : What is an Anonymous class Anonymous

    Anonymous class: It is a class formed without a class name. Such a class will be a sub class or an implementation of an interface, and is generally formed as an actual argument or returned as a method outcome. For example:

    Q : Define Application Application : It is

    Application: It is frequently used, simply as a synonym for the program. Though, in Java, the word is particularly employed of programs with a Graphical User Interface (GUI) which are not applets.

  • Q : Explain Aggregation Aggregation : It is

    Aggregation: It is a relationship in which an object has one or more other subordinate objects as portion of its state. The subordinate objects usually have no self-governing existence separate from their containing object. Whenever the containing obj

  • Q : Define Identifiers Define Identifiers

    Define Identifiers and their naming convention in brief?

  • Q : Define the term Top level class Define

    Define the term Top level class: It is a class defined either at outermost level of a package or the static nested class.

  • Q : Walk through the steps essential to

    How can you walk through the steps essential to parse XML documents?

  • Q : Problem on Planar scintigraphy Let

    Let assume seven PMTs situated around the origin of the x-y coordinates on the face of the Anger camera as illustrated in the figure. The size of the PMTs is 2mm by 2 mm and each PMT has been allocated a number. The single scintillation event yields a response from PM

  • Q : State Space Reduction in Java PathFinder

    State Space Reduction: JPF is a so-called explicit-state model checker, as it enumerates all visited states, and therefore suffers from the state explosion problem inherent in analyzing large programs. It also contains garbage collection, because a ty

  • Q : What is Disk drive Disk drive : It is a

    Disk drive: It is a hardware device employed to store the data. They come in numerous forms, like floppy disks, compact disks, and hard disks.

  • Q : Explain Cast Cast : Where Java does not

    Cast: Where Java does not allow the utilization of a source value of one type, it is essential to use a cast to force the compiler to admit the use for the target type. The care must be taken with casting values of primitive types, as this frequently

©TutorsGlobe All rights reserved 2022-2023.