This figure demonstrates the relationship of an Active EJB, interaction 1, and its processes.

The figure shows interaction 1 with two processes: takeOrder and cancelOrder. The takeOrder process is shown with two reactions, while the cancelOrder process has a single reaction. Both processes are associated with the same Active EJB instance, of type Active EJB, JEMPurchaseOrderBean.

The Active EJB, JEMPurchaseOrderBean is shown with four parameters: (String clientName, int creditCardNumber, String itemName, int quantity).