create()
BankAccount create() BankAccount create(String accountName)
double getBalance() void credit(double amount) void debit(double amount) throws NSFException String getInfo()
getBalance()
credit()
debit()
getInfo()
New Application...
New Enterprise Bean...
BankAccount
BankAccount.class
BankAccountBean.class
BankAccountHome.class
NSFException.class
Deploy Application...
"MyBankAccount"
-verbose