| demo.bank.transaction.implicit.BankImpl
BankImpl | public class BankImpl extends TheBankPOA (Code) | | |
Method Summary | |
public Account | open(String name, float initial_deposit) | public void | transfer(Account source, Account destination, float amount) |
open | public Account open(String name, float initial_deposit)(Code) | | |
transfer | public void transfer(Account source, Account destination, float amount) throws InsufficientFunds, TransferFailed(Code) | | |
|
|