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.


Method Summary
 void deposit(double depositAmt)
           
 java.lang.String getAccount()
           
 double getBalance()
           
 java.lang.String getName()
           
 java.lang.String getPassword()
           
 void withdraw(double withdrawAmt)
           
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

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