July 12, 1999
Tivoli, Rome
36
Operation Sequence in the Example
• Server Monitor sends request-information to Controller
• Controller processes request-information and sends “success” return value
• Server Monitor passes the request to object B1 (which implements interface Bank)
• Object B1 issues verifyAccount(acc) request on object TM
• Request traverses identical path (as from client)
• Object B1 receives response from TM
• The response from B1 reaches Client