com.ibm.websphere.samples.i18nctx.currencyexchangeejb
Interface LocalCustomer
- All Superinterfaces:
- javax.ejb.EJBLocalObject
public interface LocalCustomer
- extends javax.ejb.EJBLocalObject
A Local Enterprise Java Bean.
Methods inherited from interface javax.ejb.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
getAccount
java.lang.String getAccount()
getBalance
double getBalance()
getName
java.lang.String getName()
getPassword
java.lang.String getPassword()
deposit
void deposit(double depositAmt)
throws javax.ejb.EJBException
- Throws:
javax.ejb.EJBException
withdraw
void withdraw(double withdrawAmt)
throws javax.ejb.EJBException
- Throws:
javax.ejb.EJBException