Next

General

This tutorial explains how to use Asynchronous Method Invocation for CCM (AMI4CCM). The AMI Connector component handles the asynchronous invocation using CORBA AMI.

System

The system consists of three components:

In this tutorial a Sender wants to invoke methods on the Receiver asynchronously and synchronously. Therefor the Sender and the Receiver are connected via an AMI connector for the asynchronously invoked methods and via a direct connection for the synchronously invoked methods. The AMI connector itself will be completely generated by IDL and will handle details of executing the asynchronous invocation and callback to the user component. The Receiver (Server side) isn't aware of any AMI clients.

There are different methods used in this example in order to show different aspects:

Directory structure

The following convention is used:

File naming convention

The following convention is used:

Additional conventions

  Next