| org.jboss.test.jca.bank.interfaces.TellerLocal
TellerLocal | public interface TellerLocal extends javax.ejb.EJBLocalObject(Code) | | Local interface for Teller.
|
getAccountBalance | public int getAccountBalance(java.lang.Integer id)(Code) | | Describe getAccountBalance method here.
Parameters: id - a integer value, id of account an int value, balbance of account exception: EJBException - if an error occurs |
setUp | public void setUp()(Code) | | Describe setUp method here.
exception: EJBException - if an error occurs |
tearDown | public void tearDown()(Code) | | Describe tearDown method here.
exception: EJBException - if an error occurs |
|
|