| org.jboss.test.banknew.ejb.CustomerSessionBean org.jboss.test.banknew.ejb.CustomerSessionSession
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.CustomerSessionBean | public AccountData createAccount(String pCustomerId, int pType, float pInitialDeposit) throws CreateException, RemoteException(Code)(Java Doc) public CustomerData createCustomer(String pBankId, String pName, float pInitialDeposit) throws CreateException, RemoteException(Code)(Java Doc) public Collection getAccounts(String pCustomerId) throws FinderException, RemoteException(Code)(Java Doc) public CustomerData getCustomer(String pCustomerId) throws FinderException, RemoteException(Code)(Java Doc) public Collection getCustomers(String pBankId) throws FinderException, RemoteException(Code)(Java Doc) public void removeAccount(String pCustomerId, int pType) throws RemoveException, RemoteException(Code)(Java Doc) public void removeCustomer(String pCustomerId) throws RemoveException, RemoteException(Code)(Java Doc) public void setSessionContext(SessionContext context)(Code)(Java Doc)
|
|
|