Describe getAccountBalance method here.
Parameters: id - a integer value, id of account an int value, balbance of account exception: EJBException - if an error occurs
Describe transfer method here.
Parameters: from - an Account value Parameters: to - an Account value Parameters: amount - a float value exception: EJBException - if an error occurs
Describe transferTest method here.
Parameters: from - an AccountLocal value Parameters: to - an AccountLocal value Parameters: amount - a float value Parameters: iter - an int value exception: java.rmi.RemoteException - if an error occurs exception: EJBException - if an error occurs