| java.lang.Object org.jboss.test.hibernate.ejb.ProfileBean
ProfileBean | public class ProfileBean implements SessionBean(Code) | | An ejb to test the ejb method interception style of transparent
session management.
author: Steve Ebersole version: $Revision: 57211 $ |
ejbCreate | public void ejbCreate()(Code) | | |
listUsers | public List listUsers() throws EJBException(Code) | | exception: EJBException - if an error occurs |
loadUser | public User loadUser(long id) throws EJBException(Code) | | exception: EJBException - if an error occurs |
loadUser | public User loadUser(Long id) throws EJBException(Code) | | exception: EJBException - if an error occurs |
setSessionContext | public void setSessionContext(SessionContext ctx) throws EJBException, RemoteException(Code) | | |
storeUser | public User storeUser(User user) throws EJBException(Code) | | exception: EJBException - if an error occurs |
|
|