All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----bank.client.CorbaBankApplicationManagerC
protected ORB orb
protected CorbaBankApplicationManagerInterface corbaBankAppIf
public CorbaBankApplicationManagerC()
public int checkBalanceAccount(int accountNumber) throws AccountNotFoundException
public int depositAccount(int accountNumber, int amount) throws AccountNotFoundException
public static CorbaBankApplicationManagerC getDefault()
public boolean verifyAccount(int accountNumber)
public int withdrawAccount(int accountNumber, int amount) throws AccountNotFoundException
All Packages Class Hierarchy This Package Previous Next Index