Serialized Form
accountNumber
int accountNumber
- stores the users's name
accountBalance
float accountBalance
- stores the user's balance.
accountInternalId
int accountInternalId
- stores the accountInternalId (if necessary.
AccountNum
int AccountNum
AccountPIN
int AccountPIN
ATM_I
ATMImpl ATM_I
BankRemote
Bank BankRemote
- bank remote object
SecRemote
Security SecRemote
- Security remote object
cashAtHand
float cashAtHand
- Amount of cashAtHand in the ATM
callbackObjects
java.util.Vector callbackObjects
accountDB
java.util.Hashtable accountDB
- Database to store acounts
DBtable
java.util.Hashtable DBtable
- Hashtable to store accounts.
I used the account number as the key instead
of the accountinfo class because it is diffferent
even if pin and accountnumber is the same.
note
java.lang.String note