| java.lang.Object org.jboss.test.hibernate.ejb.AggregateProfileBean
AggregateProfileBean | public class AggregateProfileBean implements SessionBean(Code) | | An ejb which simply wraps calls to the ProfileBean service.
Used to test the issue with sessions, nested ejb calls,
and the CachedConnectionManager.
author: Steve Ebersole version: $Revision: 57211 $ |
ejbCreate | public void ejbCreate()(Code) | | |
listUsers | public List listUsers() throws EJBException(Code) | | exception: javax.ejb.EJBException - if an error occurs |
loadUser | public User loadUser(long id) throws EJBException(Code) | | exception: javax.ejb.EJBException - if an error occurs |
loadUser | public User loadUser(Long id) throws EJBException(Code) | | exception: javax.ejb.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: javax.ejb.EJBException - if an error occurs |
|
|