Modules | |
Execution | |
Dispatches messages from queues for execution by individual application components. | |
Messaging | |
Framework for representing, sending, and queuing messages between application components. |
Framework Components facilitate the execution or communication between Application Components. The messaging framework component is responsible for transporting messages from the sender to the appropriate FIFO message queue(s). The set of queues in which to deposit a given message is determined by a publish/subscribe topology. An execution framework component serves as a message pump and dispatches messages from each active object's queue. It it responsible for invoking the appropriate RTC methods of Application Components according to some scheduling policy.
Overview of frameworks and application components in an assembled system