This figure demonstrates the relationship of Active-EJB methods, Processes and it's Reactions. The figure shows 2-Processes: takeOrder and cancelOrder. The takeOrder Process is shown with 2-Reactions: takeOrder and procPO. And the cancelOrder Process has a single a base Reaction, cancelOrder. As stated earlier with respect to the Figure 7-2, both of these Processes are associated with the same Active-EJB instance, of type JEMPurchaseOrderBean. Each of these Reaction is mapped 1-to-1 with the Active-EJB method. This figure demonstrates that the Reactions can invoke different Active-EJB methods on the same Active-EJB instance shared by their Processes.