The CCM

 

 

Methods used to overcome the inadequacies of the original CORBA object model?

            For instance, the Stock_Quote interface provides a stock price querying capability to the component.

             The Stock_Exchange component uses the SEC (Securities and Exchange Commission) interface to function correctly.

             For example, the Stock_Exchange component can be an event sink that processes Buy_Offers and Sell_Offers events and it can be an event source that publishes Price_Change events.

 

 

 

 

These new port mechanisms significantly enhance component reusability when compared to the traditional CORBA object model. For instance, an existing component can be replaced by a new component that extends the original component definition by adding new interfaces without affecting existing clients of the component.