All Packages Class Hierarchy This Package Previous Next Index
Interface bank.boundary.BankApplicationManagerInterface
- public interface interface BankApplicationManagerInterface
サブシステムバウンダリを定義するインターフェース
このインターフェースによりクライアント側でローカルの実装クラスとCORBA使用の実装クラスを
使用している違いを意識する必要がなくなる
-
checkBalanceAccount(int)
-
-
depositAccount(int, int)
-
-
verifyAccount(int)
-
-
withdrawAccount(int, int)
-
checkBalanceAccount
public abstract int checkBalanceAccount(int accountNumber) throws AccountNotFoundException
depositAccount
public abstract int depositAccount(int accountNumber,
int amount) throws AccountNotFoundException
verifyAccount
public abstract boolean verifyAccount(int accountNumber)
withdrawAccount
public abstract int withdrawAccount(int accountNumber,
int amount) throws AccountNotFoundException
All Packages Class Hierarchy This Package Previous Next Index