What are the CORBA services that are used or invoked by the CORBA adapter? Is their usage mandatory in the CORBA adapter, or can the adapter be configured to optionally not use some or all of the services?
book
Article ID: KB0089167
calendar_today
Updated On:
Products
Versions
TIBCO Adapter for CORBA
-
Not Applicable
-
Description
Resolution: The adapter invokes the following services:
Name Service - used to retrieve Object Reference (IOR). Its usage is optional, since the adapter can bypass this if it is has access to the IOR information through a flat file.
Interface Repository Service - used to retrieve interface information. Its usage is mandatory when using the adapter as a standalone. However, it is not invoked when using the adapter as an API library.
Event Service - used to push and retrieve events. Its usage is optional, since it is invoked only when using CORBA's publish-subscribe paradigm.
Issue/Introduction
What are the CORBA services that are used or invoked by the CORBA adapter? Is their usage mandatory in the CORBA adapter, or can the adapter be configured to optionally not use some or all of the services?