| org.jboss.test.banknew.ejb.AccountSessionBean org.jboss.test.banknew.ejb.AccountSessionSession
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.AccountSessionBean | public AccountData createAccount(String pCustomerId, int pType, float pInitialDeposit) throws CreateException, RemoteException(Code)(Java Doc) public void deposit(String pAccountId, float pAmount) throws FinderException, RemoteException(Code)(Java Doc) public AccountData getAccount(String pAccountId) throws FinderException, RemoteException(Code)(Java Doc) public AccountData getAccount(String pCustomerId, int pType) throws FinderException, RemoteException(Code)(Java Doc) public Collection getAccounts(String pCustomerId) throws FinderException, RemoteException(Code)(Java Doc) public Collection getTransactions(String pAccountId) throws FinderException, RemoteException(Code)(Java Doc) public void removeAccount(String pAccountId) throws RemoveException, RemoteException(Code)(Java Doc) public void removeAccount(String pCustomerId, int pType) throws RemoveException, RemoteException(Code)(Java Doc) public void removeTransactions(String pAccountId) throws RemoveException, RemoteException(Code)(Java Doc) public void setSessionContext(SessionContext context)(Code)(Java Doc) public void transfer(String pFromAccountId, String pToAccountId, float pAmount) throws FinderException, RemoteException(Code)(Java Doc) public void withdraw(String pAccountId, float pAmount) throws FinderException, RemoteException(Code)(Java Doc)
|
|
|