| org.jboss.test.banknew.ejb.TellerSessionBean org.jboss.test.banknew.ejb.TellerSessionSession
ejbActivate | public void ejbActivate()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | |
setSessionContext | public void setSessionContext(javax.ejb.SessionContext ctx)(Code) | | |
unsetSessionContext | public void unsetSessionContext()(Code) | | |
Methods inherited from org.jboss.test.banknew.ejb.TellerSessionBean | public AccountData createAccount(String pCustomerId, int pType, float pInitialDeposit) throws BankException(Code)(Java Doc) public CustomerData createCustomer(String pBankId, String pName, float pInitialDeposit) throws BankException(Code)(Java Doc) public void deposit(String pToAccountId, float pAmount) throws BankException(Code)(Java Doc) public AccountData getAccount(String pCustomerId, int pType) throws BankException(Code)(Java Doc) public AccountData getAccount(String pAccountId) throws BankException(Code)(Java Doc) public Collection getAccounts(String pCustomerId) throws BankException(Code)(Java Doc) public CustomerData getCustomer(String pCustomerId) throws BankException(Code)(Java Doc) public Collection getCustomers(String pBankId) throws BankException(Code)(Java Doc) public void removeAccount(String pAccountId) throws BankException(Code)(Java Doc) public void removeAccount(String pCustomerId, int pType) throws BankException(Code)(Java Doc) public void removeCustomer(String pCustomerId) throws BankException(Code)(Java Doc) public void transfer(String pFromAccountId, String pToAccountId, float pAmount) throws BankException(Code)(Java Doc) public void withdraw(String pFromAccountId, float pAmount) throws BankException(Code)(Java Doc)
|
|
|