Slide 25
Slide 25 text
Branch B
Account 789: $250
Branch A
Account 123 : $100
Account 456: $50
SubAction: Deposit (123, 50)
Transfer Action
SubAction: Withdraw(789, 50)
Transfer
Deposit Withdraw
enter topaction
coenter
action
branchA.Deposit(123, 50)
action
branchB.Withdraw(789, 50)
end
end