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?
Expert
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.
Write down some of the steps comprised in designing programming?
Unbounded repetition: The repetition where statements in a loop's body are executed an arbitrary number of times, according to the consequences of the statements in the loop's body. All of the loop control structures in the Java offer for unbounded re
Explain why the virtual memory is to be used in Windows architecture?
Discrete simulation: In a discrete simulation, the time passes at an irregular rate which is determined by the primary events of interest in simulation.
Operator: It is a symbol, like -, = or ?: taking one, two or three operands and yielding an outcome. The operators are employed in both arithmetic and Boolean expressions.
Command-line argument: The arguments passed to a program whenever it is run. The Java program receives such in the single formal argument to its major method: public static void main(String[] args)
Define the term Micro- Processor.
The following data structure appears in a COBOL program used by a bureau de change:01 AUXILAIRY-ITEMS. 05 AMOUNT-REQUIRED PIC999V99. 05 SUCCESS-INDICATOR PIC 9. 88 SUCCESS VALUE 1.01 C
Explain the way to overriding a base class method in Visual Studio .NET and in Visual Studio 2005.
Explain the relationship between XHTML and URL?
18,76,764
1941094 Asked
3,689
Active Tutors
1432959
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!